information about changes
[squirrelmail.git] / ChangeLog
index 31c512c11a0977624e45e4201bf935db3f399dde..44e9d8334576dfca34bc420908289d83623b4c99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -195,7 +195,7 @@ Version 1.5.1 -- CVS
   - Fix undefined variables in src/webmail.php.
   - 24hr clock format should include a leading 0.
   - Removed numeric keys for plugin array in config.php.
-  - Fixed translations of "On DATE, AUTHOR said" and "AUTHOR said" replies.
+  - Fixed translations of "On DATE, AUTHOR Wrote" and "AUTHOR Wrote" replies.
   - Added sq_str_pad function for padding of multi-byte strings.
   - 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
@@ -309,8 +309,15 @@ Version 1.5.1 -- CVS
   - 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).
-  - Workaround for Courier IMAP; send mixed messages with multiparts
-    with nested boundaries that Courier is able to parse
+  - 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.
+  - Added experimental iframe sandbox for display of html formated emails.
+  - Disabled LOGINDISABLED check in src/login.php when IMAP server mapping is
+    used.
   
 Version 1.5.0 - 2 February 2004
 -------------------------------