X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=debian%2Fchangelog;h=c46d75085ecad19f6fb9fcba1b718fa1f7281353;hb=e7921f54c622e3b32e525f345bc34308821e4ae0;hp=088bed8e727e7e9eb4539ba7f1b15d6de7c307c6;hpb=0095746c83f59e1f45c9e803d61e205ab6cbfa83;p=gzip diff --git a/debian/changelog b/debian/changelog index 088bed8..c46d750 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,51 @@ +gzip (1.3.9-1) unstable; urgency=low + + * new upstream version, closes: #366660, #403308 + * clean up a few gratuitous differences from new upstream, leaving + only the rsyncable patch and tweaks like zmore always using more + * fix spelling error in documentation, closes: #395450 + * upstream patch for regression uncompressing null input, closes: #403970 + + -- Bdale Garbee Wed, 20 Dec 2006 19:16:36 -0700 + +gzip (1.3.5-15) unstable; urgency=high + + * security update, covering the following alerts: + CVE-2006-4334 CVE-2006-4335 CVE-2006-4336 CVE-2006-4337 CVE-2006-4338 + + -- Bdale Garbee Tue, 19 Sep 2006 06:35:26 -0600 + +gzip (1.3.5-14) unstable; urgency=medium + + * update section to match override + * patch from Matthew Chapman to avoid deleting input file before we're + sure the output file has been written without errors, closes: #366660 + * patch from Reuben Thomas to fix zgrep return code, + closes: #292896, #192891, #190442 + * enable gzexe compressed files to work on systems where tempfile is not + available while retaining preference for tempfile, closes: #334540 + + -- Bdale Garbee Tue, 20 Jun 2006 15:02:27 -0600 + +gzip (1.3.5-13) unstable; urgency=low + + * patch from Reuben Thomas fixes problem passing zgrep filenames starting + with dashes, closes: #342501 + * fix a spelling error in gzip man page, closes: #356011 + * document the fact that zless doesn't work with stdin, + closes: #320226, #345036 + + -- Bdale Garbee Sat, 15 Apr 2006 01:31:54 -0600 + +gzip (1.3.5-12) unstable; urgency=low + + * merge patch from Matt Zimmerman for futex hang due to improper signal + handling, closes: #310053, #315612 + * merge patch to add --rsyncable to the man page, closes: #289616, #295721 + * don't return failing result code on harmless warning, closes: #169669 + + -- Bdale Garbee Mon, 11 Jul 2005 22:10:51 +0300 + gzip (1.3.5-11) unstable; urgency=low * patch from Peter Samuelson for bashism in zgrep,