aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2017-05-30 13:41:30 -0700
committerMark Sapiro <mark@msapiro.net>2017-05-30 13:41:30 -0700
commitf0950842497d8c8de6422f8fa94b2df398e9932a (patch)
tree836a5c0c05a6b495908b9ef458c0e5756beb81c9 /NEWS
parent73fd31d3a6a9083bc7a3e782575ef581a0596af6 (diff)
downloadmailman2-f0950842497d8c8de6422f8fa94b2df398e9932a.tar.gz
mailman2-f0950842497d8c8de6422f8fa94b2df398e9932a.tar.xz
mailman2-f0950842497d8c8de6422f8fa94b2df398e9932a.zip
Display only the list-owner address in the 'list run by' footer.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7314432b..ed14ae8b 100644
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,9 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - The 'list run by' addresses in web page footers are now just the
+ list-owner address. (LP: #1694384)
+
- Changed member_verbosity_threshold from a >= test to a strictly > test
to avoid the issue of moderating every post when the threshold = 1.
(LP: #1693366)