summaryrefslogtreecommitdiff
path: root/roundcubemail/CHANGELOG
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-03-09 10:30:15 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-03-09 10:30:15 +0000
commit01cf378d49626fc2acd202d753497286302cb324 (patch)
treec765bdae58ce6098d1b7e44f6dc19c2955dab387 /roundcubemail/CHANGELOG
parent4cad73404a229f313dea97d35a9f91ee691b7f63 (diff)
- Add code for prevention from IMAP connection hangs when server closes socket unexpectedly
git-svn-id: https://svn.roundcube.net/trunk@4601 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/CHANGELOG')
-rw-r--r--roundcubemail/CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG
index 8ea4aed53..f7a12d1a3 100644
--- a/roundcubemail/CHANGELOG
+++ b/roundcubemail/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Add code for prevention from IMAP connection hangs when server closes socket unexpectedly
- Remove redundant DELETE query (for old session deletion) on login
- Get around unreliable rand() and mt_rand() in session ID generation (#1486281)
- Fix some emails are not shown using Cyrus IMAP (#1487820)