diff options
-rw-r--r-- | CHANGELOG | 22 | ||||
-rw-r--r-- | installer/rcube_install.php | 2 |
2 files changed, 14 insertions, 10 deletions
@@ -3,15 +3,6 @@ CHANGELOG Roundcube Webmail - Fix parsing invalid date string (#1489035) - Add "with attachment" option to messages list filter (#1485382) -- Set minimal permissions to temp files (#1488996) -- Improve content check for embedded images without filename (#1489029) -- Fix handling of invalid characters in message headers and output (#1489032) -- Fix selecting collapsed rows on select-all (#1489036) -- Avoid race-conditions with concurrent attachment uploads (#1488422) -- Fix possible header duplicates when using additional headers (#1489033) -- Fix session issues with use_https=true (#1488986) -- Fix blockquote width in sent mail (#1489031) -- Fix keyboard events on list widgets in Internet Explorer (#1489025) - Call resize handler in intervals to prevent lags and double onresize calls in Chrome (#1489005) - Add rel="noreferrer" for links in displayed messages (#1484686) - Add ability to toggle between HTML and text while viewing a message (#1486939) @@ -23,6 +14,19 @@ CHANGELOG Roundcube Webmail - Fix export of selected contacts from search result (#1488905) - Feature to export only selected contacts from addressbook (by Phil Weir) +RELEASE 0.9.0 +------------- +- Fix display of HTML entities in protected folder name (#1489042) +- Set minimal permissions to temp files (#1488996) +- Improve content check for embedded images without filename (#1489029) +- Fix handling of invalid characters in message headers and output (#1489032) +- Fix selecting collapsed rows on select-all (#1489036) +- Avoid race-conditions with concurrent attachment uploads (#1488422) +- Fix possible header duplicates when using additional headers (#1489033) +- Fix session issues with use_https=true (#1488986) +- Fix blockquote width in sent mail (#1489031) +- Fix keyboard events on list widgets in Internet Explorer (#1489025) + RELEASE 0.9-rc2 --------------- - Fix security issue in save-pref command diff --git a/installer/rcube_install.php b/installer/rcube_install.php index 08761ce6d..450d9e253 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -456,7 +456,7 @@ class rcube_install '0.6-beta', '0.6', '0.7-beta', '0.7', '0.7.1', '0.7.2', '0.7.3', '0.7.4', '0.8-beta', '0.8-rc', '0.8.0', '0.8.1', '0.8.2', '0.8.3', '0.8.4', '0.8.5', '0.8.6', - '0.9-beta', '0.9-rc', '0.9-rc2', + '0.9-beta', '0.9-rc', '0.9-rc2', '0.9.0', )); return $select; } |