adding phpdoc block before include
[squirrelmail.git] / ChangeLog
index 82068bb199cc01d4ec59125336bc49c6650576ca..af4c086fcc15e8637fc26ccf7fb27db6d573666c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -273,6 +273,22 @@ Version 1.5.1 -- CVS
   - Strip position:absolute style from HTML mails.
   - Add ability to the Filters plugin to filter on Message Body, or both
     the Headers and the Message Body.
+  - Update the message copy and move functions to allow for error handling.
+  - Fix the filter plugin from halting the login process when copying errors
+    occur.
+  - Clean up the folder management (create, rename, subscribe) code.
+  - Added filtering support to address book LDAP backend (#539534). Thanks
+    to Tim Bell.
+  - Added domain scope limit controls to address book LDAP backend. Issue
+    is specific to Microsoft ADS (#1035454). Thanks to Michael Brown.
+  - Missing PHP LDAP extension errors are now handled by ldap backend and
+    errors are displayed after address book initialization.
+  - LDAP connections are opened during search and not during address book 
+    initialization.
+  - Fixed wrapping of multibyte strings in message view and replies 
+    (#1043576).
+  - mbstring internal encoding is switched to ASCII, if mbstring.func_overload
+    is enabled (#929644).
   
 Version 1.5.0
 --------------------