X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=ChangeLog;h=0202e43a769cb31217032ba6c68e31a36e7689d3;hp=9d78a247eb71098b58fd9ad9e122c05fc3d79b2b;hb=c8f5f60645a2e7b39efbbe06ad599e9145827338;hpb=a1b036d6b115df6d7ee4ae075f3ad51a32d54efc diff --git a/ChangeLog b/ChangeLog index 9d78a247..0202e43a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -191,7 +191,30 @@ Version 1.5.1 -- CVS - Security: Fix possible XSS issues in src/webmail.php. [CAN-2005-0104] - Fix undefined variables in src/webmail.php. - 24hr clock format should include a leading 0. - - Removed numeric keys for plugin array in config.php + - Removed numeric keys for plugin array in config.php. + - Fixed translations of "On DATE, AUTHOR said" and "AUTHOR said" replies. + - Added sq_str_pad function for padding of multi-byte strings. + - Added sq_strlen function for calculation of multi-byte string length. + - Quoted "INBOX" in check for the status of INBOX in a LIST call. Fixes an + issue with a specific IMAP server. + - In sqgetGlobalVar(), reset $value if the var is not found in the + specified location. + - Move default_pref to the config/ dir, but keep checking legacy locations + first for bc. Do not fail with an error when default_pref not found, just + create an empty one. + - Add trailing slash for data directory used by global file based address + book (#1105760). + - Fixed sorting problem is get_squirrel_sort() function (#1115403). + - Add "Show Only Subscribed Folders" option to allow users to show all + folders instead of only subscribed ones (#1105756, #1105250). + - Add workaround for Mercury/32 servers that will subscribe again to + an already subscribed folder (#1115409). + - Added blank.png for missing image support. + - Use the proper attachment filenames in case of forwarding a message. + - Fix for #855320 where Outlook Express was creating CID: based URLs, + but not assigning a content-id to the attachment. This is a bug in + Outlook Express and is non-RFC compliant behaviour. + Version 1.5.0 --------------------