aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2008-11-20 13:08:31 -0800
committerMark Sapiro <mark@msapiro.net>2008-11-20 13:08:31 -0800
commitf0d392172bb2400927948004d2dc66c264ca2aa5 (patch)
tree0917a720e54690b7ffe84dafaad58577f4d66d09 /NEWS
parent7267f4fe1452d61f528da083308fbe38d5e1603a (diff)
downloadmailman2-f0d392172bb2400927948004d2dc66c264ca2aa5.tar.gz
mailman2-f0d392172bb2400927948004d2dc66c264ca2aa5.tar.xz
mailman2-f0d392172bb2400927948004d2dc66c264ca2aa5.zip
Fixed a problem in SecurityManager that caused it to not find the
cookie when CheckCookie was not given a user and the user in the cookie had a %xx encoded character. Bug # 299220.
Diffstat (limited to '')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b58b8eef..91418076 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,10 @@ Here is a history of user visible changes to Mailman.
in the To: or Cc: header differed in case from the case-preserved member
address. Bug #297795.
+ - Fixed a problem in SecurityManager that caused it to not find the
+ cookie when CheckCookie was not given a user and the user in the cookie
+ had a %xx encoded character. Bug # 299220.
+
2.1.11 (30-Jun-2008)
New Features