]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Portable release of libarchive 2.5.5, bsdtar 2.5.5, bsdcpio 1.0.0
authorTim Kientzle <kientzle@gmail.com>
Wed, 2 Jul 2008 23:24:10 +0000 (19:24 -0400)
committerTim Kientzle <kientzle@gmail.com>
Wed, 2 Jul 2008 23:24:10 +0000 (19:24 -0400)
SVN-Revision: 149

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

diff --git a/NEWS b/NEWS
index 1936820e6a5b4ae36c041c7e62496f5464562d7d..36005fd1e9ceddd6c38f454f8dcdc4272fe3f316 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
-Jun 20, 2008: If a -l link fails with EXDEV, copy the file instead
-Jun 19, 2008: Add some additional long options for better GNU cpio compat
+
+Jul 02, 2008: libarchive 2.5.5 released
+
+Jul 02, 2008: libarchive 2.5.5b released
+Jul 01, 2008: bsdcpio is being used by enough people, we can call it 1.0.0 now
+Jun 20, 2008: bsdcpio: If a -l link fails with EXDEV, copy the file instead
+Jun 19, 2008: bsdcpio: additional long options for better GNU cpio compat
 Jun 15, 2008: Many small portability and bugfixes since 2.5.4b.
 
 May 25, 2008: libarchive 2.5.4b released
index 3d3f5058acde89a2dd96d3c636e8beb8f1e89b25..317947b1d5d5726bafca6cb662cbc9203440e414 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.5.4b])
-m4_define([LIBARCHIVE_VERSION_N],[2005004])
+m4_define([LIBARCHIVE_VERSION_S],[2.5.5])
+m4_define([LIBARCHIVE_VERSION_N],[2005005])
 
 dnl bsdtar versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 2849b145f82a9a610ba484d24500d9aec0b5b451..3f9f6e1cf67a9a0b0990befff5055a3f8db63484 100644 (file)
@@ -112,13 +112,13 @@ extern "C" {
  *             (ARCHIVE_API_VERSION * 1000000 + ARCHIVE_API_FEATURE * 1000)
  * #endif
  */
-#define        ARCHIVE_VERSION_NUMBER 2005004
+#define        ARCHIVE_VERSION_NUMBER 2005005
 __LA_DECL int          archive_version_number(void);
 
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define        ARCHIVE_VERSION_STRING "libarchive 2.5.4b"
+#define        ARCHIVE_VERSION_STRING "libarchive 2.5.5"
 __LA_DECL const char * archive_version_string(void);
 
 #if ARCHIVE_VERSION_NUMBER < 3000000
index d65b23a9a08f86f318c15d1744ddf5d392c545d1..6b3b8165c13894040867632544cb746f0fac3a27 100644 (file)
@@ -1,7 +1,7 @@
 # $FreeBSD: src/usr.bin/tar/Makefile,v 1.36 2008/05/26 17:10:10 kientzle Exp $
 
 PROG=  bsdtar
-BSDTAR_VERSION_STRING=2.5.4b
+BSDTAR_VERSION_STRING=2.5.5
 SRCS=  bsdtar.c getdate.y matching.c read.c siginfo.c subst.c tree.c util.c write.c
 WARNS?=        5
 DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}
diff --git a/version b/version
index bd20368be507843cd50e6e093b0ad05a8ee0d9af..b50fb110a519d333b351b39936df07dc8be3038b 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-2005004b
+2005005