summaryrefslogtreecommitdiff
path: root/roundcubemail/CHANGELOG
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-12 07:16:51 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-12 07:16:51 +0000
commit1481fed8f438a3f20afbb48fa6a1baf863c8fafc (patch)
treefe540590e0103b718f34ad536b4abf82c252bd1d /roundcubemail/CHANGELOG
parent1fd5f49b6f51bd5a6779f899163d82fe5d631c07 (diff)
- Fix failure on MySQL database upgrade from 0.7 - text column can't have default value (#1488300)
git-svn-id: https://svn.roundcube.net/trunk@5755 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/CHANGELOG')
-rw-r--r--roundcubemail/CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG
index df704490f..1571cb28f 100644
--- a/roundcubemail/CHANGELOG
+++ b/roundcubemail/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix failure on MySQL database upgrade from 0.7 - text column can't have default value (#1488300)
- Added address book widget on compose screen
- Use proper timezones from PHP's internal timezonedb (#1485592)
- Add separate pagesize setting for mail messages and contacts (#1488269)