Prepare for a production release:
  * Update NEWS
  * Bump version, drop 'b'eta qualifier
  * Remove -Werror from build scripts

SVN-Revision: 3984
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 51a938e..d5fcd86 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,8 +51,8 @@
 # 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
diff --git a/Makefile.am b/Makefile.am
index 6d9165e..eea8fc2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,9 +21,7 @@
 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 29cb7d9..72aed41 100644
--- 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
diff --git a/build/version b/build/version
index 6ff875b..ee575c8 100644
--- a/build/version
+++ b/build/version
@@ -1 +1 @@
-3000001b
+3000002