]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
2.6.991a should be the last test release prior to 2.7.0.
authorTim Kientzle <kientzle@gmail.com>
Wed, 8 Apr 2009 07:43:37 +0000 (03:43 -0400)
committerTim Kientzle <kientzle@gmail.com>
Wed, 8 Apr 2009 07:43:37 +0000 (03:43 -0400)
SVN-Revision: 940

NEWS
build/version
configure.ac
cpio/Makefile
libarchive/archive.h
tar/Makefile

diff --git a/NEWS b/NEWS
index d6824846922970b287af1eb141bb4a09c57232de..a3c816fb9dd8e5f83dc78455901a0cdc48ec5c49 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
 
+Apr 08, 2009: libarchive 2.6.991a released
+
 Apr 01, 2009: libarchive 2.6.990a released
 Apr 01, 2009: Use command-line gunzip, bunzip2, unxz, unlzma for
        decompression if the library is built without suitable
index 18df9ed799f36609fa49d29b6a30ebd5a93e44a3..d99e98f739748ba619949fc951deb3e1c719288d 100644 (file)
@@ -1 +1 @@
-2006990a
+2006991a
index 9bb640594a904ee21f1f42d2c20daacfe615df47..da60a4fa9ca6c23888d511d568f46c52ee5e5eea 100644 (file)
@@ -4,8 +4,8 @@ dnl First, define all of the version numbers up front.
 dnl In particular, this allows the version macro to be used in AC_INIT
 
 dnl These first two version numbers are updated automatically on each release.
-m4_define([LIBARCHIVE_VERSION_S],[2.6.990a])
-m4_define([LIBARCHIVE_VERSION_N],[2006990])
+m4_define([LIBARCHIVE_VERSION_S],[2.6.991a])
+m4_define([LIBARCHIVE_VERSION_N],[2006991])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index ae8957ddb662635fd10b1c4bb53bd7beef9d3ec5..0f63c819af974ef1df1dd8aea403cb29740b2f6e 100644 (file)
@@ -3,7 +3,7 @@
 .include <bsd.own.mk>
 
 PROG=  bsdcpio
-BSDCPIO_VERSION_STRING=2.6.990a
+BSDCPIO_VERSION_STRING=2.6.991a
 SRCS=  cpio.c cmdline.c err.c matching.c pathmatch.c
 WARNS?=        6
 DPADD= ${LIBARCHIVE} ${LIBZ} ${LIBBZ2}
index a74f265c9a5fd660e694db8353097d75e25209fe..6040c987667b932d53236183925adedbb107cf02 100644 (file)
@@ -118,13 +118,13 @@ extern "C" {
  *             (ARCHIVE_API_VERSION * 1000000 + ARCHIVE_API_FEATURE * 1000)
  * #endif
  */
-#define        ARCHIVE_VERSION_NUMBER 2006990
+#define        ARCHIVE_VERSION_NUMBER 2006991
 __LA_DECL int          archive_version_number(void);
 
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define        ARCHIVE_VERSION_STRING "libarchive 2.6.990a"
+#define        ARCHIVE_VERSION_STRING "libarchive 2.6.991a"
 __LA_DECL const char * archive_version_string(void);
 
 #if ARCHIVE_VERSION_NUMBER < 3000000
index 4836ee4c44d0c57d815f46c97d22a5f3a5626d7b..1c714fd41772974f5af8498b6d07601267acf2ca 100644 (file)
@@ -1,7 +1,7 @@
 # $FreeBSD: src/usr.bin/tar/Makefile,v 1.40 2008/12/06 07:38:14 kientzle Exp $
 
 PROG=  bsdtar
-BSDTAR_VERSION_STRING=2.6.990a
+BSDTAR_VERSION_STRING=2.6.991a
 SRCS=  bsdtar.c cmdline.c getdate.c matching.c read.c siginfo.c subst.c tree.c util.c write.c
 WARNS?=        5
 DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}