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:00:12 +0200
commitc72325faed3d244170650a1bf62ddca6eb1b5fa9 (patch)
treeeed3a46d5c82820937f263d73572c6329bea1edb /CHANGELOG
parent60082ad665cfcb3b517f765a5192e99ddf1a730c (diff)
Fix bug where domain name was converted to lower-case even with login_lc=false (#1488593)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3edbdd494..b1f9ce1cf 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)
- Rewritten test scripts for PHPUnit
- Fix lower-casing email address on replies (#1488598)
- Fix line separator in exported messages (#1488603)