summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-01-24 12:20:43 +0100
committerAleksander Machniak <alec@alec.pl>2013-01-24 12:21:25 +0100
commit01f1afbcccf412fecca0bebb2ffe1a6fe7bd0b77 (patch)
treeb384aea1753be7a5edbdacf0c06ccae8d50b0b43 /CHANGELOG
parentaefb92408255d269354a4c0be39538b317744cd5 (diff)
Fix login in case when default_host is an array with one element (#1488928)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 487cf6305..aefb170cd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix login in case when default_host is an array with one element (#1488928)
- Use LDAP fallback hosts on connect + bind instead of ldap_connect() only.
- Add config option for LDAP bind timeout (sets LDAP_OPT_NETWORK_TIMEOUT option)
- Submit Addressbook advanced search form with Enter key (#1488568)