From 1fb35e737478b9f3bc9cc4c18f2b656f8127f271 Mon Sep 17 00:00:00 2001
From: Sergey Poznyakoff <gray@gnu.org.ua>
Date: Fri, 29 Jun 2007 20:20:02 +0000
Subject: [PATCH] Final update for GPLv3

---
 NEWS            | 10 +++++++++-
 configure.ac    |  2 +-
 doc/Makefile.am |  1 -
 lib/.cvsignore  |  3 +++
 4 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 069c7e84..c25d04f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
-GNU tar NEWS - User visible changes. 2007-06-08
+GNU tar NEWS - User visible changes. 2007-06-29
 Please send GNU tar bug reports to <bug-tar@gnu.org>
+
+
+version 1.18 - Sergey Poznyakoff, 2007-06-29
+
+* Licensed under the GPLv3
+
+* Fixed several bugs in the testsuite
+
 
 version 1.17 - Sergey Poznyakoff, 2007-06-08
 
diff --git a/configure.ac b/configure.ac
index 532b4ebd..b0ebe263 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 
-AC_INIT([GNU tar], [1.17], [bug-tar@gnu.org])
+AC_INIT([GNU tar], [1.18], [bug-tar@gnu.org])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h:config.hin])
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2be4472f..232d2ea3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -32,7 +32,6 @@ tar_TEXINFOS = \
  sparse.texi\
  value.texi
 EXTRA_DIST = gendocs_template mastermenu.el texify.sed
-DISTCLEANFILES=*.info* 
 
 # The rendering level is anyone of PUBLISH, DISTRIB or PROOF.
 # Just call `make RENDITION=PROOF [target]' if you want PROOF rendition.
diff --git a/lib/.cvsignore b/lib/.cvsignore
index bca033f7..cb42b3a8 100644
--- a/lib/.cvsignore
+++ b/lib/.cvsignore
@@ -102,6 +102,9 @@ localcharset.h
 lstat.c
 lstat.h
 malloc.c
+malloca.c
+malloca.h
+malloca.valgrind
 mbchar.c
 mbchar.h
 mbscasecmp.c
-- 
GitLab