X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ChangeLog;h=1ea48029206b5bef2e3019b449689f96b0b6d0f1;hb=cf6f9b3123b0105699554370046ada0c3ed985c0;hp=12c1277b405d0511426cc8f7746605d3180c1169;hpb=e6339917eb977ce237b7e18516b41ac25516fb33;p=squirrelmail.git diff --git a/ChangeLog b/ChangeLog index 12c1277b..1ea48029 100644 --- a/ChangeLog +++ b/ChangeLog @@ -342,6 +342,53 @@ Version 1.5.1 -- CVS 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] + - Update COPYING with new address of the FSF. + - Fixed missing quote character when trying to build cid: urls. + - Added address listing functions and listing controls to address + book LDAP backend. Blocked wildcard searches in file and database + backends when listing is disabled (#529563). + - Some LDAP address book backend configuration options (listing + controls, filtering, scope limit) are moved to 'advanced + configuration' subsection. + - Javascript relied on rg=1 in the login page to force focus to + password box if username was supplied as a url arg (#1222617). + - Fix variable typo in parseFetch which caused IMAP errors on Exchange. + Thanks Christian Froemmel. + - Added Bluesome theme by Saku Lehtiö (#1188209). + - Rewrite of advanced identity handlying to remove stupid extraction + of all post variables. [CAN-2005-2095] + - Added StartTLS support to address book LDAP backend (#1197703). Patch + by John Lane. + - Added subtree/one level search options to address book LDAP backend + (#1212618). + - Added Simple Green 2 and Simple Purple themes by Vicky Pyne (#1217066 + and #1217069). Version 1.5.0 - 2 February 2004 -------------------------------