]> Dogcows Code - chaz/tar/commitdiff
Version 1.16
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 21 Oct 2006 16:47:42 +0000 (16:47 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 21 Oct 2006 16:47:42 +0000 (16:47 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0363dbe5291159a7cb3f16182a7185dd161954c2..e0473c78c71bc90f24522cd42316ec2ec67499f5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 GNU tar NEWS - User visible changes.
 Please send GNU tar bug reports to <bug-tar@gnu.org>
 \f
-version 1.15.92 - Sergey Poznyakoff, (CVS)
+version 1.16 - Sergey Poznyakoff, 2006-10-21
 
 * After creating an archive, tar exits with code 1 if some files were
 changed while being read.  Previous versions exited with code 2 (fatal
index 017014a97e5fcef28e9085cfff74e70727f69c55..1ae29699523b57bd868a2641b87a178ebc468713 100644 (file)
@@ -18,7 +18,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 
-AC_INIT([GNU tar], [1.15.92], [bug-tar@gnu.org])
+AC_INIT([GNU tar], [1.16], [bug-tar@gnu.org])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h:config.hin])
@@ -238,7 +238,6 @@ else
        BACKUP_SED_COND='/^\#IF_DATE_FORMAT_OK/,/^\#ELSE_DATE_FORMAT_OK/d;/^\#ENDIF_DATE_FORMAT_OK/d'
 fi
 
-
 AC_OUTPUT([Makefile\
            doc/Makefile\
            lib/Makefile\
This page took 0.021601 seconds and 4 git commands to generate.