X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ChangeLog;h=6475da6540b46b9a0a6771b380acac708c5dfae8;hb=44e767202fc0c00e1aa168be0425b8bf6e4be770;hp=4a2518f70c17e530d702f4a8f734e0b51c109cb3;hpb=3ad591f5e7cc85af9b7d15b422c4c598954eba9b;p=squirrelmail.git diff --git a/ChangeLog b/ChangeLog index 4a2518f7..6475da65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -114,6 +114,38 @@ Version 1.5.1 -- CVS See plugins/fortune/INSTALL. - Fix for #906217 when checking spelling of inline replies, the corrected words would appear through original email. + - Fixed empty information menu when viewing vCards without information + but name and e-mail address. + - User may now add an e-mail address when adding vCards without one to the + address book. No need to wait for the error message anymore. + - Removed japanese_xtra function used by older XTRA_CODE calls. Plugins + should use separate xtra_code functions. Older function does not provide + information about supported options. + - Added php-gettext classes (see class/l10n/*.php) and ngettext support + functions (provides fix for #1019007). + - LC_NUMERIC locale is set to C. (workaround for #1027130). Some plugins + might use decimal delimiters incorrectly. + - Added sq_is8bit function that can be used to detect 8bit strings. + - Added sq_mb_list_encodings function that provides list of encodings supported + by php mbstring module. + - Added Content-Transfer-Encoding: 8bit header for read receipts that contain + 8bit symbols. (provides fix for #934033). + - Fixed decoding function problems when mbstring.func_override has MB_OVERLOAD_REGEX + enabled. + - Fixed XSS exploit in decodeHeader function. + - Added site configuration and custom translation engine support to translate + plugin. + - Fixed SquirrelSpell error output. Patch courtesy David Boone. + - Fixed bug in IMAP read routines that treated "0" as false instead of + a string (patch courtesy Maurice Makaay). + - Fixed PHP notice when header property value is blank. + - Added compact paginator option. Patch by Felix Egli. + - Fixed reply/forward form in order to avoid warnings in SSL enabled sites. Patch + by Felix Egli. + - Removed command line option unsupported by qmail-inject in + class/deliver/Deliver_SendMail.class.php. Thanks to Ken Brush. + - Global file based address book is controled in configuration. Removed + global_file address book backend (use 'local_file' instead). Version 1.5.0 --------------------