]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Release 3.5.0 v3.5.0
authorMartin Matuska <martin@matuska.org>
Tue, 1 Dec 2020 08:21:21 +0000 (09:21 +0100)
committerMartin Matuska <martin@matuska.org>
Tue, 1 Dec 2020 08:36:40 +0000 (09:36 +0100)
CMakeLists.txt
NEWS
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.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 47e2dd6a4d7b4dabbdfec99b4f66b042a127ef41..598cf75166b1a7868e0a37d70e7926692011d0ad 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Dec 01, 2020: libarchive 3.5.0 released
+
+Oct 14, 2020: Support for system extended attributes
+
 May 20, 2020: libarchive 3.4.3 released
 
 Apr 30, 2020: Support for pzstd compressed files
index c8f15f08555650a5936e5533f19148c5fb1b47fa..4c8608b0a0f6ec5e5569ad96d63ca295674f97de 100644 (file)
@@ -1 +1 @@
-3004004dev
+3005000
index 65c889a2f2aade2d88e351186ff6eda8384349e4..a2172c8249053ea7c4efcb58973a9928cf880981 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.4.4dev])
-m4_define([LIBARCHIVE_VERSION_N],[3004004])
+m4_define([LIBARCHIVE_VERSION_S],[3.5.0])
+m4_define([LIBARCHIVE_VERSION_N],[3005000])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 34d098fd36da5fbcac48c3f9b38c02de0d4e3252..d7ef495a435f3916e5d6525d62bdad941bc36032 100644 (file)
@@ -36,7 +36,7 @@
  * assert that ARCHIVE_VERSION_NUMBER >= 2012108.
  */
 /* Note: Compiler will complain if this does not match archive_entry.h! */
-#define        ARCHIVE_VERSION_NUMBER 3004004
+#define        ARCHIVE_VERSION_NUMBER 3005000
 
 #include <sys/stat.h>
 #include <stddef.h>  /* for wchar_t */
@@ -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.4dev"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.5.0"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);
 
index 9a25df0d3e410e15e381af15eb85da5c86e1c254..d8c7535c3213ec38d00853e07077097e21fdcdb5 100644 (file)
@@ -30,7 +30,7 @@
 #define        ARCHIVE_ENTRY_H_INCLUDED
 
 /* Note: Compiler will complain if this does not match archive.h! */
-#define        ARCHIVE_VERSION_NUMBER 3004004
+#define        ARCHIVE_VERSION_NUMBER 3005000
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the