From ca444a95651ba79feb92694b472f4b3cfbe03103 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 30 Jun 2010 20:17:59 -0700 Subject: Updated for RC2 --- README | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index 15519e31..a00d18cb 100644 --- a/README +++ b/README @@ -9,19 +9,18 @@ interface. SECURITY (& INTENDED AUDIENCE): -This is the third and final beta release of Gallery 3.0 and while it's -not a finished product, it's heading into the home stretch. You can -install it on public websites, but remember that until the final -release is out, we make no guarantees that it won't do bad things. +This is the second release candidate of Gallery 3.0. We're putting it +out there so that we can find out if we overlooked any small things. +We expect the final version to be virtually identical. You can +install it on public websites and use it freely -- we recommend it! Note: - We've contracted a professional security audit, received their results and resolved all the issues they found. - You can upgrade from beta 1, but not from alpha releases. -The intended audience of this release is folks who are willing to live -a little bit on the edge. We'll do our best to take care of your data -and your security, but we might screw it up here or there. We welcome +This version is intended for broad distribution. We stand ready to +support the product and help you to make the most of it. We welcome theme and module developers to play with this release and start turning out slick new designs for our happy users. -- cgit v1.2.3 From 1d40c62f53b37445b5f62a65ce76f4b3ecfb2d4f Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 5 Jul 2010 19:46:19 -0700 Subject: Updated version for RC2 --- README | 9 +++++---- modules/gallery/helpers/gallery.php | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index a00d18cb..67efff4b 100644 --- a/README +++ b/README @@ -9,10 +9,11 @@ interface. SECURITY (& INTENDED AUDIENCE): -This is the second release candidate of Gallery 3.0. We're putting it -out there so that we can find out if we overlooked any small things. -We expect the final version to be virtually identical. You can -install it on public websites and use it freely -- we recommend it! +This is the second (and hopefully final) release candidate of Gallery +3.0. We're putting it out there so that we can find out if we +overlooked any small things. We expect the final version to be +virtually identical. You can install it on public websites and use it +freely -- we recommend it! Note: - We've contracted a professional security audit, received their results diff --git a/modules/gallery/helpers/gallery.php b/modules/gallery/helpers/gallery.php index 7f7db10b..d4078209 100644 --- a/modules/gallery/helpers/gallery.php +++ b/modules/gallery/helpers/gallery.php @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class gallery_Core { - const VERSION = "3.0 RC1 (Santa Fe)"; + const VERSION = "3.0 RC2 (Santa Fe)"; /** * If Gallery is in maintenance mode, then force all non-admins to get routed to a "This site is -- cgit v1.2.3