commit | 3eac591a5c33f4bd0bdd60a76053cd3b6b6e5918 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Sep 25 17:48:25 2010 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Sep 25 17:48:25 2010 +0000 |
tree | fcfd22330c803fc3e0449324483391a83a49232f | |
parent | 546885ea4e3d1360bfc43d3890497aa91180d98d [diff] [blame] |
Issue #9947: logging: Fixed locking bug in stopListening.
diff --git a/Misc/NEWS b/Misc/NEWS index e6acb85..90a1761 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -43,6 +43,8 @@ Library ------- +- Issue #9947: logging: Fixed locking bug in stopListening. + - Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler. - Issue #9936: Fixed executable lines' search in the trace module.