summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-11-22 08:36:29 +0000
committeralecpl <alec@alec.pl>2011-11-22 08:36:29 +0000
commitb8ae0ecb22264b6a4dc8785c431a8d0556fa83bf (patch)
tree98f0d9dce5f111c8a8995f357762837eaf26b1c1 /CHANGELOG
parent15cd3e5c0bdbd9c00ac0602d9a1c9338ae30e4d7 (diff)
- Fixed bug where session ID's length was limited to 40 characters. Since PHP5.3 it's possible
to set session.hash_function to any hash algorithm that would produce strings up to 128 characters long (#1488196)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1dec34bdc..25aee7cc2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fixed bug where session ID's length was limited to 40 characters (#1488196)
- Added About tab in Settings
- TinyMCE:
- updated to 3.4.6