From b3b302042d527deeeb87605ad22e7185d0beae20 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Wed, 22 Feb 2017 22:05:56 -0800 Subject: Fixed an uncaught TypeError in the subscribe CGI. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index dc9c155a..fde02dd4 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,8 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Fixed an uncaught TypeError in the subscribe CGI. (LP: #1667215) + - Added recognition for a newly seen mailEnable bounce. - Fixed an uncaught NotAMemberError when a member is removed before a -- cgit v1.2.3 From 2c34348878f40b9a0fe9784baf89d02cb3dac252 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 4 Mar 2017 13:21:54 -0800 Subject: Ensure added headers and footers have a trailing new-line. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fde02dd4..0be02873 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Ensured that added message and digest headers and footers always have + a terminating new-line. (LP: #1670033) + - Fixed an uncaught TypeError in the subscribe CGI. (LP: #1667215) - Added recognition for a newly seen mailEnable bounce. -- cgit v1.2.3