aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2010-01-21 20:39:56 -0800
committerMark Sapiro <mark@msapiro.net>2010-01-21 20:39:56 -0800
commit7b9209cab3c1f08f1f594399aa140b729ad70760 (patch)
tree9b06aef8621bdd6839ae5f5060e7608ea082c79d /NEWS
parent034ffbb9dc7dbee5c7e9ed73ebf346a04252b4bd (diff)
downloadmailman2-7b9209cab3c1f08f1f594399aa140b729ad70760.tar.gz
mailman2-7b9209cab3c1f08f1f594399aa140b729ad70760.tar.xz
mailman2-7b9209cab3c1f08f1f594399aa140b729ad70760.zip
- Fixed a bug where going to an archives/private/list.mbox/list.mbox URL
would result in a munged URL if authentication was required. Bug #266164.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 441dd342..0a96a979 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 going to an archives/private/list.mbox/list.mbox URL
+ would result in a munged URL if authentication was required. Bug #266164.
+
- Fixed a bug where check_perms would throw an OSError if an entry in
Mailman's lists/ directory was not a directory. Bug #265613.