summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-08-17 15:00:12 +0200
committerAleksander Machniak <alec@alec.pl>2012-08-17 15:02:18 +0200
commit48a04205c8513fdc4f923fef556e3db8cc17d9f9 (patch)
treee18d753dc06c7a5c88208f91c58bf58b68a22f43 /CHANGELOG
parent0ae929ffff16f3156fe2750999093593a6e6a88f (diff)
Fix bug where domain name was converted to lower-case even with login_lc=false (#1488593)
Conflicts: CHANGELOG program/include/rcmail.php
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 776fbbc3a..5a5c3cdd8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix bug where domain name was converted to lower-case even with login_lc=false (#1488593)
- Fix lower-casing email address on replies (#1488598)
- Fix line separator in exported messages (#1488603)
- Fix XSS issue where plain signatures wasn't secured in HTML mode (#1488613)