From: Paul Eggert Date: Mon, 5 Feb 2007 23:31:58 +0000 (+0000) Subject: * NEWS: Version 1.3.11 released. X-Git-Tag: v1.3.12~7 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b3b206059eeacd5f06a6ac8497d9f93efc99cdf2;p=debian%2Fgzip * NEWS: Version 1.3.11 released. * configure.ac (AC_INIT): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 595cd51..7268929 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-02-05 Paul Eggert + * NEWS: Version 1.3.11 released. + * configure.ac (AC_INIT): Likewise. + * doc/gzip.texi: Convert Texinfo format into a more modern style. Put in current output samples. diff --git a/NEWS b/NEWS index 9eb35c2..4cfc949 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Major changes in Gzip 1.3.11 (2007-02-05) + +* As per the GNU coding standards, the behavior of gzip and its + companion executables no longer depend on the name used to invoke them. + For example, 'gzip' and 'gunzip' are no longer hard links; + instead, 'gunzip' is now a small program that invokes 'gzip -d'. + +* zdiff now checks for subsidiary gzip failures, and works around + bugs in IRIX 6 sh, Tru64 4.0F ksh, and Solaris 8 bash. + Major changes in Gzip 1.3.10 (2006-12-30) * gzip -c and zcat now work on special files, files with special mode bits, @@ -319,7 +329,7 @@ Major changes form 0.5 to 0.6: ======================================================================== -Copyright (C) 1999, 2001, 2002, 2006 Free Software Foundation, Inc. +Copyright (C) 1999, 2001, 2002, 2006, 2007 Free Software Foundation, Inc. Copyright (C) 1992, 1993 Jean-loup Gailly Permission is granted to copy, distribute and/or modify this document diff --git a/configure.ac b/configure.ac index 83f1564..3d83020 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,8 @@ # Configure template for gzip. -# Copyright (C) 1999, 2000, 2001, 2002, 2006 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007 Free Software +# Foundation, Inc. + # Copyright (C) 1992-1993 Jean-loup Gailly # This program is free software; you can redistribute it and/or modify @@ -19,7 +21,7 @@ # 02111-1307, USA. AC_PREREQ([2.60]) -AC_INIT([gzip], [1.3.10], [bug-gzip@gnu.org]) +AC_INIT([gzip], [1.3.11], [bug-gzip@gnu.org]) AC_CONFIG_SRCDIR(gzip.c) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])