From f768fbc600a3293949d536e8189b720b5971e063 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Tue, 27 Mar 2012 15:25:13 -0700 Subject: Fixed a possible CPU bound loop in OutgoingRunner if the attempt to Connect to the SMTP server throws a socket.error. (LP: #966531) --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ebf2f9ce..e4dcc5bb 100644 --- a/NEWS +++ b/NEWS @@ -98,6 +98,9 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Fixed a possible CPU bound loop in OutgoingRunner if the attempt to + Connect to the SMTP server throws a socket.error. (LP: #966531) + - Fixed a potential crash in the web UI if a language is removed from the LC_DESCRIPTIONS dictionary. (LP: #966565) -- cgit v1.2.3