]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Libarchive 3.4.3 v3.4.3
authorMartin Matuska <martin@matuska.org>
Tue, 19 May 2020 23:48:25 +0000 (01:48 +0200)
committerMartin Matuska <martin@matuska.org>
Tue, 19 May 2020 23:48:25 +0000 (01:48 +0200)
CMakeLists.txt
NEWS
build/version
configure.ac
libarchive/archive.h

index ab3bcf1f7b640b28d574c9dfc6125358341aa7cc..b2634da6fa5949dca4abbea77bc8bc668ee78803 100644 (file)
@@ -18,7 +18,7 @@ endif()
 #   RelWithDebInfo : Release build with Debug Info
 #   MinSizeRel     : Release Min Size build
 IF(NOT CMAKE_BUILD_TYPE)
-  SET(CMAKE_BUILD_TYPE "Debug" CACHE STRING "Build Type" FORCE)
+  SET(CMAKE_BUILD_TYPE "Release" CACHE STRING "Build Type" FORCE)
 ENDIF(NOT CMAKE_BUILD_TYPE)
 # Set a value type to properly display CMAKE_BUILD_TYPE on GUI if the
 # value type is "UNINITIALIZED".
diff --git a/NEWS b/NEWS
index 15360f5d9d00afb8c2991bf14fdda38c6f61773e..47e2dd6a4d7b4dabbdfec99b4f66b042a127ef41 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+May 20, 2020: libarchive 3.4.3 released
+
+Apr 30, 2020: Support for pzstd compressed files
+
+Apr 16, 2020: Support for RHT.security.selinux tar extended attribute
+
 Feb 11, 2020: libarchive 3.4.2 released
 
 Jan 23, 2020: Important fixes for writing XAR archives
index c4da5ab09945e899f1d4c33c33da89a5f42d4d1a..2e3400d77cb27694c9cc1cd25630de216acc8752 100644 (file)
@@ -1 +1 @@
-3004003dev
+3004003
index 1f533665565bb7e6770b73aebd890d58861e99de..3720296bbf1e05d2be5a17f0208e103e5cc9c96a 100644 (file)
@@ -4,7 +4,7 @@ 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.4.3dev])
+m4_define([LIBARCHIVE_VERSION_S],[3.4.3])
 m4_define([LIBARCHIVE_VERSION_N],[3004003])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
index b984ef3f8e03d57bc5aa0fc0d502f7f6432d577c..9791eb3876ea442a1d5251ce164fccb5a8fc027a 100644 (file)
@@ -155,7 +155,7 @@ __LA_DECL int               archive_version_number(void);
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define        ARCHIVE_VERSION_ONLY_STRING "3.4.3dev"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.4.3"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);