]> Dogcows Code - chaz/tar/commitdiff
Raise version number to 1.18.1
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 24 Aug 2007 12:23:19 +0000 (12:23 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 24 Aug 2007 12:23:19 +0000 (12:23 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c25d04f105bfc215aaffff4b56508cc9296108d5..4a3a2a2339c31fc4c5f72ec9e2858565d327b892 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,20 @@
-GNU tar NEWS - User visible changes. 2007-06-29
+GNU tar NEWS - User visible changes. 2007-08-24
 Please send GNU tar bug reports to <bug-tar@gnu.org>
 
+\f
+version 1.18.1 (CVS)
+
+* Fix --version output.
+
+* Recognition of broken archive.
+
+When supplied an archive smaller than 512 bytes in reading mode (-x,
+-t), the previous version of tar silently ignored it, exiting with
+code 0. It is fixed. Tar now issues the following diagnostic message:
+'This does not look like a tar archive', and exits with code 2.
+
+* Fix double-dot recognition in archive member names in case of duplicate '/.'.
+
 \f
 version 1.18 - Sergey Poznyakoff, 2007-06-29
 
index b0ebe263f959c747423e4ec03e5cd0b5daf0577c..f7733fdd066b9d35cd80c665afd9ec551ea34950 100644 (file)
@@ -18,7 +18,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 
-AC_INIT([GNU tar], [1.18], [bug-tar@gnu.org])
+AC_INIT([GNU tar], [1.18.1], [bug-tar@gnu.org])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h:config.hin])
This page took 0.020874 seconds and 4 git commands to generate.