]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Libarchive 3.3.2 v3.3.2
authorTim Kientzle <kientzle@acm.org>
Mon, 10 Jul 2017 02:38:04 +0000 (19:38 -0700)
committerTim Kientzle <kientzle@acm.org>
Mon, 10 Jul 2017 02:38:04 +0000 (19:38 -0700)
CMakeLists.txt
Makefile.am
NEWS
build/version
configure.ac
libarchive/archive.h

index 4c818b083069972a1fe532d11f86d07d8d26ed93..73bf07b34b4870726317b51e986b7e8f39f90750 100644 (file)
@@ -15,7 +15,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".
index 2146a14fbc20644df12dfe6b22e23745e365e496..63d7cc7913ac26a1d4510c1e5f7e1b97feca9a6c 100644 (file)
@@ -23,7 +23,7 @@ TESTS_ENVIRONMENT= $(libarchive_TESTS_ENVIRONMENT) $(bsdtar_TESTS_ENVIRONMENT) $
 DISTCHECK_CONFIGURE_FLAGS = --enable-bsdtar --enable-bsdcpio
 # The next line is commented out by default in shipping libarchive releases.
 # It is uncommented by default in trunk.
-DEV_CFLAGS=-Werror -Wextra -Wunused -Wshadow -Wmissing-prototypes -Wcast-qual -g
+DEV_CFLAGS=-Werror -Wextra -Wunused -Wshadow -Wmissing-prototypes -Wcast-qual -g
 AM_CFLAGS=$(DEV_CFLAGS)
 PLATFORMCPPFLAGS = @PLATFORMCPPFLAGS@
 AM_CPPFLAGS=$(PLATFORMCPPFLAGS)
diff --git a/NEWS b/NEWS
index 9e517934547ef31a8ae6bf41a2f3f5cb93a0d096..9527e662a86e028b64dba68d4cebd06048c39355 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Jul 09, 2017: libarchive 3.3.2 released
+
 Mar 16, 2017: NFSv4 ACL support for Linux (librichacl)
 
 Feb 26, 2017: libarchive 3.3.1 released
index 6d36e9c14cdd6bdfd73b8a1fdc8a086770ebfa8a..2dd0839747653d72d7f78d87aeede744831de528 100644 (file)
@@ -1 +1 @@
-3003002dev
+3003002
index 1730f451374d55a828bc4e59c40d1dc80e4246ee..ba3cfdafcdb66102df581239f97d83bf9f34877f 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.3.2dev])
+m4_define([LIBARCHIVE_VERSION_S],[3.3.2])
 m4_define([LIBARCHIVE_VERSION_N],[3003002])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
index d6913f35fc0c6f258e3e2133b65698910cf8c697..316a68a6336818908fa9f240f75d3abc458588ff 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.3.2dev"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.3.2"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);