aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 141b3935..078b95be 100644
--- a/NEWS
+++ b/NEWS
@@ -6,11 +6,15 @@ Here is a history of user visible changes to Mailman.
2.1.6 (XX-XXX-200X)
+ - bin/withlist can be run without a list name, but only if -i is given.
+ Also, withlist puts the directory it's found in at the end of sys.path,
+ making it easier to run withlist scripts that live in $prefix/bin.
+
- Added the ability for Mailman generated passwords (both member and list
admin) to be more cryptographically secure. See new configuration
variables USER_FRIENDLY_PASSWORDS, MEMBER_PASSWORD_LENGTH, and
ADMIN_PASSWORD_LENGTH. Also added a new bin/withlist script called
- reset_pw which can be used to reset all member passwords. Passwords
+ reset_pw.py which can be used to reset all member passwords. Passwords
generated by Mailman are now 8 characters by default for members, and 10
characters for list administrators.