From f82ff472e5ccfa07f99a0eff5e98c5bc5ebf3e9b Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 16 Jan 2020 16:03:34 -0800 Subject: Fixed SimpleMatch to only return valid addresses. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 39d11bca..d35af0c8 100644 --- a/NEWS +++ b/NEWS @@ -83,6 +83,9 @@ Here is a history of user visible changes to Mailman. - A bug causing a UnicodeDecodeError in preparing to send the confirmation request message to a new subscriber has been fixed. (LP: #1851442) + - The SimpleMatch heuristic bounce recognizer has been improved to not + return most invalid email addresses. (LP: #1859011) + 2.1.29 (24-Jul-2018) Bug Fixes -- cgit v1.2.3 From d64678853e132367ea008d4f8ee8a64393f6dfef Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Wed, 19 Feb 2020 10:40:58 -0800 Subject: Updated German translation from Ludwig Reiter. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d35af0c8..9a0bb411 100644 --- a/NEWS +++ b/NEWS @@ -48,6 +48,8 @@ Here is a history of user visible changes to Mailman. - The Japanese translation has been updated by Yasuhito FUTATSUKI. + - The German translation has been updated by Ludwig Reiter. + Bug Fixes and other patches - Fixed the confirm CGI to catch a rare TypeError on simultaneous -- cgit v1.2.3 From ed661c697f9262b6301e1d8be843430174d21695 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 12 Apr 2020 14:46:39 -0700 Subject: Updated Spanish translation. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 9a0bb411..4009e8c0 100644 --- a/NEWS +++ b/NEWS @@ -50,6 +50,8 @@ Here is a history of user visible changes to Mailman. - The German translation has been updated by Ludwig Reiter. + - The Spanish translation has been updated by Omar Walid Llorente. + Bug Fixes and other patches - Fixed the confirm CGI to catch a rare TypeError on simultaneous -- cgit v1.2.3 From f60b3a96b55493656cec7f5b0847dff9a8675184 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 12 Apr 2020 16:38:22 -0700 Subject: Updated Brazilian Portugese translation. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4009e8c0..dbae8009 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,8 @@ Here is a history of user visible changes to Mailman. - The Spanish translation has been updated by Omar Walid Llorente. + - The Brazilian Portugese translation has been updated by Emerson de Mello. + Bug Fixes and other patches - Fixed the confirm CGI to catch a rare TypeError on simultaneous -- cgit v1.2.3 From a586a994d9b96436f291650e75adad2b5330367a Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 12 Apr 2020 16:45:19 -0700 Subject: Update for 2.1.30 final release. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index dbae8009..40ef8ee0 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ Copyright (C) 1998-2018 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. -2.1.30 (xx-xxx.xxxx) +2.1.30 (13-Apr-2020) New Features -- cgit v1.2.3 From d7ca020be472fd3cb589d3b04d85d2a5b2d05ff6 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 25 Apr 2020 20:12:19 -0700 Subject: Updates to Spanish i18n. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 40ef8ee0..39197c54 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,12 @@ Copyright (C) 1998-2018 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. +2.1.30-1 (xx-xxx-xxxx) + + i18n + + - The Spanish translation has been updated by Omar Walid Llorente. + 2.1.30 (13-Apr-2020) New Features -- cgit v1.2.3 From 8ec4dad9822f390a3e4a1fe7451ccc97f5a3d6de Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 25 Apr 2020 20:14:40 -0700 Subject: Updates to bounce recognition. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 39197c54..41f897ad 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,10 @@ Here is a history of user visible changes to Mailman. - The Spanish translation has been updated by Omar Walid Llorente. + Bug Fixes and other patches + + - Bounce recognition for a non-compliant Yahoo format is added. + 2.1.30 (13-Apr-2020) New Features -- cgit v1.2.3 From 12155455f6afa9243c18077bdd064fceb428e56c Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 25 Apr 2020 20:16:14 -0700 Subject: Workaround non-ascii in string.lowercase. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 41f897ad..5e35d462 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,9 @@ Here is a history of user visible changes to Mailman. - Bounce recognition for a non-compliant Yahoo format is added. + - Archiving workaround for non-ascii in string.lowercase in some Python + packages is added. + 2.1.30 (13-Apr-2020) New Features -- cgit v1.2.3 From bb493df55fe504a0dd4f743ad48837fd18eb9888 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Tue, 5 May 2020 08:08:54 -0700 Subject: Fixed options login content injection vulnerability. --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5e35d462..e9715d13 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,12 @@ Copyright (C) 1998-2018 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. -2.1.30-1 (xx-xxx-xxxx) +2.1.31 (05-May-2020) + + Security + + - A content injection vulnerability via the options login page has been + discovered and reported by Vishal Singh. This is fixed. (LP: #1873722) i18n -- cgit v1.2.3 From 38d269d4b17fe277b97e9b885a2d9ce602527730 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Tue, 5 May 2020 12:57:39 -0700 Subject: i18n changes for prior release. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e9715d13..fb8baa05 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,13 @@ Copyright (C) 1998-2018 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. +2.1.32 (05-May-2020) + + i18n + + Fixed a typo in the Spanish translation and uptated mailman.pot and + the message catalog for 2.1.31 security fix. + 2.1.31 (05-May-2020) Security -- cgit v1.2.3 From 80d4f2a79a1e461a9e434062e02239ccc2448749 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 7 May 2020 06:53:40 -0700 Subject: Fixed content injection vulnerability via the private login page. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fb8baa05..9208567a 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,13 @@ Copyright (C) 1998-2018 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. +2.1.33 (07-May-2020) + + Security + + - A content injection vulnerability via the private login page has been + fixed. (LP: #1877379) + 2.1.32 (05-May-2020) i18n -- cgit v1.2.3 From 6432a3277d824ce149cf0d105bab6b78a91821a4 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Wed, 13 May 2020 11:10:04 -0700 Subject: Fix potential ValueError in MailList.CheckPending. --- NEWS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 9208567a..602c2d53 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,17 @@ -*- coding: iso-8859-1 -*- Mailman - The GNU Mailing List Management System -Copyright (C) 1998-2018 by the Free Software Foundation, Inc. +Copyright (C) 1998-2020 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.34 (xx-xxx-xxxx) + + Bug Fixes and other patches + + - The fix for LP: #1859104 can result in ValueError being thrown on + attempts to subscribe to a list. This is fixed. (LP: #1878458) + 2.1.33 (07-May-2020) Security -- cgit v1.2.3 From 248ca38ffb4821a131460c9953aa21d6fe7cec04 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Mon, 18 May 2020 10:01:51 -0700 Subject: Extend REFUSE_SECOND_PENDING to unsubscription as well. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 602c2d53..4889399e 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,8 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches - The fix for LP: #1859104 can result in ValueError being thrown on - attempts to subscribe to a list. This is fixed. (LP: #1878458) + attempts to subscribe to a list. This is fixed and extended to apply + REFUSE_SECOND_PENDING to unsubscription as well. (LP: #1878458) 2.1.33 (07-May-2020) -- cgit v1.2.3 From 5ef49284434d4a6ba304889cf89c468e7c97a324 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 28 May 2020 13:27:34 -0700 Subject: DMARC mitigation no longer misses upper case names. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4889399e..25f2ff12 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,9 @@ Here is a history of user visible changes to Mailman. attempts to subscribe to a list. This is fixed and extended to apply REFUSE_SECOND_PENDING to unsubscription as well. (LP: #1878458) + - DMARC mitigation no longer misses if the domain name returned by DNS + contains upper case. (LP: #1881035) + 2.1.33 (07-May-2020) Security -- cgit v1.2.3 From bc7fdf4c5fb688ae62e48e614bc285bdcd805ffc Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 28 May 2020 18:59:15 -0700 Subject: Updates to Spanish i18n and mailman.pot. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 25f2ff12..692731a1 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,10 @@ Here is a history of user visible changes to Mailman. 2.1.34 (xx-xxx-xxxx) + i18n + + - The Spanish translation has been updated by Omar Walid Llorente. + Bug Fixes and other patches - The fix for LP: #1859104 can result in ValueError being thrown on -- cgit v1.2.3