rg=0 broke some functionality that plugins relied on. fix 682962
[squirrelmail.git] / ChangeLog
index 9bbc7e34e3f8542db92732a1ebaab245ccb83851..a8672d25f9ca0ad530da734970f76a4b1169827b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,22 @@
 *** SquirrelMail Stable Series 1.4 ***
 **************************************
 
+Version 1.4.0 CVS
+-------------------
+  - Fixed Mailfetch plugin. Now folder edition defaults to actual value.
+  - Added Vietnamese translation.
+  - Fixed the newmail plugin.
+  - Added RECENT response to sqimap_get_status.
+  - Fixed attachment filename resolving.
+  - Added check for X-Confirm-Reading-To to make MDN work messages send by Pine.
+  - sqextractGlobalVar removed (use sqgetGlobalVar instead).
+  - Subfolders of Sent and Drafts show To field instead of From
+  - Updates in conf.pl to infamous delete_folder setting, including
+    addition of appropriate default value for courier and UW.
+  - Fix for date/time display in certain timezones
+  - Fix some features of login.php that are used by some plugins and was broken
+    by register_globals = off.
+  
 Version 1.4.0 RC 2a
 -------------------
   - Fix broken themes box in display options.
@@ -36,7 +52,9 @@ Version 1.4.0 RC 2a
   - 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.
+    an email with specially crafted headers. Thanks Jason Munro, and
+    Masato Higashiyama.
+
 
 Version 1.4.0 RC 1
 ------------------