From 49e229553e9b28549f808fc6904811234946f8a9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 9 Dec 2006 07:19:57 +0000 Subject: [PATCH] * NEWS, configure.ac (AC_INIT): Version 1.3.8 released. --- ChangeLog | 3 +++ NEWS | 7 +++++++ configure.ac | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c3c767b..956ef5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-12-08 Paul Eggert + * NEWS, configure.ac (AC_INIT): + Version 1.3.8 released. + * gzexe.in (mktemp_status): New var, used to see whether mktemp is a known command. Use this instead of confounding mktemp's existence with its success. diff --git a/NEWS b/NEWS index 5760357..d315a1f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Major changes in Gzip 1.3.8 (2006-12-08) + +* Fix some gzip problems: + - A security fix from Debian 1.3.5-5 was inadvertently omitted. + - The assembler is now invoked with --noexecstack if supported, + so that gzip can better resist stack-smashing attacks. + Major changes in Gzip 1.3.7 (2006-12-06) * Fix some gzip problems: diff --git a/configure.ac b/configure.ac index 955c7e1..a3267ab 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # 02111-1307, USA. AC_PREREQ([2.60]) -AC_INIT([gzip], [1.3.7], [bug-gzip@gnu.org]) +AC_INIT([gzip], [1.3.8], [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