summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBarry Warsaw2011-06-11 15:16:57 -0400
committerBarry Warsaw2011-06-11 15:16:57 -0400
commitefc5c39ede536acafbf28047a83b5b8c31abefe1 (patch)
tree1787a3936e22ddc4ed8c05abfe6d8474ca17af4a /src
parent17d6e3e60f099c3728e8b7861069d0423c5f171e (diff)
downloadmailman-efc5c39ede536acafbf28047a83b5b8c31abefe1.tar.gz
mailman-efc5c39ede536acafbf28047a83b5b8c31abefe1.tar.zst
mailman-efc5c39ede536acafbf28047a83b5b8c31abefe1.zip
Diffstat (limited to 'src')
-rw-r--r--src/mailman/docs/NEWS.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.txt b/src/mailman/docs/NEWS.txt
index fff4f2287..fde7dbe4c 100644
--- a/src/mailman/docs/NEWS.txt
+++ b/src/mailman/docs/NEWS.txt
@@ -12,9 +12,27 @@ Here is a history of user visible changes to Mailman.
==================================
(201X-XX-XX)
+Architecture
+------------
+ * Port bounce detection to the Mailman 3 architecture.
+ * Unrecognized bounces can now also be forwarded to the site owner.
+ * mailman.qrunner log is renamed to mailman.runner
+ * master-qrunner.lck -> master.lck
+ * master-qrunner.pid -> master.pid
+
+Commands
+--------
+ * bin/qrunner is renamed to bin/runner.
+ * `bin/mailman aliases` gains -f and -s options.
+ * `bin/mailman create` no longer allows a list to be created with bogus owner
+ addresses. (LP: #778687)
+
Documentation
-------------
* Update the COPYING file to contain the GPLv3. (LP: #790994)
+ * Major terminology change: ban the terms "queue runners" and "qrunners" since
+ not all runners manage queue directories. Just call them "runners". Also,
+ the master is now just called "the master runner".
Testing
-------