X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=1496331207d453aa92c94727d24bd783e1c7925d;hb=96f7a1db77b55178ea695b3c383c37faaa4b6a58;hp=5daac81f6d12a48b539e3d4f2e05f888b15fa641;hpb=a3e60d99e72c171f7acb881b11978f8c67ffebc1;p=squirrelmail.git diff --git a/ChangeLog b/ChangeLog index 5daac81f..14963312 100644 --- a/ChangeLog +++ b/ChangeLog @@ -488,9 +488,18 @@ 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). - - Fix incorrect curly escape in sqimap_append(). Error triggered by PHP 5.1 + - 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). Version 1.5.0 - 2 February 2004 -------------------------------