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:33:11 +0200 |
commit | a6b0ca60a431b8e56d7c23246de71978d6968a79 (patch) | |
tree | 65d06e18eb4fdbc72b275f4003b1f6d03c318016 /CHANGELOG | |
parent | d77e08729b812333bc22680c4072a6e41f4ba40e (diff) |
Fix bug where serialized strings were truncated in PDO::quote() (#1489142)
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) - Improved handling of Reply-To/Bcc addresses of identity in compose form (#1489016) - Fix displaying messages with invalid self-closing HTML tags (#1489137) - Fix PHP warning when responding to a message with many Return-Path headers (#1489136) |