commit | f25680afd0df91a6e9025f9813bf53614dda5f25 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sun Jan 20 01:26:04 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sun Jan 20 01:26:04 2008 +0000 |
tree | 7f2bc6e3a8bbfddf57077be8f3a7b1d1bb79d46f | |
parent | 0c63fc23c4ca5b859a99e0d1864a41df6cc08d5f [diff] [blame] |
note for r60121
diff --git a/Misc/NEWS b/Misc/NEWS index fcc56b4..3d70408 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -369,6 +369,9 @@ Library ------- +- Issue #1003: Fix zipfile decryption check, it would fail zip files + with extended local headers. + - #1189216: Fix the zipfile module to work on archives with headers past the 2**31 byte boundary.