summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorAurélien Bompard2015-11-25 14:20:27 +0100
committerBarry Warsaw2015-11-29 11:40:15 -0500
commit015a498f735cfc3a90ae07bd178ebb1c6f4bf8e0 (patch)
treed3c8e6953c7f118acffb06d3f9285c944768f1b6 /src/mailman/docs
parent8413ae86bfce8665fc94a8e3fb8b5e0624a46f25 (diff)
downloadmailman-015a498f735cfc3a90ae07bd178ebb1c6f4bf8e0.tar.gz
mailman-015a498f735cfc3a90ae07bd178ebb1c6f4bf8e0.tar.zst
mailman-015a498f735cfc3a90ae07bd178ebb1c6f4bf8e0.zip
Allow list names to have command suffixes
Fixes #168 Minor style fixes and add another test.
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/NEWS.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index b92b17773..e2f81c4b4 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -1,4 +1,4 @@
-================================================
+===============================================
Mailman - The GNU Mailing List Management System
================================================
@@ -47,7 +47,9 @@ Bugs
* Fix traceback in approved handler when the moderator password is None.
Given by Aurélien Bompard.
* Fix IntegrityErrors raised under PostreSQL when deleting users and
- addresses. Given by Aurélien Bompard.
+ addresses. Given by Aurélien Bompard.
+ * Allow mailing lists to have localhost names with a suffix matching the
+ subcommand extensions. Given by Aurélien Bompard. (Closes: #168)
Configuration
-------------