X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=ChangeLog;h=54722b08516fd50b72299c8c9ec981c59124b5e7;hp=0718297e9ee24976bcc4c9795ca253103e55bee1;hb=12bf2985de69c067dac698614dca2546a9e1d0b1;hpb=834a10273b677aa343a9e5fc0cfb5650e631ced4 diff --git a/ChangeLog b/ChangeLog index 0718297e..54722b08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -221,7 +221,30 @@ Version 1.5.1 -- CVS issues with Internet Explorer not being able to track down the image. - Empty src attribute on img tags causes logouts (IE only), replacing string with blank.png. - + - Added vmailmgrd backend to change_password plugin. + - Fixed change_password_init hook. + - Give an error to the user when SquirrelMail is not configured yet + (instead of "failed to include config.php"). + - Added swf and mp3 support to newmail plugin. Restored custom user media + support. + - 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. + - Change defaults of some prefs to more sensible / usable settings. + - Revise the documentation of the packaged plugins. Version 1.5.0 --------------------