diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-03-08 08:07:43 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-03-08 08:07:43 +0000 |
| commit | c4f5d43aff9ff52cf9b0062ac02d22aa49f8d9fa (patch) | |
| tree | 1ae7b15c38493eb9134af8a6e7dd11270d6087c4 /roundcubemail/CHANGELOG | |
| parent | 2235956b511108826f9ad30bd3645e2f3eb0e57c (diff) | |
Use PHPs session_regenerte_id() instead of using (unreliable) mt_rand() function (#1486281)
git-svn-id: https://svn.roundcube.net/trunk@4598 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/CHANGELOG')
| -rw-r--r-- | roundcubemail/CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG index 90ce0ab6a..1336e96fd 100644 --- a/roundcubemail/CHANGELOG +++ b/roundcubemail/CHANGELOG @@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Get around unreliable rand() and mt_rand() in session ID generation (#1486281) - Fix some emails are not shown using Cyrus IMAP (#1487820) - Fix handling of mime-encoded words with non-integral number of octets in a word (#1487801) - New config option for custom logo |
