From 8ec9d40c8ab6bfd814a7026bab21997e05b5e8e0 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Tue, 7 Aug 2018 19:52:09 -0700 Subject: Catch TypeError on simultaneous confirmations of the same token. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e7071dce..04358c41 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.30 (xx-xxx.xxxx) + + Bug Fixes + + - Fixed the confirm CGI to catch a rare TypeError on simultaneous + confirmations of the same token. (LP: #1785854) + 2.1.29 (24-Jul-2018) Bug Fixes -- cgit v1.2.3 From 377a75049a8b1bccf352e1347e2c4a02e7dd6170 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 10 Nov 2018 11:04:58 -0800 Subject: Added NEWS item for prior change. --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 04358c41..6efcfd0e 100644 --- a/NEWS +++ b/NEWS @@ -7,11 +7,14 @@ Here is a history of user visible changes to Mailman. 2.1.30 (xx-xxx.xxxx) - Bug Fixes + Bug Fixes and other patches - Fixed the confirm CGI to catch a rare TypeError on simultaneous confirmations of the same token. (LP: #1785854) + - Scrubbed application/octet-stream MIME parts will now be given a + .bin extension instead of .obj. + 2.1.29 (24-Jul-2018) Bug Fixes -- cgit v1.2.3 From d03507def644416adf753098173220be6f75c137 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Wed, 28 Nov 2018 12:03:48 -0800 Subject: Added recognition for non-compliant opensmtpd DSN Action: error. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6efcfd0e..da907746 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,9 @@ Here is a history of user visible changes to Mailman. - Scrubbed application/octet-stream MIME parts will now be given a .bin extension instead of .obj. + - Added bounce recognition for a non-compliant opensmtpd DSN with + Action: error. (LP: #1805137) + 2.1.29 (24-Jul-2018) Bug Fixes -- cgit v1.2.3 From 189515c4d3f1ed52b83d63577ebefec5c991b281 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 30 Dec 2018 09:40:15 -0800 Subject: Corrected and augmented some security log messages. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2d9bfa68..cfca39a2 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,8 @@ Here is a history of user visible changes to Mailman. - Added bounce recognition for a non-compliant opensmtpd DSN with Action: error. (LP: #1805137) + - Corrected and augmented some security log messages. (LP: #1810098) + 2.1.29 (24-Jul-2018) Bug Fixes -- cgit v1.2.3