fixed incorrect curly escape in sqimap_append
[squirrelmail.git] / ChangeLog
index 79d3e8e0c1a64bbf6e1efb80bb9ee716a06fb08c..5daac81f6d12a48b539e3d4f2e05f888b15fa641 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -477,6 +477,20 @@ Version 1.5.1 -- CVS
     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
 -------------------------------