gzip: fix bug in unpack EOB check
[debian/gzip] / NEWS
diff --git a/NEWS b/NEWS
index 50b2e99ad4de74796883cff761af2f4d05b844ee..4a280c47b6ab107171ad13e5e9d07de8996c44f8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ GNU gzip NEWS                                    -*- outline -*-
 
 ** Bug fixes
 
+  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,