gzip: fix bug with any upper case custom ('-S'-specified) suffix
[debian/gzip] / NEWS
diff --git a/NEWS b/NEWS
index 4a280c47b6ab107171ad13e5e9d07de8996c44f8..2b7a168c20c4de021185eb061996beddb00378fe 100644 (file)
--- 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]