X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=ChangeLog;h=e3ab12072bc498fcc5c8b3135f5a794a3f16b120;hp=ca1007209e68c595b0a8e80b1a32e6e175cda110;hb=36efe99dc119b78f15791a91a7d4f5408cd2c2d5;hpb=209e24bb063cb116e8564e226e0a2687276cb9d5 diff --git a/ChangeLog b/ChangeLog index ca100720..e3ab1207 100644 --- a/ChangeLog +++ b/ChangeLog @@ -180,6 +180,17 @@ Version 1.5.2 - SVN - Default provider URI link fixed (was broken when on plugin options pages, etc) - Fix URL to send read receipts from read_body (#1637572). - Add option to ask users for personal information on first login. + - Drop redundant call to session_register, which could trigger a segfault + in PHP 4.4.5 (#1664155). + - If a date-header cannot be parsed, display the unparsed version as a + better-than-nothing alternative. + - Fix Priority and Receipt compose options being reset after return from + HTML addressbook, and allow returning from an empty address book (#1673056). + - Do not special case the 'None' folder. + - Fixes for filters issues (#1634735). + - session_id reporting session id when no active session (#1685031). + - Added sq_change_text_domain() for plugins to use when switching text + domains. If plugins use this function, it fixes #1434043. Version 1.5.1 (branched on 2006-02-12) --------------------------------------