remember to add this to 1.5.x release notes
[squirrelmail.git] / ChangeLog
index e02428617239b2fb1f359fe4b12b742f153ffa27..9f29ce79d42d54e85cb94fbfbe046dbf1684bae6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -200,8 +200,6 @@ Version 1.5.1 -- CVS
   - Added sq_strlen function for calculation of multi-byte string length.
   - Quoted "INBOX" in check for the status of INBOX in a LIST call. Fixes an
     issue with a specific IMAP server.
-  - In sqgetGlobalVar(), reset $value if the var is not found in the
-    specified location.
   - Move default_pref to the config/ dir, but keep checking legacy locations
     first for bc. Do not fail with an error when default_pref not found, just
     create an empty one.
@@ -308,6 +306,15 @@ Version 1.5.1 -- CVS
   - If default SquirrelMail language is set to empty string, interface will 
     try to follow browser's HTTP_ACCEPT_LANGUAGE header or fallback to en_US
     (#764709).
+  - If From: field is unset in an email, header object for from field is not
+    correctly set, and generates an error on reply (#1179754).
+  - Add Cancel button to addressbook (#1180565).
+  - RFC 2046: Send mixed messages with multipart/alternative nested boundaries
+    with correct boundary strings.
+  - WARNING: if same user data storage location is used to store SquirrelMail 
+    1.4.x and 1.5.1+ user settings, SquirrelMail 1.5.1+ will reset mailbox
+    display order (Options->Index Options) in stable. Backup your data before
+    testing 1.5.1+ or use different storage location.
   
 Version 1.5.0 - 2 February 2004
 -------------------------------