RC2
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 23 Jan 2003 17:09:54 +0000 (17:09 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 23 Jan 2003 17:09:54 +0000 (17:09 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4454 7612ce4b-ef26-0410-bec9-ea0150e637f0

ReleaseNotes
UPGRADE
functions/strings.php

index 0c73fe0bf5b55b56c52c8e096bdedcf480c83623..a5bd254ac9e7e8ebf334461946fb560af475e164 100644 (file)
@@ -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 8c266bbf0894fe53cf615a5748f7ebcb3b37f255..5de1f0fd32cc6c086d2a61f40ddc1f993fa916ac 100644 (file)
--- 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.
 
index b4d1a5406549c10609cc94438d52502f8db26a61..9af65b1518ca510fd5d8c3ee95ca33103bc4189d 100644 (file)
@@ -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