summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>2008-05-28 07:37:14 +0000
committerMark J. Cox <mark@openssl.org>2008-05-28 07:37:14 +0000
commit0d01d8a7359e311b461cd1b964ce90d0699c2a2f (patch)
treee77aef985cf992acdd454438ad01ca50920a1798
parent2c0fa03dc62f052cc64bbed435e974c952ab6363 (diff)
downloadopenssl-new-0d01d8a7359e311b461cd1b964ce90d0699c2a2f.tar.gz
Prepare for 0.9.8h releaseOpenSSL_0_9_8h
-rw-r--r--CHANGES2
-rw-r--r--FAQ2
-rw-r--r--README4
-rw-r--r--STATUS3
-rw-r--r--crypto/opensslv.h6
5 files changed, 9 insertions, 8 deletions
diff --git a/CHANGES b/CHANGES
index be6883635b..217aa70dcb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.8g and 0.9.8h [xx XXX xxxx]
+ Changes between 0.9.8g and 0.9.8h [28 May 2008]
*) Fix flaw if 'Server Key exchange message' is omitted from a TLS
handshake which could lead to a cilent crash as found using the
diff --git a/FAQ b/FAQ
index bb1c06db1e..09f700cc3a 100644
--- a/FAQ
+++ b/FAQ
@@ -76,7 +76,7 @@ OpenSSL - Frequently Asked Questions
* Which is the current version of OpenSSL?
The current version is available from <URL: http://www.openssl.org>.
-OpenSSL 0.9.8g was released on October 19th, 2007.
+OpenSSL 0.9.8h was released on May 28th, 2008.
In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:
diff --git a/README b/README
index 6b02fbe76a..df02ae076d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
- OpenSSL 0.9.8h-dev
+ OpenSSL 0.9.8h
- Copyright (c) 1998-2007 The OpenSSL Project
+ Copyright (c) 1998-2008 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
All rights reserved.
diff --git a/STATUS b/STATUS
index c4d7931103..c2c3357f61 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2008/04/07 06:35:42 $
+ ______________ $Date: 2008/05/28 07:37:13 $
DEVELOPMENT STATE
o OpenSSL 0.9.9: Under development...
+ o OpenSSL 0.9.8h: Released on May 28th, 2008
o OpenSSL 0.9.8g: Released on October 19th, 2007
o OpenSSL 0.9.8f: Released on October 11th, 2007
o OpenSSL 0.9.8e: Released on February 23rd, 2007
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index e09ca54ec1..b308894f18 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 0x00908080L
+#define OPENSSL_VERSION_NUMBER 0x0090808fL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h-fips 28 May 2008"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h 28 May 2008"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT