handle configuration error without displaying paths in error message.
[squirrelmail.git] / ChangeLog
index 36afc1b29439f7b87a9bcb12a807e79d234b5381..af4c086fcc15e8637fc26ccf7fb27db6d573666c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -274,7 +274,21 @@ Version 1.5.1 -- CVS
   - 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
+  - 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
 --------------------