summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-09-03 15:16:17 +0200
committerAleksander Machniak <alec@alec.pl>2013-09-03 15:18:31 +0200
commit262f48553885c5394cd8fe89733d19455c6c81b1 (patch)
tree0a0d22eea2d16d4beb3c759facbcb0856943915d /CHANGELOG
parent183c7ffd3272511ecbccf73e5200899c0b4322af (diff)
Fix issue where too big message data was stored in cache causing sql errors (#1489316)
Conflicts: CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 28ea75dd0..72115ad5a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix issue where too big message data was stored in cache causing sql errors (#1489316)
+
RELEASE 0.9.4
-------------
- Fix iframe scrollbars on webkit desktop browsers (#1489306)