aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2012-03-27 15:25:13 -0700
committerMark Sapiro <msapiro@value.net>2012-03-27 15:25:13 -0700
commitf768fbc600a3293949d536e8189b720b5971e063 (patch)
tree4181b3114b72114cc35ad2949aaee1d6c6ed862c /NEWS
parent8699637987a4632428f56e7eafa8aa3f4dcf2e30 (diff)
downloadmailman2-f768fbc600a3293949d536e8189b720b5971e063.tar.gz
mailman2-f768fbc600a3293949d536e8189b720b5971e063.tar.xz
mailman2-f768fbc600a3293949d536e8189b720b5971e063.zip
Fixed a possible CPU bound loop in OutgoingRunner if the attempt to
Connect to the SMTP server throws a socket.error. (LP: #966531)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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)