X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=ChangeLog;h=7626f47ca2ca746e9bf1dcbf373259cdd0332f43;hp=e34b72c1c27459828bc3a32a027a669d87f8208b;hb=bbb92b4c9ae9b0d54216c109437fe7dfadb76b12;hpb=4165198dd11d9bae29e7784400bec7031b696403 diff --git a/ChangeLog b/ChangeLog index e34b72c1..7626f47c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -104,6 +104,41 @@ Version 1.5.1 -- CVS of a paginated view (provides fix for #1014612) - Added MySQL password/UNIX crypt support to mysql backend in the change_password plugin + - Make SMTP Authentication detection in conf.pl more RFC-compliant. + - Fixed IMAP errors when using mail_fetch plugin to auto-fetch on login. + - Fixed folder list in Create Folders list for Courier (properly skip INBOX). + - Fixed undefined variables in sqimap_create_stream(). + - Added Bengali translation support. + - Fixed left frame mailbox list when sorting by case. + - Separated fortune plugin configuration variables from main plugin scripts. + 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 Version 1.5.0 --------------------