summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2012-04-01 12:52:14 -0600
committerBarry Warsaw2012-04-01 12:52:14 -0600
commit588d80d30aca30d9e70551e169aaa0fbb7e09c9d (patch)
tree33bd30d6a703abaed16b0e4295692292496a3e4a /src/mailman/docs
parent664d7d73e13b649f003f51a727bf39fdfdc2ab65 (diff)
downloadmailman-588d80d30aca30d9e70551e169aaa0fbb7e09c9d.tar.gz
mailman-588d80d30aca30d9e70551e169aaa0fbb7e09c9d.tar.zst
mailman-588d80d30aca30d9e70551e169aaa0fbb7e09c9d.zip
The port of NNTPRunner to Mailman 3 is complete.
* Configuration schema variable changes: [nntp]username -> [nntp]user [nntp]port (added)
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/NEWS.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 6a10dcade..13bb919c1 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -32,6 +32,9 @@ Configuration
every `[archiver.<name>]` section. These are used to determine under what
circumstances a message destined for a specific archiver should have its
`Date:` header clobbered. (LP: #963612)
+ * Configuration schema variable changes:
+ [nntp]username -> [nntp]user
+ [nntp]port (added)
Documentation
-------------