From: Paul Eggert Date: Sat, 9 Dec 2006 07:19:57 +0000 (+0000) Subject: * NEWS, configure.ac (AC_INIT): X-Git-Tag: v1.3.12~34 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=49e229553e9b28549f808fc6904811234946f8a9;p=debian%2Fgzip * NEWS, configure.ac (AC_INIT): Version 1.3.8 released. --- 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])