* NEWS: Version 1.3.10 released.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 31 Dec 2006 07:36:26 +0000 (07:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 31 Dec 2006 07:36:26 +0000 (07:36 +0000)
* configure.ac (AC_INIT): Likewise.

ChangeLog
NEWS
configure.ac

index e99cb41a1e014e03f57e858d72d023957f88289d..78a0f6436e8153aae07bc8856e9072fb9e950f0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * NEWS: Version 1.3.10 released.
+       * configure.ac (AC_INIT): Likewise.
+
 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
 
        * zless.in: Work around a bug in less 394 and earlier; it
diff --git a/NEWS b/NEWS
index 6ba56e92247104516092fa62bd3a9fb6d0b07808..9eb35c2e03221731c7f5ec437e317e544d82abe2 100644 (file)
--- 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)
 
index 1b854d3697d1552b0d07d3e88eca4135044ec1e9..83f15648fd3a0f1879246ed5294298d9d23a46cc 100644 (file)
@@ -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])