X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=NEWS;h=2b7a168c20c4de021185eb061996beddb00378fe;hb=621b71dc5a3e523d4663d9021a9bbcc29c19690d;hp=4a280c47b6ab107171ad13e5e9d07de8996c44f8;hpb=79f88bd1e54d6042fbe50c212f836920fa208e56;p=debian%2Fgzip diff --git a/NEWS b/NEWS index 4a280c4..2b7a168 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,12 @@ GNU gzip NEWS -*- outline -*- ** Bug fixes + gzip -d -S SUFFIX file.SUFFIX would fail for any upper-case byte in SUFFIX. + E.g., before, this command would fail: + $ :|gzip > kT && gzip -d -S T kT + gzip: kT: unknown suffix -- ignored + [bug present since the beginning] + When decompressing data in 'pack' format, gzip no longer mishandles leading zeros in the end-of-block code. [bug introduced in gzip-1.6]