diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-02 14:33:11 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-02 14:46:36 +0200 |
commit | 72c8504b99fbd423651bab0180a044c489ca05cc (patch) | |
tree | d7903d6e17aacbee1637642a0530bb8ea9e7a6ee /CHANGELOG | |
parent | 6213c6a6e18848d861f2add83bdb69a1de3f5956 (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-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |