summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-04-19 11:39:03 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-04-19 11:39:03 +0000
commit8ab27e6ef77da1d35db19597300fe4a2b73c1002 (patch)
tree66652cc62b0fc947be7dbfd50d88d31ac5c23ed8
parent64150555903882eab67521f7fdcbc5d6a37c03e1 (diff)
prepare for 0.9.8v release
-rw-r--r--CHANGES2
-rw-r--r--README2
-rw-r--r--STATUS3
-rw-r--r--crypto/opensslv.h6
4 files changed, 7 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index a2275713fb..e9f6ce042c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.8u and 0.9.8v [xx XXX xxxx]
+ Changes between 0.9.8u and 0.9.8v [19 Apr 2012]
*) Check for potentially exploitable overflows in asn1_d2i_read_bio
BUF_mem_grow and BUF_mem_grow_clean. Refuse attempts to shrink buffer
diff --git a/README b/README
index 1ea81f6721..075144f406 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.8v-dev
+ OpenSSL 0.9.8v 19 Apr 2012
Copyright (c) 1998-2011 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index df142fc8f2..29b28f49de 100644
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2012/03/12 14:53:13 $
+ ______________ $Date: 2012/04/19 11:39:02 $
DEVELOPMENT STATE
@@ -11,6 +11,7 @@
o OpenSSL 1.0.0b: Released on November 16th, 2010
o OpenSSL 1.0.0a: Released on June 1st, 2010
o OpenSSL 1.0.0: Released on March 29th, 2010
+ o OpenSSL 0.9.8v: Released on April 19th, 2012
o OpenSSL 0.9.8u: Released on March 12th, 2012
o OpenSSL 0.9.8t: Released on January 18th, 2012
o OpenSSL 0.9.8s: Released on January 4th, 2012
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 38696bf449..8a1a666afd 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-#define OPENSSL_VERSION_NUMBER 0x00908160L
+#define OPENSSL_VERSION_NUMBER 0x0090816fL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8v-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8v-fips 19 Apr 2012"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8v-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8v 19 Apr 2012"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT