diff options
author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-05-04 10:21:33 +0000 |
---|---|---|
committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-05-04 10:21:33 +0000 |
commit | c138c8a5feb3751539d3c6c8da1d3fc0e41b9a0b (patch) | |
tree | 9f65d17f25b9e4923826b9ab4d50432335571314 | |
parent | 91b4798b00f23d045b1c8eb559b36d59f671cda2 (diff) |
git-svn-id: https://svn.roundcube.net/trunk@6144 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r-- | roundcubemail/CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG index a92d8a2a8..911204408 100644 --- a/roundcubemail/CHANGELOG +++ b/roundcubemail/CHANGELOG @@ -1,6 +1,10 @@ CHANGELOG Roundcube Webmail =========================== +- Fixed multi-threaded autocompletion when number of threads > number of sources +- Allow to configure the number of values allowed for each LDAP attribute +- Support for serialized LDAP address values (usually delimited with a $) +- Less restrictive session auth checks, repeat keep-alive requests on failure (#1488449) - Fix redirect to mail/compose on re-login (#1488226) - Add IE8 hack for messages list issue (#1487821) - Fix handling errors on draft auto-save |