I installed this: 2007-04-13 Paul Eggert <[EMAIL PROTECTED]>
* NEWS: Version 1.3.12 released. * configure.ac (AC_INIT): Likewise. * README: Update year in copyright notice. * m4/shell.m4: Add copyright notice. Index: NEWS =================================================================== RCS file: /cvsroot/gzip/gzip/NEWS,v retrieving revision 1.15 diff -u -p -r1.15 NEWS --- NEWS 5 Feb 2007 23:31:58 -0000 1.15 +++ NEWS 13 Apr 2007 21:42:52 -0000 @@ -1,3 +1,7 @@ +Major changes in Gzip 1.3.12 (2007-04-13) + +* znew now uses $TMPDIR (default /tmp) instead of always using /tmp. + Major changes in Gzip 1.3.11 (2007-02-05) * As per the GNU coding standards, the behavior of gzip and its Index: configure.ac =================================================================== RCS file: /cvsroot/gzip/gzip/configure.ac,v retrieving revision 1.15 diff -u -p -r1.15 configure.ac --- configure.ac 5 Feb 2007 23:31:58 -0000 1.15 +++ configure.ac 13 Apr 2007 21:42:52 -0000 @@ -21,7 +21,7 @@ # 02111-1307, USA. AC_PREREQ([2.60]) -AC_INIT([gzip], [1.3.11], [EMAIL PROTECTED]) +AC_INIT([gzip], [1.3.12], [EMAIL PROTECTED]) AC_CONFIG_SRCDIR(gzip.c) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_HEADERS([lib/config.h:lib/config.hin]) Index: README =================================================================== RCS file: /cvsroot/gzip/gzip/README,v retrieving revision 1.5 diff -u -p -r1.5 README --- README 16 Mar 2007 18:48:58 -0000 1.5 +++ README 13 Apr 2007 21:42:52 -0000 @@ -132,7 +132,7 @@ See http://www.cdrom.com/pub/infozip/ fo ======================================================================== -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: m4/shell.m4 =================================================================== RCS file: /cvsroot/gzip/gzip/m4/shell.m4,v retrieving revision 1.6 diff -u -p -r1.6 shell.m4 --- m4/shell.m4 11 Jan 2007 06:01:54 -0000 1.6 +++ m4/shell.m4 13 Apr 2007 21:42:52 -0000 @@ -1,4 +1,20 @@ -#serial 5 +# Check for a working shell. + +# Copyright (C) 2000, 2001, 2007 Free Software Foundation, Inc. +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # AC_PROG_SHELL # -------------