From 087f3ed185ab97923528f53280da1a0315b1575e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 7 Dec 2006 07:51:55 +0000 Subject: [PATCH] * NEWS, configure.ac (AC_INIT): Version 1.3.7 released. 2006-12-06 Bruno Haible (tiny change) --- ChangeLog | 7 ++++++- NEWS | 2 +- configure.ac | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fe8b8b9..b1806ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2006-12-05 Bruno Haible (tiny change) +2006-12-06 Paul Eggert + + * NEWS, configure.ac (AC_INIT): + Version 1.3.7 released. + +2006-12-06 Bruno Haible (tiny change) and Paul Eggert Fix build failure on case-insensitive file systems. diff --git a/NEWS b/NEWS index 59d7ad7..5760357 100644 --- 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. diff --git a/configure.ac b/configure.ac index 11f272e..abc1398 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.47.2