]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
2.5.4b
authorTim Kientzle <kientzle@gmail.com>
Sun, 25 May 2008 11:43:31 +0000 (07:43 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 25 May 2008 11:43:31 +0000 (07:43 -0400)
SVN-Revision: 94

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

diff --git a/NEWS b/NEWS
index 7a3bdfa22fe03da59a28da2e2303b8d3ff226aa9..b7e578e29026ba3fc7ce700514b3fa87dd84265a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+
+May 25, 2008: libarchive 2.5.4b released
 May 21, 2008: Joerg Sonnenberger: fix bsdtar hardlink handling for newc format
 
 May 21, 2008: More progress on Windows building.  Thanks to "Scott"
index 9fb719b81cb5f7579a866812fdfb1911bfde3e1b..405490bd23f19425c8b8025da224717594e7320f 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.3b])
-m4_define([LIBARCHIVE_VERSION_N],[2005003])
+m4_define([LIBARCHIVE_VERSION_S],[2.5.4b])
+m4_define([LIBARCHIVE_VERSION_N],[2005004])
 
 dnl bsdtar versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 0465cff1cfd6f80bb727b9770efc6b25eeae4aec..6bfe81eb24aaa31e11474494b4d5ae59c5c49754 100644 (file)
@@ -112,13 +112,13 @@ extern "C" {
  *             (ARCHIVE_API_VERSION * 1000000 + ARCHIVE_API_FEATURE * 1000)
  * #endif
  */
-#define        ARCHIVE_VERSION_NUMBER 2005003
+#define        ARCHIVE_VERSION_NUMBER 2005004
 __LA_DECL int          archive_version_number(void);
 
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define        ARCHIVE_VERSION_STRING "libarchive 2.5.3b"
+#define        ARCHIVE_VERSION_STRING "libarchive 2.5.4b"
 __LA_DECL const char * archive_version_string(void);
 
 #if ARCHIVE_VERSION_NUMBER < 3000000
index 57888f269e315927b3bf64d2f3a5cc2c96797c1e..a3e4630af6f67f607562fca34dbc124709a97995 100644 (file)
@@ -1,7 +1,7 @@
 # $FreeBSD: src/usr.bin/tar/Makefile,v 1.35 2008/05/18 06:24:47 cperciva Exp $
 
 PROG=  bsdtar
-BSDTAR_VERSION_STRING=2.5.3b
+BSDTAR_VERSION_STRING=2.5.4b
 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 6ecc7f4fb6e8478c5248f64b829362e8eaf1a346..bd20368be507843cd50e6e093b0ad05a8ee0d9af 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-2005003b
+2005004b