From 0291f786ec60aca7fde9b8679961a56523c523f2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 13 Apr 2007 21:42:54 +0000 Subject: [PATCH] * NEWS: Version 1.3.12 released. * configure.ac (AC_INIT): Likewise. * README: Update year in copyright notice. * m4/shell.m4: Add copyright notice. --- ChangeLog | 6 ++++++ NEWS | 4 ++++ README | 2 +- configure.ac | 2 +- m4/shell.m4 | 18 +++++++++++++++++- 5 files changed, 29 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 54462c7..c20f145 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2007-04-13 Paul Eggert + * NEWS: Version 1.3.12 released. + * configure.ac (AC_INIT): Likewise. + + * README: Update year in copyright notice. + * m4/shell.m4: Add copyright notice. + * bootstrap (gnulib_tool_option_extras): Put this back; it was inadvertently omitted from gnulib. (gnulib_tool_option): Use it. diff --git a/NEWS b/NEWS index 4cfc949..b809273 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/README b/README index a404e38..ee5eab7 100644 --- a/README +++ b/README @@ -132,7 +132,7 @@ See http://www.cdrom.com/pub/infozip/ for more about zip and unzip. ======================================================================== -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 3d83020..555bb9c 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # 02111-1307, USA. AC_PREREQ([2.60]) -AC_INIT([gzip], [1.3.11], [bug-gzip@gnu.org]) +AC_INIT([gzip], [1.3.12], [bug-gzip@gnu.org]) AC_CONFIG_SRCDIR(gzip.c) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_HEADERS([lib/config.h:lib/config.hin]) diff --git a/m4/shell.m4 b/m4/shell.m4 index 07740aa..abdd2ba 100644 --- a/m4/shell.m4 +++ b/m4/shell.m4 @@ -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 # ------------- -- 2.47.2