]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Prepare for a production release:
authorTim Kientzle <kientzle@gmail.com>
Sat, 24 Dec 2011 18:01:58 +0000 (13:01 -0500)
committerTim Kientzle <kientzle@gmail.com>
Sat, 24 Dec 2011 18:01:58 +0000 (13:01 -0500)
  * Update NEWS
  * Bump version, drop 'b'eta qualifier
  * Remove -Werror from build scripts

SVN-Revision: 3984

CMakeLists.txt
Makefile.am
NEWS
build/version

index 51a938e94d7e71407465533cc0f8e515f7f5cddc..d5fcd867396d88ebdde62793362a3f6de680d0f1 100644 (file)
@@ -51,8 +51,8 @@ SET(SOVERSION "${INTERFACE_VERSION}")
 # aggressive about diagnosing build problems; this can get
 # relaxed somewhat in final shipping versions.
 IF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$")
-  ADD_DEFINITIONS(-Wall -Werror)
-  SET(CMAKE_REQUIRED_FLAGS "-Wall -Werror")
+  ADD_DEFINITIONS(-Wall)
+  SET(CMAKE_REQUIRED_FLAGS "-Wall")
 ENDIF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$")
 
 # Enable CTest/CDash support
index 6d9165e660f83c661eea6da62620328ac9eceb7c..eea8fc2c5ab6a1cb32b3640d96d431cfdc66d288 100644 (file)
@@ -21,9 +21,7 @@ TESTS= libarchive_test $(bsdtar_test_programs) $(bsdcpio_test_programs)
 TESTS_ENVIRONMENT= $(libarchive_TESTS_ENVIRONMENT) $(bsdtar_TESTS_ENVIRONMENT) $(bsdcpio_TESTS_ENVIRONMENT)
 # Always build and test both bsdtar and bsdcpio as part of 'distcheck'
 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.
-AM_CFLAGS=-Wall -Werror
+AM_CFLAGS=-Wall
 PLATFORMCPPFLAGS = @PLATFORMCPPFLAGS@
 AM_CPPFLAGS=$(PLATFORMCPPFLAGS)
 
diff --git a/NEWS b/NEWS
index 29cb7d99dfd6de69919c921e5c39af3fd31aa865..72aed4185b6e8d02316ca7b2068eb146a3bb6c66 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+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
+Dec 23, 2011: Robustness fixes to 7Zip reader
+
 Nov 27, 2011: libarchive 3.0.1b released
 
 Nov 26, 2011: 7Zip reader
index 6ff875b3a422526640d0811108d0c91dc4754b9b..ee575c8f5a642583c3b33bee3b45ffdc2fa6db35 100644 (file)
@@ -1 +1 @@
-3000001b
+3000002