From: Paul Eggert Date: Sun, 31 Dec 2006 07:36:26 +0000 (+0000) Subject: * NEWS: Version 1.3.10 released. X-Git-Tag: v1.3.12~17 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9b98ad263bea0610f836ff9c9ecddee7ab99a982;p=debian%2Fgzip * NEWS: Version 1.3.10 released. * configure.ac (AC_INIT): Likewise. --- diff --git a/ChangeLog b/ChangeLog index e99cb41..78a0f64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-30 Paul Eggert + + * NEWS: Version 1.3.10 released. + * configure.ac (AC_INIT): Likewise. + 2006-12-29 Paul Eggert * zless.in: Work around a bug in less 394 and earlier; it diff --git a/NEWS b/NEWS index 6ba56e9..9eb35c2 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Major changes in Gzip 1.3.10 (200?-??-??) +Major changes in Gzip 1.3.10 (2006-12-30) * gzip -c and zcat now work on special files, files with special mode bits, and files with multiple hard links. @@ -6,6 +6,7 @@ Major changes in Gzip 1.3.10 (200?-??-??) * zcmp and zdiff did not work in the usual case, due to a typo. * zgrep has many bugs fixed with argument handling, special characters, and exit status. +* zless no longer mishandles $%=~ in file names. Gzip 1.3.9 (2006-12-15) diff --git a/configure.ac b/configure.ac index 1b854d3..83f1564 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # 02111-1307, USA. AC_PREREQ([2.60]) -AC_INIT([gzip], [1.3.9], [bug-gzip@gnu.org]) +AC_INIT([gzip], [1.3.10], [bug-gzip@gnu.org]) AC_CONFIG_SRCDIR(gzip.c) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])