]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Libarchive 3.0.3 v3.0.3
authorTim Kientzle <kientzle@gmail.com>
Fri, 13 Jan 2012 05:32:07 +0000 (00:32 -0500)
committerTim Kientzle <kientzle@gmail.com>
Fri, 13 Jan 2012 05:32:07 +0000 (00:32 -0500)
SVN-Revision: 4139

NEWS
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.h

diff --git a/NEWS b/NEWS
index 72aed4185b6e8d02316ca7b2068eb146a3bb6c66..e9811b5b4bceccf8ad547058f133699a69493959 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Jan 10, 2012: Issue 223: Skip atime tests if atime not supported
+Jan 09, 2012: Issue 222: Errors saving sparse files to pax archives
+Jan 09, 2012: Issue 221: allow archive_*_free(NULL)
+Dec 31, 2011: Issue 212: configure script on Solaris
+Dec 30, 2011: Issue 218: empty contents extracting Zip files with bsdcpio
+Dec 30, 2011: Issue 217: fix compile warning
+Dec 30, 2011: Issue 216: truncated filenames in listings
+Dec 28, 2011: Issue 210: memory leak on Windows
+Dec 28, 2011: Issue 206: fix hardlink tests on Windows 2000
+Dec 27, 2011: Issue 208: Don't hang when using external compression
+   program on Windows
+
 Dec 24, 2011: libarchive 3.0.2 released
 Dec 23, 2011: Various fixes merged from FreeBSD
 Dec 23, 2011: Symlink support in Zip reader and writer
index ee575c8f5a642583c3b33bee3b45ffdc2fa6db35..85738f4df6556a8dbb1b739a69bb762392272307 100644 (file)
@@ -1 +1 @@
-3000002
+3000003
index 6a8a01f7471e0db5e29f49ebb1df340e20f31a9a..75c2ca3e99faad9e176391242a46b0769e8ff2ad 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.0.2])
-m4_define([LIBARCHIVE_VERSION_N],[3000002])
+m4_define([LIBARCHIVE_VERSION_S],[3.0.3])
+m4_define([LIBARCHIVE_VERSION_N],[3000003])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 13cbe79480ff6ed735ccf428d0661d237d397a45..47191e7ebb2ddc7563c690147e35e5e1cbc4a3f7 100644 (file)
@@ -127,13 +127,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 3000002
+#define        ARCHIVE_VERSION_NUMBER 3000003
 __LA_DECL int          archive_version_number(void);
 
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define        ARCHIVE_VERSION_STRING "libarchive 3.0.2"
+#define        ARCHIVE_VERSION_STRING "libarchive 3.0.3"
 __LA_DECL const char * archive_version_string(void);
 
 /* Declare our basic types. */
index 533dc7f817ce36f482f3d00f7c457cd4ab43dcc2..7a1e389eb061a0d98063579bc2d35f8973984837 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 3000002
+#define        ARCHIVE_VERSION_NUMBER 3000003
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the