diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-01-10 12:44:55 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-01-10 12:44:55 -0800 |
commit | 4cfb7130a9b64d951b8e3367c67ca445f3eb296e (patch) | |
tree | 678180f669a901dc852219de0ecd0a036e1aef04 /NEWS | |
parent | 2154e5dc03be61c10c7fb9157600fc19feffce86 (diff) | |
download | mailman2-4cfb7130a9b64d951b8e3367c67ca445f3eb296e.tar.gz mailman2-4cfb7130a9b64d951b8e3367c67ca445f3eb296e.tar.xz mailman2-4cfb7130a9b64d951b8e3367c67ca445f3eb296e.zip |
- Fixed the admin Membership List Find member function so the 'letter'
links to a chunked result would still be limited to the Find member
search. SF patch #1532081.
- Changed scripts/driver to return a 405 status for non GET, POST, HEAD
methods. SF patch #1578756.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -75,6 +75,13 @@ Here is a history of user visible changes to Mailman. the summary page, the reject reason is the rejection message from the Errors.HoldMessage subclass instead of the generic "No reason given". + - Fixed the admin Membership List Find member function so the 'letter' + links to a chunked result would still be limited to the Find member + search. SF patch #1532081. + + - Changed scripts/driver to return a 405 status for non GET, POST, HEAD + methods. SF patch #1578756. + 2.1.11 (30-Jun-2008) New Features |