aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbwarsaw <>2004-12-30 23:42:29 +0000
committerbwarsaw <>2004-12-30 23:42:29 +0000
commitf6b424d07ea8c3e2997e3e04c8ddaabdc66a6540 (patch)
tree8eacaea02d67cf4df9bdef8e841b1203e1d55c0e
parente6402e44036af0529a35ff6e81cfc3108c1a96e1 (diff)
downloadmailman2-f6b424d07ea8c3e2997e3e04c8ddaabdc66a6540.tar.gz
mailman2-f6b424d07ea8c3e2997e3e04c8ddaabdc66a6540.tar.xz
mailman2-f6b424d07ea8c3e2997e3e04c8ddaabdc66a6540.zip
More news.
-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.