commit | 7443b80549ad7d74c22d94e953ebe89137037f08 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Aug 21 18:43:51 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Aug 21 18:43:51 2006 +0000 |
tree | 1f25768bfba27f472cc602f869146b272d96e68d | |
parent | db232dc86a9a9992b7f0e9bdbc27426cc04ccf52 [diff] [blame] |
Backport 51432: Fix bug #1543303, tarfile adds padding that breaks gunzip. Patch # 1543897. (remove the padding)
diff --git a/Misc/NEWS b/Misc/NEWS index 537c4b1..edeff46 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,8 @@ - Bug #1541863: uuid.uuid1 failed to generate unique identifiers on systems with low clock resolution. +- Bug #1543303, patch #1543897: remove NUL padding from tarfiles. + Documentation -------------