From f48f75cccf27cdd098cb5c5e0f8c063361f80c1e Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 22 Sep 2017 08:22:42 -0700 Subject: The default DMARC reject reason now properly replaces %(listowner)s. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8f3181af..7dc0571f 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - The default DMARC reject reason now properly replaces %(listowner)s. + (LP: #1718962) + - The web roster page now shows case preserved email addresses. (LP: #1707447) -- cgit v1.2.3 From a04f3a2976940022009c154fe0400fb8464b014c Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 7 Oct 2017 15:28:06 -0700 Subject: Improved DMARC testing for domains with DNSSEC validation problems. --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7dc0571f..eaebe652 100644 --- a/NEWS +++ b/NEWS @@ -16,7 +16,7 @@ Here is a history of user visible changes to Mailman. - The admin Membership List now includes text for screen readers which identifies the function of each checkbox. CSS is added to the page to - visually hide the text but still allow screan readers to read it. + visually hide the text but still allow screen readers to read it. Similar text has been added to some radio buttons on the admindb pages. i18n @@ -26,6 +26,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Thanks to Jim Popovitch, certain failures in DNS lookups of DMARC policy + will now result in mitigations being applied. (LP: #1722013) + - The default DMARC reject reason now properly replaces %(listowner)s. (LP: #1718962) -- cgit v1.2.3 From bc77a098657cbc0db309de8fb9e63d079f43f955 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 26 Oct 2017 13:59:01 -0700 Subject: Bumped branch version to: 2.1.25 --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index eaebe652..d3d934a1 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,11 @@ -*- coding: iso-8859-1 -*- Mailman - The GNU Mailing List Management System -Copyright (C) 1998-2016 by the Free Software Foundation, Inc. +Copyright (C) 1998-2017 by the Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Here is a history of user visible changes to Mailman. -2.1.25 (xx-xxx-xxxx) +2.1.25 (26-Oct-2017) New Features -- cgit v1.2.3