X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ChangeLog;h=54b5d33c7c6167fb4b967b380a4285171666a8f7;hb=46cbf588dd95e378087a0c34c38d0a4d220397cf;hp=16f024603ee852dca31055fa5d44a9199738b090;hpb=b6827bc0d558ecc5561231476c0dbb4e84ce69e7;p=squirrelmail.git diff --git a/ChangeLog b/ChangeLog index 16f02460..54b5d33c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -488,7 +488,29 @@ Version 1.5.1 -- CVS the subscribed mailbox-list. - Properly clean up temporary attachment files when saving as Draft (#1358407) and fix attachment cleaning code on logout. - - Fix error message in addressbook.php lookup (#1351825). + - 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 Draft folder error message in compose. + - Fixed character wrapping/encoding issues in Japanese translation (#1377622). + Issue is specific to sqBodyWrap() and string function wrappers introduced in + 1.5.1. Version 1.5.0 - 2 February 2004 -------------------------------