information about ldap backend in cpw.
[squirrelmail.git] / ChangeLog
index 8f6feae5d70d529193d72e0d13be5d375629358b..667a0b4589766d3f43a487dcc269d46b23b005a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -230,6 +230,19 @@ Version 1.5.1 -- CVS
   - Removed unused save_option_header() function from display and compose
     option includes.
   - Fixed bug #1124764, view unsafe images inside printer friendly view.
+  - Fixed bug #1032366, remove NUL characters in text attachments on sent.
+  - URL Encode required for string being passed in mailto: links to pass on
+    additional values (cc, body, subject etc).
+  - Fixed bug #801060.  Removed option for INBOX in filters plugin as source
+    is always INBOX.
+  - Always show Purge link next to Trash, even when empty.
+  - errors in addressbook_init() function are no longer fatal. If function
+    fails to activate address book backend, it displays error box (with 
+    error_box() function). error box can be hidden by setting first
+    function argument to false.
+  - Sanitized search in ldap address book backend. Use of asterisk 
+    together with other symbols is not supported.
+  - Added ldap backend to change_password plugin.
 
 Version 1.5.0
 --------------------