X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ChangeLog;h=af4c086fcc15e8637fc26ccf7fb27db6d573666c;hb=b35a58627a97bab88b8d519aa2cb0fc5f44aa25f;hp=f50cb90a2645a8335272da423c7108aa93b639e3;hpb=2a0be713d1c2d16353e961fa171bf6a9699226af;p=squirrelmail.git diff --git a/ChangeLog b/ChangeLog index f50cb90a..af4c086f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -267,7 +267,29 @@ Version 1.5.1 -- CVS and $plugins array changes. - Included local configuration file in config.php generated by administrator's plugin. - + - Updated the Filters plugin to comply with our Plugin Standards. + - Fixed Filters plugin problems with duplicate rule processing and false + unread message counts (Bug# 676073 and patch #919045). + - 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 -------------------- - Added new preference that determines cursor focus when replying