aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2008-04-14 11:25:28 -0700
committerMark Sapiro <mark@msapiro.net>2008-04-14 11:25:28 -0700
commite7b7c2ba8d7510d795cc93bcd7d86f22eb625f05 (patch)
tree8d075c7c7517b75a82a24d4ae5ccb5f713da6b71 /NEWS
parent934e2ef0893bf548bcf5f3472697e4eb90764a85 (diff)
downloadmailman2-e7b7c2ba8d7510d795cc93bcd7d86f22eb625f05.tar.gz
mailman2-e7b7c2ba8d7510d795cc93bcd7d86f22eb625f05.tar.xz
mailman2-e7b7c2ba8d7510d795cc93bcd7d86f22eb625f05.zip
Updated NEWS and Version.py for 2.1.10rc1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c8763564..e065da07 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
-2.1.10b4 (13-Mar-2008)
+2.1.10rc1 (14-Apr-2008)
Security
@@ -14,6 +14,13 @@ Here is a history of user visible changes to Mailman.
admin interface. This has been assigned CVE-2008-0564 and has been
fixed. Thanks again to Moritz Naumann for assistance with this.
+ - There is a new mm_cfg.py/Defaults.py variable
+ OWNERS_CAN_CHANGE_MEMBER_PASSWORDS which controls whether the list
+ owner can change a member's password from the member's options page.
+ This defaults to No and should be changed to Yes only if list owners
+ are trusted to not change a member's password, log in as the member
+ and make global membership changes.
+
New Features
- Changed cmd_who.py to list all members if authorization is with the
@@ -173,10 +180,16 @@ Internationalization
- Changed cmd_subscribe.py to properly accept (no)digest without a
password and to recognize (no)digest and address= case insensitively.
+ - Fixed cmd_subscribe.py to properly accept (no)digest without a password
+ and to recognize (no)digest and address= case insensitively.
+
Miscellaneous
- Brad Knowles' mailman daily status report script updated to 0.0.17.
+ - An updated mm-handler (mm-handler-2.1.10) that can help reduce
+ backscatter has been added to the contrib directory.
+
2.1.9 (12-Sep-2006)
Security