* NEWS: Version 1.3.12 released. v1.3.12
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Apr 2007 21:42:54 +0000 (21:42 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Apr 2007 21:42:54 +0000 (21:42 +0000)
* configure.ac (AC_INIT): Likewise.

* README: Update year in copyright notice.
* m4/shell.m4: Add copyright notice.

ChangeLog
NEWS
README
configure.ac
m4/shell.m4

index 54462c799fc66bc1e6a140b06a3b7ec2a05909b2..c20f14537818351a838381722e936cbb92415808 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * 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 4cfc9499606c1e01bc487b03ff322cf1332fa431..b809273a5efef6d6ab26cdca6bf092f811faaca7 100644 (file)
--- 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 a404e38d3487506f89360882f9d380132ebae4d0..ee5eab7bb97824dd2d7b6f4f236f1bdd6f93b58e 100644 (file)
--- 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
index 3d830209bb3680a6eba0a586e1deeb61763dac14..555bb9c04804e8a29081e07e95e4bf7bae721666 100644 (file)
@@ -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])
index 07740aa306eefaa0b464c06975e4bd642eb97c02..abdd2ba4f6bb0c040ee236521647f510aa233fbc 100644 (file)
@@ -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
 # -------------