X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=ChangeLog;h=e515dabd7881ad12677b32f80519ffc92a1150dc;hp=a80d895cc981871bc12426de64d7f44ecf9b2a98;hb=c720eadda2bcf0e3710754ca4e642d641a9a1395;hpb=89f45e06ac62a407186837e9fcbdc83f1d97b938 diff --git a/ChangeLog b/ChangeLog index a80d895c..e515dabd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -114,9 +114,9 @@ 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 + - 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 + - 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 @@ -135,6 +135,18 @@ Version 1.5.1 -- CVS - 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). + - Added Net-Style theme by Gabriele Maidecchi. Closes patch #1041323. Version 1.5.0 --------------------