From f10605db754277a509f99ae35538cd066d0143e2 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 1 Mar 2018 09:26:02 -0800 Subject: Removed a Python 2.7 dependency introduced in 2.1.26. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5f66485c..104de16b 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.27 (xx-xxx-xxxx) + + Bug fixes and other patches + + - A Python 2.7 dependency introduced with the reCAPTCHA feature in 2.1.26 + has been removed. (LP: #1752658) + 2.1.26 (04-Feb-2018) Security -- cgit v1.2.3 From e61719889de7b570adb19af5e223c66f1e09e8bc Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 8 Mar 2018 16:00:54 -0800 Subject: Bad values in topics no longer break the list. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 104de16b..4e707a72 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Bad values in a list's topics will no longer break everything that + might instantiate the list. (LP: #1754516) + - A Python 2.7 dependency introduced with the reCAPTCHA feature in 2.1.26 has been removed. (LP: #1752658) -- cgit v1.2.3 From 21eafd3e46083eded01f67ea828bc7b46ffb3f07 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 8 Mar 2018 17:33:07 -0800 Subject: Added a few more badword checks to Utils.suspiciousHTML(). Added validation of GUI updates to host_name. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4e707a72..1541b414 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,11 @@ Here is a history of user visible changes to Mailman. 2.1.27 (xx-xxx-xxxx) + Security + + - Existing protections against malicious listowners injecting evil + scripts into listinfo pages have had a few more checks added. + Bug fixes and other patches - Bad values in a list's topics will no longer break everything that -- cgit v1.2.3 From 3f4ed2805b0bf1f877a6717e6d15d8d351cc924e Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Mon, 12 Mar 2018 17:36:25 -0700 Subject: Fixed another Python 2.7 dependency. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1541b414..6f5109ae 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - A Python 2.7 dependency introduced in the ToDigests handler in Mailman + 2.1.24 has been removed. (LP: #1755317) + - Bad values in a list's topics will no longer break everything that might instantiate the list. (LP: #1754516) -- cgit v1.2.3 From 3cd0fe5463dc4a5c101f7aaaca6c12ae827c6a39 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 18 Mar 2018 09:20:34 -0700 Subject: The Russian translation has been updated by Danil Smirnov. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6f5109ae..e9c39c9b 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,10 @@ Here is a history of user visible changes to Mailman. - Existing protections against malicious listowners injecting evil scripts into listinfo pages have had a few more checks added. + i18n + + - The Russian translation has been updated by Danil Smirnov. + Bug fixes and other patches - A Python 2.7 dependency introduced in the ToDigests handler in Mailman -- cgit v1.2.3 From a942e159e5c738072efa8fa8c4d7c76cc35a7db5 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Tue, 10 Apr 2018 20:34:48 -0700 Subject: Improve DELIVERY_RETRY_WAIT reimplementation. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e9c39c9b..e2f64e12 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,10 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - The reimplementation of DELIVERY_RETRY_WAIT in 2.1.26 could cause extra + dequeueing and requeueing in the out queue by OutgoingRunner. This is + fixed. (LP: #1762871) + - A Python 2.7 dependency introduced in the ToDigests handler in Mailman 2.1.24 has been removed. (LP: #1755317) -- cgit v1.2.3