Fix not encoding drafts folder when saving to draft; causes failure when
[squirrelmail.git] / ChangeLog
index 5a1f8eefa0fc75edb2f2bac89dfd191a7ea96e08..10e3d5b21f991d9370f17b6e11f87bdc77f7e24e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,6 +65,18 @@ Version 1.5.1 -- CVS
     of read_body.php discovered by Roman Medina.
   - Get alternating row colors of addressbook in sync with mailbox list.
   - Give proper error when PEAR DB not found.
+  - Remove inappropriate strip_tags() from add-to-addressbook (#968475).
+  - Prefs caching didn't work properly with register_globals off (#995102).
+  - Security: fix SQL injection vulnerability in addressbook
+    (CVE ID: CAN-2004-0521).
+  - Removed html_top and html_bottom hooks.  No longer used/needed.
+  - Added "trailing text" for options built by SquirrelMail (text placed
+    after text and select list inputs on options pages)
+  - Custom option page values now repopulate correctly
+  - Added "no focus" option for compose page in display preferences (setting
+    reply focus to "No focus" also affects composing new messages)
+  - Current hook name is now globally available when running a hook ($currentHookName)
+  - Fix bug when Saving to Draft folder that contains special characters.
 
 Version 1.5.0
 --------------------