aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorbwarsaw <>2007-04-05 18:37:08 +0000
committerbwarsaw <>2007-04-05 18:37:08 +0000
commitac3ea676aa380d2b2214f272ddafdadb19ab2a4d (patch)
tree18ea214d369c654088a1a7218c55eb6e52746f42 /NEWS
parenta3dc31d77628d839c1c1d2d0ea09b110495df8d8 (diff)
downloadmailman2-ac3ea676aa380d2b2214f272ddafdadb19ab2a4d.tar.gz
mailman2-ac3ea676aa380d2b2214f272ddafdadb19ab2a4d.tar.xz
mailman2-ac3ea676aa380d2b2214f272ddafdadb19ab2a4d.zip
Fix a very old bug in withlist which prevented -r from working with package
paths more deeply nested than 1 level. IOW, -r package.package.module.func now works as intended.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bed8e7cb..0f554217 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
Mailman - The GNU Mailing List Management System
-Copyright (C) 1998-2006 by the Free Software Foundation, Inc.
+Copyright (C) 1998-2007 by the Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Here is a history of user visible changes to Mailman.
@@ -18,6 +18,9 @@ Here is a history of user visible changes to Mailman.
and BYUSER on a straight change of address (1642388). Also fixed a
bug that could result in a member key with uppercase in the domain.
+ - Fixed bin/withlist so that -r can take a full package path to a
+ callable.
+
2.1.9 (12-Sep-2006)
Security