]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Release 3.5.1 v3.5.1
authorMartin Matuska <martin@matuska.org>
Fri, 25 Dec 2020 23:34:39 +0000 (00:34 +0100)
committerMartin Matuska <martin@matuska.org>
Fri, 25 Dec 2020 23:34:39 +0000 (00:34 +0100)
CMakeLists.txt
NEWS
build/version
configure.ac
libarchive/archive.h

index 9d8fc3c46dc0adda0da6ffb6f515fb06ea2e8cff..58b4c8d9862a53ee5d18f867310d3ccea8a67d33 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 598cf75166b1a7868e0a37d70e7926692011d0ad..47cebdd4b9b7d1f3501c17012ec69c168a51e7f9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Dec 26, 2020: libarchive 3.5.1 released
+
 Dec 01, 2020: libarchive 3.5.0 released
 
 Oct 14, 2020: Support for system extended attributes
index ea39081c3023a0d903c23ea4a6c79224f9a82ecb..205791c6d99699736186292d66c0196ddaae9087 100644 (file)
@@ -1 +1 @@
-3005001dev
+3005001
index cb823bd473a27b36b40d124fced6de07f3097eeb..84eb9a9faa86931f35b795c782f494f524eaaa0c 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.5.1dev])
+m4_define([LIBARCHIVE_VERSION_S],[3.5.1])
 m4_define([LIBARCHIVE_VERSION_N],[3005001])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
index 48abb3bc994e9a42af09f13c34793507c7e8464e..52f4d782953b4bc893cba2f7b889d7190d6b93a4 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.5.1dev"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.5.1"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);