diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-15 08:22:06 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-15 08:22:06 +0100 |
commit | d17a9de59886592d41e2745490cbb8fb31064744 (patch) | |
tree | 20630f63762c8222281faa890282bca24fde66f3 /CHANGELOG | |
parent | 3067458acbff330d144bddd779492d9b247b04b4 (diff) |
Update changelog with 0.8.4 release
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -2,11 +2,7 @@ CHANGELOG Roundcube Webmail =========================== - Fix handling of text/enriched content on message reply/forward/edit -- Fix XSS vulnerability in handling of text/enriched messages (#1488806) -- Fix handling of 'media' attribute on linked css (#1488789) -- Fix excessive LFs at the end of composed message with top_posting=true (#1488797) - Option to display attached images as thumbnails below message body -- Fix bug where leading blanks were stripped from quoted lines (#1488795) - Upgraded to jQuery 1.8.3 and jQuery UI 1.9.1 - Add config option to automatically generate LDAP attributes for new entries - Better client-side timezone detection using the jsTimezoneDetect library (#1488725) @@ -55,6 +51,14 @@ CHANGELOG Roundcube Webmail Move global functions from main.inc and rcube_shared.inc into classes Better classes separation +RELEASE 0.8.4 +------------- +- Fix regression where unintentional page reload was done after request abort (#1488802) +- Fix XSS vulnerability in handling of text/enriched messages (#1488806) +- Fix handling of 'media' attribute on linked css (#1488789) +- Fix excessive LFs at the end of composed message with top_posting=true (#1488797) +- Fix bug where leading blanks were stripped from quoted lines (#1488795) + RELEASE 0.8.3 ------------- - Fix AREA links handling (#1488792) |