diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-16 14:18:57 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-16 14:18:57 +0200 |
commit | 3dbe4f79e42dc655444187e22356994a0d5c76ce (patch) | |
tree | b5d17825136b10b6224edbca1753d1fee1e0645d /CHANGELOG | |
parent | ac1a962b51531ccbbaa6c41c329aa5f80859a39d (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-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |