]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
2.5.905a with a couple of Cygwin fixes
authorTim Kientzle <kientzle@gmail.com>
Sat, 27 Dec 2008 22:00:48 +0000 (17:00 -0500)
committerTim Kientzle <kientzle@gmail.com>
Sat, 27 Dec 2008 22:00:48 +0000 (17:00 -0500)
SVN-Revision: 284

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

diff --git a/NEWS b/NEWS
index ca2b7765bc2df7974ad438f5ad3d01a63228c11d..ff53dc654f19aa8f23acaa68f5a62d37d6236d03 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
 
+Dec 25, 2008: libarchive 2.5.905a released
+
 Dec 10, 2008: libarchive 2.5.904a released
 
 Dec 04, 2008: libarchive 2.5.903a released
index 742a0d1ede300615e34e3851aa5fb84e286f819e..a26c37ba923f5fb79543eaa5109e200f2dd8a919 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.904a])
-m4_define([LIBARCHIVE_VERSION_N],[2005904])
+m4_define([LIBARCHIVE_VERSION_S],[2.5.905a])
+m4_define([LIBARCHIVE_VERSION_N],[2005905])
 
 dnl bsdtar versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 64f0d2f05b9743f962c56211a3f898520b26a5ef..ab2259ecacf5657a5e9b3df2630e8cf2bb09c501 100644 (file)
@@ -113,13 +113,13 @@ extern "C" {
  *             (ARCHIVE_API_VERSION * 1000000 + ARCHIVE_API_FEATURE * 1000)
  * #endif
  */
-#define        ARCHIVE_VERSION_NUMBER 2005904
+#define        ARCHIVE_VERSION_NUMBER 2005905
 __LA_DECL int          archive_version_number(void);
 
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define        ARCHIVE_VERSION_STRING "libarchive 2.5.904a"
+#define        ARCHIVE_VERSION_STRING "libarchive 2.5.905a"
 __LA_DECL const char * archive_version_string(void);
 
 #if ARCHIVE_VERSION_NUMBER < 3000000
index 031d33557d62e937d7b21f37eb5f1c26eacf5bd1..cda8f89b138a327587e1dec05cd7d6b07c7c82a9 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.5.904a
+BSDTAR_VERSION_STRING=2.5.905a
 SRCS=  bsdtar.c cmdline.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 982d042defa54fd24012934c262b86db50f160f8..0203b60ff39397a23eabd7c66214f6f494c2fb8a 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-2005904a
+2005905a