finalisation for 1.2.2 release
authorteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 1 Jan 2002 20:32:19 +0000 (20:32 +0000)
committerteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 1 Jan 2002 20:32:19 +0000 (20:32 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2073 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
ReleaseNotes
functions/strings.php

index 7dd03c152d1c0651077a080ca1787c2e01afcd11..f77b7a7d3adc6f21a52442bc4e00b6323e706878 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,8 @@
 *** Squirrelmail Stable Series 1.2 ***
 **************************************
 
 *** Squirrelmail Stable Series 1.2 ***
 **************************************
 
-Version 1.2.2 -- ??
--------------------
+Version 1.2.2 -- 1 January 2002
+-------------------------------
 
   - Fixed an infinite loop in printer friendly when wrapping option 
     is not in the prefs. 
 
   - Fixed an infinite loop in printer friendly when wrapping option 
     is not in the prefs. 
index 647d86f42f4419dce924c4138f907ac24727207c..46601d263f726ed08093d731dc984a3dcd0874c7 100644 (file)
@@ -1,11 +1,11 @@
 /*****************************************************************
 /*****************************************************************
- * Release Notes: SquirrelMail 1.2.1                             *
- * The "Wouter for President" Release                            *
- * 25 December 2001                                              *
+ * Release Notes: SquirrelMail 1.2.2                             *
+ * The "International" Release                                   *
+ * 1 January 2002                                                *
  *****************************************************************/
 
  *****************************************************************/
 
-  Note: Please see the ChangeLog for 1.2.0 bugs that have been
-        fixed in this 1.2.1 release.
+  Note: Please see the ChangeLog for 1.2.0 and 1.2.1 bugs that have
+        been fixed in this 1.2.2 release.
 
 After a long wait, SquirrelMail is finally making a new major stable
 series release. The past year has been ANYTHING but uneventful for
 
 After a long wait, SquirrelMail is finally making a new major stable
 series release. The past year has been ANYTHING but uneventful for
index 2a6a1e15b2d498069a7c81eb85246fe21064b1f1..6cd038a13cecdbcc57596497d777e7b2830452b1 100644 (file)
@@ -32,7 +32,7 @@
  * SquirrelMail version number -- DO NOT CHANGE
  */
 global $version;
  * SquirrelMail version number -- DO NOT CHANGE
  */
 global $version;
-$version = '1.2.2 [cvs]';
+$version = '1.2.2';
 
 /**
  * If $haystack is a full mailbox name and $needle is the mailbox
 
 /**
  * If $haystack is a full mailbox name and $needle is the mailbox