adding is_array() test to output of get_class_methods()
[squirrelmail.git] / ChangeLog
index 2127841d16d3a2ce0f35d8e421ea85bffe8709be..e55eda80f154087369b142c9ac79cec8921924e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -235,6 +235,17 @@ Version 1.5.1 -- CVS
     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.
+  - Change defaults of some prefs to more sensible / usable settings.
+  - Revise the documentation of the packaged plugins.
+  - Fixed edit form checks in address listing (#1124018).
 
 Version 1.5.0
 --------------------