aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2009-12-30 13:39:08 -0800
committerMark Sapiro <mark@msapiro.net>2009-12-30 13:39:08 -0800
commit034ffbb9dc7dbee5c7e9ed73ebf346a04252b4bd (patch)
treef53fed0c07a7130990527b8b5d0acd34bea9344e /NEWS
parent30ed3639227be2b174be06d69a43ba73cd205422 (diff)
downloadmailman2-034ffbb9dc7dbee5c7e9ed73ebf346a04252b4bd.tar.gz
mailman2-034ffbb9dc7dbee5c7e9ed73ebf346a04252b4bd.tar.xz
mailman2-034ffbb9dc7dbee5c7e9ed73ebf346a04252b4bd.zip
Fixed a bug where check_perms would throw an OSError if an entry in
Mailman's lists/ directory was not a directory. Bug #265613.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6b18d609..441dd342 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Fixed a bug where check_perms would throw an OSError if an entry in
+ Mailman's lists/ directory was not a directory. Bug #265613.
+
- Fixed a bug where a message with an Approved: header held by a handler
that precedes Approve (SpamDetect by default) would not have the
Approved: header removed if the held message was approved. Bug #501739.