diff options
author | Mark Sapiro <mark@msapiro.net> | 2010-01-21 20:39:56 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2010-01-21 20:39:56 -0800 |
commit | 7b9209cab3c1f08f1f594399aa140b729ad70760 (patch) | |
tree | 9b06aef8621bdd6839ae5f5060e7608ea082c79d /NEWS | |
parent | 034ffbb9dc7dbee5c7e9ed73ebf346a04252b4bd (diff) | |
download | mailman2-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |