X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=ChangeLog;h=c0920b363a1b3d1e1d731ece220838b3309105d0;hp=87bc602cf89f96bafb5e6a1638d99f2c888bfba7;hb=ecc0f421a193bca30e64ca1c14e8b504d4400531;hpb=ef8d36adf548f8e9f4f4ca3f5ee23cd77bd99347 diff --git a/ChangeLog b/ChangeLog index 87bc602c..c0920b36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -187,8 +187,48 @@ Version 1.5.1 -- CVS options from Display Preferences there; also move some around within Display Preferences. - Security: Fix possible file/offsite inclusion in src/webmail.php. - - Security: Fix possible XSS issues in src/webmail.php. + [CAN-2005-0103] + - 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. + - 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. + - Strip tags out. This is a Microsoft only protocol and + references files local to the sending machine. This causes issues + with Internet Explorer. + - Replace links with clean images to stop + issues with Internet Explorer not being able to track down the image. + - Empty src attribute on img tags causes logouts (IE only), replacing + string with blank.png. + - Added vmailmgrd backend to change_password plugin. + - Fixed change_password_init hook. + - Give an error to the user when SquirrelMail is not configured yet + (instead of "failed to include config.php"). + - Added swf and mp3 support to newmail plugin. Restored custom user media + support. + - Removed unused save_option_header() function from display and compose + option includes. Version 1.5.0 --------------------