summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-06-02 14:33:11 +0200
committerAleksander Machniak <alec@alec.pl>2013-06-02 14:46:36 +0200
commit72c8504b99fbd423651bab0180a044c489ca05cc (patch)
treed7903d6e17aacbee1637642a0530bb8ea9e7a6ee /CHANGELOG
parent6213c6a6e18848d861f2add83bdb69a1de3f5956 (diff)
Fix bug where serialized strings were truncated in PDO::quote() (#1489142)
Conflicts: CHANGELOG program/lib/Roundcube/rcube_cache_shared.php
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ee5960b15..dc74f81ce 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix bug where serialized strings were truncated in PDO::quote() (#1489142)
- Fix displaying messages with invalid self-closing HTML tags (#1489137)
- Fix PHP warning when responding to a message with many Return-Path headers (#1489136)
- Fix unintentional compose window resize (#1489114)