summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-05-10 09:35:24 +0200
committerAleksander Machniak <alec@alec.pl>2013-05-10 09:37:25 +0200
commitbde85428d69069637782d9507475df78890f08d0 (patch)
tree134efa1bc2a51ec69b9f0c8778dd2722b477d972 /CHANGELOG
parent71ec1b6063378c684c6db9b2b63475d52e0ac165 (diff)
Fix handling of invalid email addresses in headers (#1489092)
Conflicts: CHANGELOG program/steps/mail/func.inc
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 65ae904af..8c1c721f1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix handling of invalid email addresses in headers (#1489092)
- Fix IMAP connection issue with default_socket_timeout < 0 and imap_timeout < 0 (#1489090)
- Fix various PHP code bugs found using static analysis (#1489086)
- Fix backslash character handling on vCard import (#1489085)