commit | 9fdd11b3b6e76d76eb6c22e3d60f4c17ae91a725 | [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 | 056e526bc326416eed71c01ec5d5e2d2a5a0fc39 | |
parent | 32fb6a81f992d86bb4c227912602c224dbbc7d7f [diff] |
Issue #9947: logging: Fixed locking bug in stopListening.
diff --git a/Misc/NEWS b/Misc/NEWS index c84a8ef..b3af982 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -68,6 +68,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.