]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Update libarchive to 3.1.1. v3.1.1
authorAndres Mejia <amejia004@gmail.com>
Mon, 14 Jan 2013 04:43:04 +0000 (23:43 -0500)
committerAndres Mejia <amejia004@gmail.com>
Mon, 14 Jan 2013 04:43:04 +0000 (23:43 -0500)
NEWS
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.h

diff --git a/NEWS b/NEWS
index ea0e30fb0342c46926237e7a85f8ea745365b9a0..b1d850166a21be489b76d53ed31681cdb52c6363 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Jan 13, 2013: libarchive 3.1.1 released
+
 Jan 13, 2013: libarchive 3.1.0 released
 
 Dec 07, 2012: Implement functions to manually set the format and filters used.
index bda0a00bab6ee40c8646f82950cfe9577a611b58..c437e8aad87444351303b2ba3daf045039214a7d 100644 (file)
@@ -1 +1 @@
-3001000
+3001001
index ef194999f2a0fc87cff8d6df001278288f6a10a3..82b30e5e2bd98d53aa69d5cc2c2ef440f7b5b6bf 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],[3.1.0])
-m4_define([LIBARCHIVE_VERSION_N],[3001000])
+m4_define([LIBARCHIVE_VERSION_S],[3.1.1])
+m4_define([LIBARCHIVE_VERSION_N],[3001001])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 76c7df9cf59c429e0b74ef600a3a336d9544f08a..6d1da2ae6c17bcbc4d4356048be5a4bf430ba4e9 100644 (file)
@@ -124,13 +124,13 @@ extern "C" {
  * assert that ARCHIVE_VERSION_NUMBER >= 2012108.
  */
 /* Note: Compiler will complain if this does not match archive_entry.h! */
-#define        ARCHIVE_VERSION_NUMBER 3001000
+#define        ARCHIVE_VERSION_NUMBER 3001001
 __LA_DECL int          archive_version_number(void);
 
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define        ARCHIVE_VERSION_STRING "libarchive 3.1.0"
+#define        ARCHIVE_VERSION_STRING "libarchive 3.1.1"
 __LA_DECL const char * archive_version_string(void);
 
 /* Declare our basic types. */
index 3d704aa17e6b9020df848202b87f3e75438d71ca..9ca1217584e2b5e306e38cfa7eed3ae33002bc4b 100644 (file)
@@ -29,7 +29,7 @@
 #define        ARCHIVE_ENTRY_H_INCLUDED
 
 /* Note: Compiler will complain if this does not match archive.h! */
-#define        ARCHIVE_VERSION_NUMBER 3001000
+#define        ARCHIVE_VERSION_NUMBER 3001001
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the