Browse Source

Final update for GPLv3

Sergey Poznyakoff 18 years ago
parent
commit
1fb35e7374
4 changed files with 13 additions and 3 deletions
  1. 9 1
      NEWS
  2. 1 1
      configure.ac
  3. 0 1
      doc/Makefile.am
  4. 3 0
      lib/.cvsignore

+ 9 - 1
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
 

+ 1 - 1
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])

+ 0 - 1
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.

+ 3 - 0
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