gzip: fix bug with any upper case custom ('-S'-specified) suffix
[debian/gzip] / NEWS
diff --git a/NEWS b/NEWS
index 50b2e99ad4de74796883cff761af2f4d05b844ee..2b7a168c20c4de021185eb061996beddb00378fe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,15 @@ 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]
+
   When converting timestamps to gzip file format (32-bit unsigned) or
   to time_t format (system-dependent), gzip now ignores out-of-range
   values instead of shoehorning them into the destination format,