From 56807b0984b687a4e1d95c2dddc8525299a7cb8f Mon Sep 17 00:00:00 2001 From: kink Date: Thu, 23 Jan 2003 17:09:54 +0000 Subject: [PATCH] RC2 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4454 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ReleaseNotes | 18 +++++++++++------- UPGRADE | 2 +- functions/strings.php | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/ReleaseNotes b/ReleaseNotes index 0c73fe0b..a5bd254a 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -1,6 +1,6 @@ /***************************************************************** - * Release Notes: SquirrelMail 1.4.0 Release Candidate 1 * - * 31 December 2002 * + * Release Notes: SquirrelMail 1.4.0 Release Candidate 2 * + * 23 January 2002 * *****************************************************************/ In this edition of SquirrelMail Release Notes: @@ -12,16 +12,21 @@ In this edition of SquirrelMail Release Notes: All about this Release!!! ========================= -This is the first Release Candidate (RC) for the 1.4.x stable series. -Please note that this release is not yet labeled STABLE officially. +This is the second and hopefully last Release Candidate (RC) for the +1.4.x stable series. Please note that this release is not yet labeled +STABLE officially. However, we've been running this on a number of systems and a variety of configs and we think it's worthy of the "stable"-title. Before we can call it stable we want to test it on as many systems as possible to iron out the last issues. +In response to RC1, quite some issues were reported AND fixed! We now +hope that SquirrelMail is really ready to be called STABLE. We need you +to verify that this is true! + So download it! Install it, and try to break it! We are hungry for any -bug report you send. +bug report you send. Even the smallest issue deserves to be fixed. Major updates @@ -39,7 +44,6 @@ The 1.4.0 series (as a result of 1.3 devel series) brings: * Lots of bugfixes and a couple of UI-tweaks. - A note on plugins ================= @@ -78,7 +82,7 @@ Reporting my favorite SquirrelMail 1.4 bug This RC is meant to catch the last bugs. So we need you to submit any bug you come across! Also, please mention that the bug is in -this 1.4.0 RC1 release. +this 1.4.0 RC2 release. http://www.squirrelmail.org/bugs diff --git a/UPGRADE b/UPGRADE index 8c266bbf..5de1f0fd 100644 --- a/UPGRADE +++ b/UPGRADE @@ -7,7 +7,7 @@ using a previous version (0.1 or 0.2), it is suggested that you just start from scratch and configure your settings as if it was your first install. NOTE: The new plugin architecture required the use of some functions which -are not in all versions of PHP4. You will need at least PHP4 beta2. If you +are not in all versions of PHP4. You will need at least PHP 4.0.4. If you need to upgrade please go ahead and install the latest release version of PHP4. diff --git a/functions/strings.php b/functions/strings.php index b4d1a540..9af65b15 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -16,7 +16,7 @@ * SquirrelMail version number -- DO NOT CHANGE */ global $version; -$version = '1.4.0 [CVS-DEVEL]'; +$version = '1.4.0 RC2'; /** * SquirrelMail internal version number -- DO NOT CHANGE -- 2.25.1