X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=ChangeLog;h=1d7466e0ee99efe674532f3346c2595cc5c2e8af;hp=db5b49b4f0d117654487ade7b26c94d637cef8e7;hb=386c7b5475f02b7d08f19521dabe7c2ac9216355;hpb=ad36be8a2204010e4c1635067566ea15fd6e3a61 diff --git a/ChangeLog b/ChangeLog index db5b49b4..1d7466e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,8 +31,23 @@ Version 1.5.2 - CVS - Advanced tree folder listing is moved to templates. $advanced_tree configuration variable is removed. - Added system locale tests to configtest.php script. + - Fixed invalid HTML output that caused error notices in compose.php (#1454409). + - Introduction of centralised initialization file init.php. + - Added session regenrate id functionality to prohibit session hijacking. + - Fixed sqsession_cookie function for setting HttpOnly cookie attribute. + - Reduce references header in a smart way to avoid "header too long" + errors from SMTP servers in really long threads (#1167754, #1465342). + - Added code that allows to use internal password functions in sqimap_login(). + Switched plugins to use this code instead of accessing key and otp information + directly. + - Fixed automatic mailbox creation in left_main.php. 1.5.1 mailbox caching + broke detection of unsubscribed special folders. + - Undo extra sanitizing in decodeHeader() function (#1460638). + - Added workaround for broken OpenBSD 3.8+ setlocale() function (#1427512). + - Fixed session lockups on large attachment downloads. + - Added configtest hook in src/configtest.php. + - Improved error handling for the help pages. - Version 1.5.1 (branched on 2006-02-12) -------------------------------------- - New reply citation to include date and author.