소스 검색

Releasing RC2a

Thijs Kinkhorst 22 년 전
부모
커밋
9b174f2895
3개의 변경된 파일16개의 추가작업 그리고 7개의 파일을 삭제
  1. 9 4
      ChangeLog
  2. 6 2
      ReleaseNotes
  3. 1 1
      functions/strings.php

+ 9 - 4
ChangeLog

@@ -2,8 +2,8 @@
 *** SquirrelMail Stable Series 1.4 ***
 **************************************
 
-Version 1.4.0 RC 2
-------------------
+Version 1.4.0 RC 2a
+-------------------
   - Fix broken themes box in display options.
   - Massive overhaul of administrator plugin.
   - Added new function sqgetGlobalVar to global.php to provide direct access
@@ -32,7 +32,12 @@ Version 1.4.0 RC 2
     have open_basedir restrictions. Thanks Jimmy Connor.
   - Fix broken abook_take plugin.
   - Fix HTML errors that caused display problems in NS4.
-	
+  - Correctly fold encoded header lines.
+  - Fix prefs caching not working correctly in PHP 4.3 caused by a stupid
+    version checking mechanism.
+  - Fix XXS hole that allowed JavaScript execution by sending someone
+    an email with specially crafted headers. Thanks Jason Munro.
+
 Version 1.4.0 RC 1
 ------------------
   - Change the way highlighting rules are stored to make them more reliable and
@@ -42,7 +47,7 @@ Version 1.4.0 RC 1
   - Experimental TLS support for IMAP and SMTP (requires PHP 4.3.x)
   - Override settings with config_local.php
   - Compose form no longer shows attachment options if php file_uploads
-  	disabled
+    disabled
   - Improved bodystructure parsing.
   - Support for windows-1257 charset.
   - Optimizations to the number of IMAP calls.

+ 6 - 2
ReleaseNotes

@@ -1,6 +1,6 @@
 /*****************************************************************
- * Release Notes: SquirrelMail 1.4.0 Release Candidate 2         *
- * 23 January 2002                                               *
+ * Release Notes: SquirrelMail 1.4.0 Release Candidate 2a        *
+ * 24 January 2002                                               *
  *****************************************************************/
 
 In this edition of SquirrelMail Release Notes:
@@ -16,6 +16,10 @@ 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.
 
+It is labeled RC 2a because RC 2 was released but pulled back soon
+after because a serious bug was found that needed to be fixed. Thanks
+to Jason Munro for discovering this bug.
+
 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

+ 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 RC2a';
 
 /** 
  * SquirrelMail internal version number -- DO NOT CHANGE