aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-11-29 18:46:03 -0500
committerBarry Warsaw <barry@python.org>2008-11-29 18:46:03 -0500
commitb7c826ff010b4350f861bd7d90a3b81c0bae626a (patch)
tree6243c934281ed1140f68e60fe7eadb00b0e96b54 /NEWS
parent5c21f02b0d2f4de7cf99b4b0bd8b522853156eac (diff)
parentf0d392172bb2400927948004d2dc66c264ca2aa5 (diff)
downloadmailman2-b7c826ff010b4350f861bd7d90a3b81c0bae626a.tar.gz
mailman2-b7c826ff010b4350f861bd7d90a3b81c0bae626a.tar.xz
mailman2-b7c826ff010b4350f861bd7d90a3b81c0bae626a.zip
trunk
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f364d41a..91418076 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,14 @@ Here is a history of user visible changes to Mailman.
certain errors that can be caused by configuration of a particular list.
Bug #265941 (sf775100).
+ - Fixed a bug in AvoidDuplicates.py that caused it to fail if the address
+ 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