summaryrefslogtreecommitdiff
path: root/roundcubemail/CHANGELOG
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-04-26 11:36:42 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-04-26 11:36:42 +0000
commitab9e33b6ab8ddf8cd7fc3f534e2f48d8e9d1f235 (patch)
tree0f50009045f8011a64469a0214219d010d0d5feb /roundcubemail/CHANGELOG
parent23eb3efad3dc0a203c7b376adf6a8a8a95943c2e (diff)
- Fix handling of top-level domains with more than 5 chars or unicode chars (#1487883)
git-svn-id: https://svn.roundcube.net/trunk@4702 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/CHANGELOG')
-rw-r--r--roundcubemail/CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG
index 9fb5c576d..5182f6aef 100644
--- a/roundcubemail/CHANGELOG
+++ b/roundcubemail/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix handling of top-level domains with more than 5 chars or unicode chars (#1487883)
- Fix usage of non-standard HTTP error codes (#1487797)
- Improve performance by including files with absolute path (#1487849)
- Move folder name truncation to client/skin (#1485412)