aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2011-02-07 12:42:05 -0800
committerMark Sapiro <msapiro@value.net>2011-02-07 12:42:05 -0800
commit2858a6747610370e07f2e4dd0e8d76c28ba0c779 (patch)
tree522425758f3269374ce32c4697b64700a369b2ac /NEWS
parent12f54c4b4f27ed1514f770f062bcc9c5b239dd71 (diff)
downloadmailman2-2858a6747610370e07f2e4dd0e8d76c28ba0c779.tar.gz
mailman2-2858a6747610370e07f2e4dd0e8d76c28ba0c779.tar.xz
mailman2-2858a6747610370e07f2e4dd0e8d76c28ba0c779.zip
- Fixed an uncaught KeyError when poster tries to cancel a post which was
already handled. Bug #266224.
Diffstat (limited to '')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d6a162f3..773690a8 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,9 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Fixed an uncaught KeyError when poster tries to cancel a post which was
+ already handled. Bug #266224.
+
- Held message user notifications now come From: list-owner instead of
list-bounces. Bug #714424.