patch that updates LESSOPEN
[debian/gzip] / debian / changelog
index d748e6cbba05dfd0aae68f335574924d1628f85d..57b31f7d3db860e89dcda3d974f9352af0b1d750 100644 (file)
@@ -1,3 +1,49 @@
+gzip (1.4-1) UNRELEASED; urgency=low
+
+  * new upstream version
+  * add Vcs entries to control file
+  * patch zless LESSOPEN definition to allow handling of gunzip data on STDIN,
+    closes: #248302
+
+ -- Bdale Garbee <bdale@gag.com>  Sun, 20 Feb 2011 21:59:46 -0700
+
+gzip (1.3.12-9) unstable; urgency=high
+
+  * fix applied for CVE-2010-0001 which identified an integer underflow when 
+    decompressing files that are compressed using the LZW algorithm. This 
+    could lead to the execution of arbitrary code when trying to decompress 
+    a crafted LZW compressed gzip archive.
+  * switch to using dh_lintian for override delivery
+
+ -- Bdale Garbee <bdale@gag.com>  Thu, 21 Jan 2010 07:38:41 +1300
+
+gzip (1.3.12-8) unstable; urgency=low
+
+  * Add Carl Worth as an uploader.
+  * Fix "-f -" to work with zgrep, closes: #168606 
+  * Avoid creating undersized hufts table, closes: #507263 
+
+ -- Carl Worth <cworth@cworth.org>  Fri, 27 Feb 2009 12:54:37 -0800
+
+gzip (1.3.12-7) unstable; urgency=low
+
+  * improve package descriptions, remove ancient package relationship spec
+    in control file, closes: #484547
+
+ -- Bdale Garbee <bdale@gag.com>  Sun, 15 Feb 2009 10:54:48 -0700
+
+gzip (1.3.12-6) unstable; urgency=low
+
+  * strip the win32 gzip.exe binary during install, closes: #464455
+  * patch from Reuben Thomas for the zless.1 man page with pointers to 
+    lessfile and lesspipe, which are a better solution than zless in most
+    cases... closes: #46787, #51162
+  * fix FTBFS when using gcc-4.3, closes: #476031
+  * remove the preinst since the --assert-support-predepends check should
+    no longer be necessary
+
+ -- Bdale Garbee <bdale@gag.com>  Tue, 15 Apr 2008 14:03:26 -0600
+
 gzip (1.3.12-5) unstable; urgency=low
 
   * patch for zgrep.in from Daniel Kobras, closes: #434429