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:16:17 +0200
commitb6be23ac4bb9ebe8fd90f347e3f209c2e0e5f24e (patch)
treefeee2962d6c0e2ce1bb6d9a25373228339162e27 /CHANGELOG
parent0f5574913f98518d77fb519d5b00b2d069571ac5 (diff)
Fix issue where too big message data was stored in cache causing sql errors (#1489316)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 796bbc5b5..523314a02 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix issue where too big message data was stored in cache causing sql errors (#1489316)
- Log also failed logins to userlogins log
- Add temp_dir_ttl configuration option (#1489304)
- Allow setting INBOX as Sent folder (#1489219)