From 9eecc5d5d26373741ba5dfc03872098c3a6e602c Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Wed, 17 Feb 2016 10:43:31 -0800 Subject: Acknowledge option will now be honored for posts to anonymous lists --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 56413ec6..8f3fbb54 100644 --- a/NEWS +++ b/NEWS @@ -49,6 +49,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - User's "Acknowledge" option will now be honored for posts to anonymous + lists. (LP: #1546679) + - Fixed a typo in the Non-digest options regular_exclude_ignore description thanks to Yasuhito FUTATSUKI. -- cgit v1.2.3 From 3c78c57cc88877f701a935ce009efd39d31925e6 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 20 Feb 2016 21:46:24 -0800 Subject: Modified contrib/mmdsr to correctly report No such list names that contain ". --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 50546d78..86608210 100644 --- a/NEWS +++ b/NEWS @@ -51,6 +51,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Modified contrib/mmdsr to correctly report No such list names that + contain ". + - User's "Acknowledge" option will now be honored for posts to anonymous lists. (LP: #1546679) -- cgit v1.2.3 From da9d83cf1291701261bec4a9faafbe01b60a72a4 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Wed, 24 Feb 2016 23:24:26 -0800 Subject: If DMARC lookup fails to find a policy, also try the Organizational Domain. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 86608210..8d9f452b 100644 --- a/NEWS +++ b/NEWS @@ -51,6 +51,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - If DMARC lookup fails to find a policy, also try the Organizational + Domain. (LP: #1549420) + - Modified contrib/mmdsr to correctly report No such list names that contain ". -- cgit v1.2.3 From 12737ecf786a8d0315bc6a9a4448831cc19eead2 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 25 Feb 2016 20:45:44 -0800 Subject: Further refactoring of the Organizational Domain fix. --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8d9f452b..dedfacf0 100644 --- a/NEWS +++ b/NEWS @@ -52,7 +52,10 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches - If DMARC lookup fails to find a policy, also try the Organizational - Domain. (LP: #1549420) + Domain. Associated with this is a new mm_cfg.py setting + DMARC_ORGANIZATIONAL_DOMAIN_DATA_URL which sets the URL used to + retrieve the data for the algorithm that computes the Organizational + Domain. See https://publicsuffix.org/list/ for info. (LP: #1549420) - Modified contrib/mmdsr to correctly report No such list names that contain ". -- cgit v1.2.3 From 056b6a968fb3f96ba3bf4dcc00b82370c043154e Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 27 Feb 2016 20:38:34 -0800 Subject: Added switch to disable the l10n cset recoding. --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c7092b8b..1047b272 100644 --- a/NEWS +++ b/NEWS @@ -39,7 +39,10 @@ Here is a history of user visible changes to Mailman. - Also thanks to Miloslav Trmac and Yasuhito FUTATSUKI, the l10n for Mailman's bin/ commands has been fixed to display using the character set of the user's work station even when Mailman's character set for - the language is different. (LP: #558167) + the language is different. Because this has not been tested over a + wide set of locales, there is an mm_cfg.py switch + DISABLE_COMMAND_LOCALE_CSET to disable it if it causes problems. + (LP: #558167) - The Polish translation has been updated by Stefan Plewako. -- cgit v1.2.3 From ab5b961be9ed02d583185aabe6a8bbc52bdf3838 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 28 Feb 2016 12:43:02 -0800 Subject: Bumped branch version to: 2.1.21 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1047b272..45feb3c3 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ Copyright (C) 1998-2016 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. -2.1.21rc2 (05-Feb-2016) +2.1.21 (28-Feb-2016) New Features -- cgit v1.2.3 From 8f22ba21a32701d2efaac0b8b1a1c0a4522912b0 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 28 Feb 2016 22:28:44 -0800 Subject: Don't collapse multipart with a single sub-part inside multipart/signed parts. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 45feb3c3..b4549610 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,13 @@ Copyright (C) 1998-2016 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. +2.1.22 (xx-xxx-xxxx) + + Bug fixes and other patches + + - Don't collapse multipart with a single sub-part inside multipart/signed + parts. (LP: #1551075) + 2.1.21 (28-Feb-2016) New Features -- cgit v1.2.3