X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ChangeLog;h=ffb42c32f6ba76f0c04e54a32779938da9e704dc;hb=4aca972a75dc9aaf0c5c26d12ca7272f9a83a77d;hp=40f3df6b2360a2e59f063fe93f763dff286e6ef8;hpb=c650b678a6cb1cc0250b484e8a28d7487a2986e8;p=squirrelmail.git diff --git a/ChangeLog b/ChangeLog index 40f3df6b..ffb42c32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -336,6 +336,38 @@ Version 1.5.1 -- CVS when IMAP TLS was enabled or imap server mapping was used. - Added mail_fetch plugin configuration file and moved plugin functions from setup.php to functions.php file. + - SquirrelSpell plugin was modified to use standard SquirrelMail + preference system. User dictionaries that are stored in $username.words + files should be automatically updated to new format, when user logs in. + Fixed possible php script errors caused by $SQSPELL_APP configuration + variable changes. Removed $SQSPELL_EREG configuration option. Plugin's + version increased to 0.5. + - $skip_SM_header option was replaced with $encode_header_key and + $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 + 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. + - Added peardb backend to change_password plugin. + - Tweak IMAP connection error display (#1203154). + - Gracefully recover from over quota error while sending a mail (#1145144). + - Fix get_identities() for the case where the user has not set an email + address: use the fallback $username@$domain that's used in compose aswell. + - Fix "Include me in CC on Reply All" for the case where email address was + not set in the prefs (#781202, #1093363). + - Move documentation for SquirrelMail developers to doc/Development. + - Added id attribute support to form functions. It can be used for Section + 508 or WAI fixes. Original idea and patch by dugan passwall.com. + - Fixed broken attachments caused by inconsistency of PHP chunk_split(). + Thanks to Roalt Zijlstra. + - Identity code was not checking for domain part in username before setting + email address (Bug #1219184). + - Disallow access to the administrator plugin screens when the plugin is + not enabled in the config. + - Security: fix several cross site scripting (XSS) attacks. Thanks go to + Martijn Brinkers for finding a lot of these. [CAN-2005-1769] Version 1.5.0 - 2 February 2004 -------------------------------