aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2009-01-10 12:44:55 -0800
committerMark Sapiro <mark@msapiro.net>2009-01-10 12:44:55 -0800
commit4cfb7130a9b64d951b8e3367c67ca445f3eb296e (patch)
tree678180f669a901dc852219de0ecd0a036e1aef04 /NEWS
parent2154e5dc03be61c10c7fb9157600fc19feffce86 (diff)
downloadmailman2-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--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 87149b47..5de3292e 100644
--- a/NEWS
+++ b/NEWS
@@ -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