summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-03-27 09:34:30 +0000
committerthomascube <thomas@roundcube.net>2007-03-27 09:34:30 +0000
commitaad6e2a9c4857715c8bd56693d21b87dd0c16263 (patch)
treed2c47b6bc708fb7770ffaf9978e42cc5268141f1 /CHANGELOG
parent6d09984ea83861adb225a985b924eecb948702df (diff)
New session authentication, should fix bugs #1483951 and #1484299; testing required
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ab5980e61..f02a1ad95 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,12 @@
CHANGELOG RoundCube Webmail
---------------------------
+2007/03/27 (thomasb)
+----------
+- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
+ Should close bugs #1483951 and #1484299
+
+
2007/03/23 (thomasb)
----------
- Correctly translate mailbox names (closes #1484276)