commit | d07de404907b7eab1796b9065ff6bcc3de14c4fc | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Fri Jun 29 15:09:12 2012 +0300 |
committer | Petri Lehtinen <petri@digip.org> | Fri Jun 29 15:09:16 2012 +0300 |
tree | fc5acfe4e6ce4f79754d8b73aa870de17491c9ac | |
parent | 4e6e5a06bbdba83389510331f5b0f2047e21ccd5 [diff] [blame] |
#5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()
diff --git a/Misc/NEWS b/Misc/NEWS index 09ea7e3..9839903 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -75,6 +75,9 @@ Library ------- +- Issue #5346: Preserve permissions of mbox, MMDF and Babyl mailbox + files on flush(). + - Issue #15219: Fix a reference leak when hashlib.new() is called with invalid parameters.