From 0c896b98796e41b57ff2345869e77bdc9ea31924 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 16 Apr 2013 03:13:35 -0400
Subject: [PATCH] Update changelog
---
CHANGELOG | 22 +++++++++++++---------
installer/rcube_install.php | 2 +-
2 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 471c505..e987cbe 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,15 +3,6 @@
- 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 @@
- 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 08761ce..450d9e2 100644
--- a/installer/rcube_install.php
+++ b/installer/rcube_install.php
@@ -456,7 +456,7 @@
'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;
}
--
Gitblit v1.9.1