X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=ChangeLog;h=17541dee1d523c6c6e4630a6d73d6e5795081567;hp=9547232ef4ed5ac3d2e39739f692621bb6cb0ab1;hb=fd7ab7950ab48601cae33dbe47023c869499bf95;hpb=50090cd2d292992800a36011af25c6293ec69c9f diff --git a/ChangeLog b/ChangeLog index 9547232e..17541dee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -481,6 +481,33 @@ Version 1.5.1 -- CVS - Prevent right_frame to be set to '//www.example.com'. - Tweak printer friendly attachment view. - Added new compose_send_after hook. + - Added new scheme to allow multiple plugins to share the onsubmit handler + for the compose form from the compose_form hook. See plugin.txt for more + information. + - Support for LIST-SUBSCRIBED extension. This speeds up the retrieval of + the subscribed mailbox-list. + - Properly clean up temporary attachment files when saving as Draft + (#1358407) and fix attachment cleaning code on logout. + - Fixed error message in addressbook.php lookup (#1351825). + - Fixed incorrect curly escape in sqimap_append(). Error triggered by PHP 5.1 + bugfix (#1366982). + - Fixed ContentType object check in Rfc822Header class. E_NOTICE error + in PHP 5.1. + - Key value being overwritten by reuse of var in filters plugin. + - Add doc/security.txt with some hints for a more secure installation. + - Added sqauth_read_password() and sqauth_save_password() functions. + - Unset global GET, POST and COOKIE variables registered in PHP + register_globals=on setups. + - Capabilities array now contains all multivalue information provided + by the IMAP server. (Such as THREAD=SORT, THREAD=REFERENCES). + - Inclusion of Compatibility plugin automatic (no patch needed for plugin) + - Moved sqm_baseuri() into more centralized location (strings.php) + - Introduced $sendmail_args configuration variable in order to control + /usr/sbin/sendmail command arguments (#1365779). Deliver_SendMail class was + modified to provide support of $sendmail_args. Modifications broke backwards + compatibility with qmail-inject workarounds. + - Added execution error handling in Deliver_SendMail class (#1374174). + - Sanitized message composition error messages. Version 1.5.0 - 2 February 2004 -------------------------------