aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2016-11-16 15:27:10 -0800
committerMark Sapiro <mark@msapiro.net>2016-11-16 15:27:10 -0800
commit38575a69e772c1f35089b780c8317d9e8c4adf5f (patch)
tree1ae9ef695af7683a507291b8f0ad305707794ea2 /NEWS
parent5b7885a8666e980b6d8299ae32d6131de83b66c4 (diff)
downloadmailman2-38575a69e772c1f35089b780c8317d9e8c4adf5f.tar.gz
mailman2-38575a69e772c1f35089b780c8317d9e8c4adf5f.tar.xz
mailman2-38575a69e772c1f35089b780c8317d9e8c4adf5f.zip
Enhanced the fix for race conditions in MailList().Load().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5ea05a7d..4946ae24 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,8 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - Enhanced the fix for race conditions in MailList().Load(). (LP: #266464)
+
- Fixed a typo in Utils.py that could have resulted in a NameError in
logging an unlikely occurrence. (LP: #1637745)