commit | eb9d5ad6ba3153d2016d6708e1a3b63ea740e149 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Jan 21 23:35:57 2011 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Jan 21 23:35:57 2011 +0000 |
tree | 54bf2a4a1320938da83f66b7160a2582d8011c52 | |
parent | a970e6225885292974d266112cc39f350fdf979e [diff] [blame] |
Issue #10949: Improved robustness of rotating file handlers.
diff --git a/Misc/NEWS b/Misc/NEWS index f6ed01d..4ab4c1c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,8 @@ Library ------- +- Issue #10949: Improved robustness of rotating file handlers. + - Issue #10955: Fix a potential crash when trying to mmap() a file past its length. Initial patch by Ross Lagerwall.