Prepare for 1.0.2g release OpenSSL_1_0_2g
authorMatt Caswell <matt@openssl.org>
Tue, 1 Mar 2016 13:36:54 +0000 (13:36 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 1 Mar 2016 13:36:54 +0000 (13:36 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
CHANGES
NEWS
README
crypto/opensslv.h

diff --git a/CHANGES b/CHANGES
index 58f37bd7487df00e961534fc55ea97d7ba60b662..7578f7eb7ace9401cf31cfbd3b6b6519d661c6f9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
  OpenSSL CHANGES
  _______________
 
- Changes between 1.0.2f and 1.0.2g [xx XXX xxxx]
+ Changes between 1.0.2f and 1.0.2g [1 Mar 2016]
 
   * Disable weak ciphers in SSLv3 and up in default builds of OpenSSL.
     Builds that are not configured with "enable-weak-ssl-ciphers" will not
diff --git a/NEWS b/NEWS
index 9ce71c4a9a338c38db506b1cbf02f2a3d7c84e4e..33242c83624de20139c4b503fab638b640ad9766 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@
   This file gives a brief overview of the major changes between each OpenSSL
   release. For more details please read the CHANGES file.
 
-  Major changes between OpenSSL 1.0.2f and OpenSSL 1.0.2g [under development]
+  Major changes between OpenSSL 1.0.2f and OpenSSL 1.0.2g [1 Mar 2016]
 
       o Disable weak ciphers in SSLv3 and up in default builds of OpenSSL.
       o Disable SSLv2 default build, default negotiation and weak ciphers
diff --git a/README b/README
index 200678b94aba8461904dbf6e8a60f5d4f8800040..2077b04eb271d45376cfba54f64f9e759c137d28 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
- OpenSSL 1.0.2g-dev
+ OpenSSL 1.0.2g 1 Mar 2016
 
  Copyright (c) 1998-2015 The OpenSSL Project
  Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
index ae6387d5a7e2fe55a0ab253d46b08bfa3b76b4c0..4334fd15cd8739fa56babb5cd470a4e5b00a21fd 100644 (file)
@@ -30,11 +30,11 @@ extern "C" {
  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
  *  major minor fix final patch/beta)
  */
-# define OPENSSL_VERSION_NUMBER  0x10002070L
+# define OPENSSL_VERSION_NUMBER  0x1000207fL
 # ifdef OPENSSL_FIPS
-#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.0.2g-fips-dev  xx XXX xxxx"
+#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.0.2g-fips  1 Mar 2016"
 # else
-#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.0.2g-dev  xx XXX xxxx"
+#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.0.2g  1 Mar 2016"
 # endif
 # define OPENSSL_VERSION_PTEXT   " part of " OPENSSL_VERSION_TEXT