info-gnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gzip-1.5 released [stable]


From: Jim Meyering
Subject: gzip-1.5 released [stable]
Date: Sun, 17 Jun 2012 22:20:50 +0200

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

This is to announce gzip-1.5, a stable release.

There have been 118 commits by 7 people in the 2.5 years since 1.4.

See the NEWS below for a brief summary.

Thanks to everyone who has contributed!
The following people contributed changes to this release:

  Dmitry V. Levin (3)
  Eric Blake (3)
  Jim Meyering (84)
  Mark Adler (1)
  Paul Eggert (24)
  Paul R. Eggert (2)
  Rob Vermaas (1)

Jim [on behalf of the gzip maintainers]
==================================================================

Here is the GNU gzip home page:
    http://gnu.org/s/gzip/

For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=gzip.git;a=shortlog;h=v1.5
or run this command from a git-cloned gzip directory:
  git shortlog v1.4..v1.5

To summarize the 4107 gnulib-related changes, run these commands
- From a git-cloned gzip directory:
  git checkout v1.5
  git submodule summary v1.4

==================================================================
Here are the compressed sources:
  http://ftp.gnu.org/gnu/gzip/gzip-1.5.tar.gz   (1.1MB)
  http://ftp.gnu.org/gnu/gzip/gzip-1.5.tar.xz   (708KB)

Here are the GPG detached signatures[*]:
  http://ftp.gnu.org/gnu/gzip/gzip-1.5.tar.gz.sig
  http://ftp.gnu.org/gnu/gzip/gzip-1.5.tar.xz.sig

Use a mirror for higher download bandwidth:
  http://www.gnu.org/order/ftp.html

[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact.  First, be sure to download both the .sig file
and the corresponding tarball.  Then, run a command like this:

  gpg --verify gzip-1.5.tar.gz.sig

If that command fails because you don't have the required public key,
then run this command to import it:

  gpg --keyserver keys.gnupg.net --recv-keys 7FD9FCCB000BEEEE

and rerun the 'gpg --verify' command.

This release was bootstrapped with the following tools:
  Autoconf 2.69.4-560f
  Automake 1.12a
  Gnulib v0.0-7450-g5eae670

==================================================================
NEWS

* Noteworthy changes in release 1.5 (2012-06-17) [stable]

** Bug fixes

  gzip -d now decodes and checks header CRC16 checksums as specified by
  the FHCRC section of Internet RFC 1952.

  "gzip -d -S '' precious.gz" is now rejected immediately.  Before,
  that command would emulate "rm -i precious.gz", but with an easily-
  misunderstood prompt.  I.e., gzip would ask if it's ok to remove the
  existing file, "precious.gz".  If you made the mistake of saying "yes",
  it would remove that input file before attempting to uncompress it.

  gzip -cdf now properly handles input consisting of gzip'd data followed
  by uncompressed data.  Before it would output raw compressed input, too.
  For example, now "(printf x|gzip; echo y)|gzip -dcf" prints "xy\n",
  while before it would print "x<compressed data>y\n".

  gzip -rf no longer compresses files more than once (e.g., replacing
  FOO with FOO.gz.gz) on file systems such as ZFS where a readdir
  loop that unlinks and creates files can revisit output files.

- -----
also posted as: http://savannah.gnu.org/forum/forum.php?forum_id=7275
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)

iQIcBAEBCAAGBQJP3jwoAAoJEH/Z/MsAC+7uluIP/RfFRwGmVl8M1OS23EqOs2//
++ATK4RmrFkIZr7qj4qIAAUfYhAyoK5c8DwxgvHbAK9NF7g0pVVneHbNWkNff5f8
P/Baxxtp+SZ0d9nOIkQOme5rBZH/4y1IFWOPo9lCjD2ysQbOuKh3vPMYeUKtvZFP
aT6TGKFBkE2cM2kuiDiV82dRo+qlPyVpylVG12J+wGL1tO2aEkJ1TYyiz1FDnZRR
GjCxfJHdr/k+dNyL1nGRLE/5k0SWr1hl/AxyW2HAyHjiQZ1xGS22j0LrREhCN1U7
/YUcxyqbpUUtby3o08L7zPN165v8uUCqeFzmySyfhqGRPfA42VzaZiyBlN6aam7n
JERCvKtG6iccK5Rltnhdpb2Z4gjtiHrqgLa9DKLbbD+ciYvbzzeIaYSBU87HYwq3
bAuufqb6A6RQME7GI7GBUX0Xe6mGtgquXU5UTtKNjlG5PazMEWjgx/EQKduMrJGP
tiOOlntuMdV09uBdM4Qyaig+AD1uUbwJUDSE9rv/f3FwW+Fdmsu9DS9O9YGpwd/N
ypwPkMy0c7CuBfeFGl9dtMB+3iuSUMxGbwg4rW38lk8dJnkywlpMLtNjMo90sQXr
05OgmhPONgUEshNunfRhe0b2osZgHi9pVnceGjdNThSiQyceXO81zRINSXCicL+/
vKZs95pjOhM4UprZx2cw
=566I
-----END PGP SIGNATURE-----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]