Thijs Kinkhorst пре 22 година
родитељ
комит
ac398c4534
3 измењених фајлова са 13 додато и 9 уклоњено
  1. 11 7
      ReleaseNotes
  2. 1 1
      UPGRADE
  3. 1 1
      functions/strings.php

+ 11 - 7
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
 

+ 1 - 1
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.
 

+ 1 - 1
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