summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-06-16 14:18:57 +0200
committerAleksander Machniak <alec@alec.pl>2013-06-16 14:18:57 +0200
commit3dbe4f79e42dc655444187e22356994a0d5c76ce (patch)
treeb5d17825136b10b6224edbca1753d1fee1e0645d /CHANGELOG
parentac1a962b51531ccbbaa6c41c329aa5f80859a39d (diff)
Fix session issues when local and database time differs (#1486132)
Improve performance by executing session gc on script shutdown, also call session_write_close() ASAP
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9c67958a1..eaffa7099 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix session issues when local and database time differs (#1486132)
- Fix thread cache syncronization/validation (#1489028)
- Add option show_real_foldernames to disable localization of special folders
- Fix database cache expunge issues (#1489149)