diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 41 |
1 files changed, 40 insertions, 1 deletions
@@ -1,6 +1,34 @@ CHANGELOG Roundcube Webmail =========================== +- Add possibility to print contact information (of a single contact) +- Fix refreshing of drafts list when sending a message which was saved in meantime (#1490238) +- Fix saving/sending emoticon images when assets_dir is set +- Fix PHP fatal error when visiting Vacation interface and there's no sieve script yet + +RELEASE 1.1.0 +------------- +- Make SMTP error log more verbose - include server response and error code +- Fix download options menu (added by zipdownload plugin) in classic skin (#1490228) +- Fix blocked.gif image usage with assets_dir set +- Fix bug where max_group_members was ignored when adding a new contact (#1490214) +- Hide MDN and DSN options in compose if disabled by admin (#1490221) +- Fix checks based on window.ActiveXObject in IE > 10 +- Fix XSS issue in style attribute handling (#1490227) +- Fix bug where Drafts list wasn't updated on draft-save action in new window (#1490225) +- Fix so "set as default" option is hidden if identities_level > 1 (#1490226) +- Fix bug where search was reset after returning from compose visited for reply +- Fix javascript error in "IE 8.0/Tablet PC" browser (#1490210) +- Fix bug where Reply-To address was ignored on reply to messages sent by self (#1490233) +- Fix bug where empty fieldmap config entries caused empty results of ldap search (#1490229) +- Fix bug where drafts list wasn't refreshed after draft message was sent from another window (#1490238) +- Fix keyboard navigation and css in datepicker widget across many Firefox versions +- Fix false warning when opening attached text/plain files (#1490241) +- Fix bug where signature could have been inserted twice after plain-to-html switch (#1490239) +- Fix security issue in DBMail driver of password plugin (#1490261) +- Enable FollowSymLinks option in .htaccess file which is required by rewrite rules (#1490255) +- Fix so JSON.parse() errors on localStorage items are ignored (#1490249) + RELEASE 1.1-rc -------------- - Update jQuery to version 2.1.3 @@ -77,6 +105,17 @@ RELEASE 1.1-beta - Fix so attachment charset is set in headers of forward/draft message (#1490109) - Fix bug where wrong charset could be used for text attachment preview page (#1490106) +RELEASE 1.0.5 +------------- +- Fix wrong icon for download button in classic skin +- Fix checks based on window.ActiveXObject in IE > 10 +- Fix XSS issue in style attribute handling (#1490227) +- Fix bug where Drafts list wasn't updated on draft-save action in new window (#1490225) +- Fix so "set as default" option is hidden if identities_level > 1 (#1490226) +- Fix javascript error in "IE 8.0/Tablet PC" browser (#1490210) +- Fix bug where empty fieldmap config entries caused empty results of ldap search (#1490229) +- Fix bug where sent message was saved in Sent folder even if disabled by user (#1490208) + RELEASE 1.0.4 ------------- - Disable TinyMCE contextmenu plugin as there are more cons than pros in using it (#1490118) @@ -96,7 +135,7 @@ RELEASE 1.0.4 - Fix possible issues in skin/skin_path config handling (#1490125) - Fix lack of delimiter for recipient addresses in smtp_log (#1490150) - Fix generation of Blowfish-based password hashes (#1490184) -- Fix bugs where CSRF attacks were still possible on some requests +- Fix bugs where CSRF attacks were still possible on some requests [CVE-2014-9587] RELEASE 1.0.3 ------------- |