- Add doc/security.txt with some hints for a more secure installation.
[squirrelmail.git] / ChangeLog
index 9547232ef4ed5ac3d2e39739f692621bb6cb0ab1..122055781c147f985dd7c84eb62c8da7a7821260 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -481,6 +481,20 @@ Version 1.5.1 -- CVS
   - 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.
+  - Fixed error message in addressbook.php lookup (#1351825).
+  - Fixed incorrect curly escape in sqimap_append(). Error triggered by PHP 5.1
+    bugfix (#1366982).
+  - Fixed ContentType object check in Rfc822Header class. E_NOTICE error
+    in PHP 5.1.
+  - Key value being overwritten by reuse of var in filters plugin.
+  - Add doc/security.txt with some hints for a more secure installation.
 
 Version 1.5.0 - 2 February 2004
 -------------------------------