Version 1.3.8 released.
2006-12-08 Paul Eggert <eggert@cs.ucla.edu>
+ * 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.
+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:
# 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])