diff options
author | Mark Sapiro <mark@msapiro.net> | 2016-11-16 15:27:10 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2016-11-16 15:27:10 -0800 |
commit | 38575a69e772c1f35089b780c8317d9e8c4adf5f (patch) | |
tree | 1ae9ef695af7683a507291b8f0ad305707794ea2 /NEWS | |
parent | 5b7885a8666e980b6d8299ae32d6131de83b66c4 (diff) | |
download | mailman2-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |