summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-12-07 12:38:08 +0100
committerAleksander Machniak <alec@alec.pl>2012-12-07 12:38:08 +0100
commita3985963f0df4fffa1a6d272c777f781ebd86d50 (patch)
treeaddfff86d643012329ae38260afd0c37e3dd7cfb /CHANGELOG
parent996af3bfd9bfcac84396790a9a215d177b17c79e (diff)
Fix big memory consumption of DB layer (#1488856)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5a1b1acd5..79f19b904 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix big memory consumption of DB layer (#1488856)
- Add workaround for IE<=8 bug where Content-Disposition:inline was ignored (#1488844)
- Fix XSS vulnerability in vbscript: and data:text links handling (#1488850)
- Fix broken message/part bodies when FETCH response contains more untagged lines (#1488836)