* NEWS, configure.ac (AC_INIT):
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Dec 2006 07:51:55 +0000 (07:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Dec 2006 07:51:55 +0000 (07:51 +0000)
Version 1.3.7 released.

2006-12-06  Bruno Haible  <bruno@clisp.org>  (tiny change)

ChangeLog
NEWS
configure.ac

index fe8b8b946b229b9b636fc39576eb70afeb47d243..b1806edbad39bf8737f1fa4b4dc6c2a90fa634c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2006-12-05  Bruno Haible  <bruno@clisp.org>  (tiny change)
+2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * NEWS, configure.ac (AC_INIT):
+       Version 1.3.7 released.
+
+2006-12-06  Bruno Haible  <bruno@clisp.org>  (tiny change)
        and Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix build failure on case-insensitive file systems.
diff --git a/NEWS b/NEWS
index 59d7ad79c229aea535f27bd6bed120cda7171980..57603574efd01a864d0df8e44ce500948e77ca9e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Major changes in Gzip 1.3.7 (not yet released)
+Major changes in Gzip 1.3.7 (2006-12-06)
 
 * Fix some gzip problems:
   - Refuse to compress setuid or setgid files, or files with the sticky bit.
index 11f272ec408b585be6c173d4ac0a1469ba68ecff..abc139899eda484de83335ad8cc6132ee9fe9338 100644 (file)
@@ -19,7 +19,7 @@
 # 02111-1307, USA.
 
 AC_PREREQ([2.60])
-AC_INIT([gzip], [1.3.6], [bug-gzip@gnu.org])
+AC_INIT([gzip], [1.3.7], [bug-gzip@gnu.org])
 AC_CONFIG_SRCDIR(gzip.c)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])