fixed incorrect curly escape in sqimap_append
[squirrelmail.git] / ChangeLog
index 9606c7b5b4101f34bda6bad42bb87bd403ea47d7..5daac81f6d12a48b539e3d4f2e05f888b15fa641 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -472,7 +472,25 @@ Version 1.5.1 -- CVS
     before compose page has reloaded.
   - Undefined variable in rare case in view_header.php
   - Variable by reference fix in printer_friendly_bottom.php.
-
+  - Undefined index in addressbook backends.
+  - sqimap_utf7_decode_mbx_tree returns variables by reference, rather than a 
+    return value (#1351822)
+  - Make test for IE6 in SendDownloadHeaders also match versions higher
+    than 6 (#1339211).
+  - Allow double quote to be used in MOTD (#1276959).
+  - Prevent right_frame to be set to '//www.example.com'.
+  - Tweak printer friendly attachment view.
+  - Added new compose_send_after hook.
+  - Added new scheme to allow multiple plugins to share the onsubmit handler 
+    for the compose form from the compose_form hook.  See plugin.txt for more
+    information.
+  - Support for LIST-SUBSCRIBED extension. This speeds up the retrieval of
+    the subscribed mailbox-list.
+  - Properly clean up temporary attachment files when saving as Draft
+    (#1358407) and fix attachment cleaning code on logout.
+  - Fix error message in addressbook.php lookup (#1351825).
+  - Fix incorrect curly escape in sqimap_append(). Error triggered by PHP 5.1
+    bugfix (#1366982).
 
 Version 1.5.0 - 2 February 2004
 -------------------------------