summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-08-07 17:14:22 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-08-07 17:14:22 +0200
commitdddebd82206952fa0e5e2cb1f0fe6b1d24eff0c6 (patch)
tree216b05a1724f8f31edd6a85b67292cda178aef3b /CHANGELOG
parent561f5e0a22a16ab39d9bc8b9e4e2cdbd6abaa954 (diff)
Updated changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 32008791a..35744b438 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
CHANGELOG Roundcube Webmail
===========================
+- Added config option 'imap_log_session' to enable Roundcube <-> IMAP session ID logging
+- Added config option 'log_session_id' to control the lengh of the session identifer in logs
+- Implemented 'storage_connected' API hook after successful IMAP login (#1490025)
- Intergrate Net_LDAP3 and rcube_ldap_generic classes
- Add option (disabled_actions) to disable UI elements/actions (#1489638)
- Support password encryption using openssl extension (#1489989)