* NEWS: Version 1.3.11 released.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Feb 2007 23:31:58 +0000 (23:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Feb 2007 23:31:58 +0000 (23:31 +0000)
* configure.ac (AC_INIT): Likewise.

ChangeLog
NEWS
configure.ac

index 595cd51b02a068fefd4bce559805753e6dcf9dd6..726892926ecfbe97b0474b654e3edb9ce02503b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * 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 9eb35c2e03221731c7f5ec437e317e544d82abe2..4cfc9499606c1e01bc487b03ff322cf1332fa431 100644 (file)
--- 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
index 83f15648fd3a0f1879246ed5294298d9d23a46cc..3d830209bb3680a6eba0a586e1deeb61763dac14 100644 (file)
@@ -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])