X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ChangeLog;h=3fa947587d159955a7712791a5d0a2d1aa260eaa;hb=bd466893162021274eda713b25e631738fe6226e;hp=fd5c4ab8da4c08e8f36c07d704b798e952ee5213;hpb=5ba5dc8e820c4f821073fecb16b33a036a1cf594;p=squirrelmail.git diff --git a/ChangeLog b/ChangeLog index fd5c4ab8..3fa94758 100644 --- a/ChangeLog +++ b/ChangeLog @@ -348,7 +348,7 @@ Version 1.5.1 -- CVS $hide_auth_header options. First option allows to encode user's information with provided encryption key (set in 2. Server settings -> B. Update SMTP / Sendmail settings). Second option allows to disable authenticated user part - in Received: header, when user can't force used email address. It is set in + in Received: header, when user can't forge used email address. It is set in 4. General Options -> 9. Allow editing of identity. - Added dovecot preset to configuration utility. - Modified mercury32 preset in order to remove INBOX prefix in mercury32 4.01. @@ -422,6 +422,18 @@ Version 1.5.1 -- CVS installed translations. Similar feature is implemented in limit_languages plugin. - Don't load plugins/administrator/auth.php during plugin initiation. + - Removed function references from address book database backend class, + list_addr(), lookup() and search() functions. Referenced lookup() + function caused E_NOTICE warnings in php 4.4.0. Reported by Cor Bosman. + - Test to ensure folder exists before attempting to delete it, otherwise + IMAP server will return an error. + - Added $save_html argument to charset_decode() function in order to be + able to convert html formated mails to different character set. Initial + patch by Peter Draganov (#1195232). Fixed display of html formated emails + in formatBody() function (#1258925). + - login_form hook changed from do_hook to concat_hook_function in order to + place form elements before login button (#1245070). + - Forwarding broken when not using compose in new window (#1222436). Version 1.5.0 - 2 February 2004 -------------------------------