summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2007-10-11 14:58:15 +0000
committerBen Laurie <ben@openssl.org>2007-10-11 14:58:15 +0000
commitdd002667573c619e11f89be64bb963c003d1f7af (patch)
tree7cb79a04e12d5709106e04cb65aabbe8089d564f
parentbb99ce5f805b706b4dd561eaca2ee6a9945c485a (diff)
Ready to roll.
-rw-r--r--CHANGES2
-rw-r--r--FAQ2
-rw-r--r--NEWS3
-rw-r--r--README2
-rw-r--r--STATUS3
-rw-r--r--crypto/opensslv.h6
6 files changed, 11 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index ece33d8963..05bd75df9f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.8e and 0.9.8f [xx XXX xxxx]
+ Changes between 0.9.8e and 0.9.8f [11 Oct 2007]
*) DTLS Handshake overhaul. There were longstanding issues with
OpenSSL DTLS implementation, which were making it impossible for
diff --git a/FAQ b/FAQ
index 748eb09412..71e7b40d76 100644
--- a/FAQ
+++ b/FAQ
@@ -75,7 +75,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.8e was released on February 23rd, 2007.
+OpenSSL 0.9.8f was released on February 23rd, 2007.
In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:
diff --git a/NEWS b/NEWS
index d82632fbe6..ef9023956a 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@
for VC++ build.
o Support for RFC4507bis and server name extensions if explicitly
selected at compile time.
+ o DTLS improvements.
+ o RFC4507bis support.
+ o TLS Extensions support.
Major changes between OpenSSL 0.9.8d and OpenSSL 0.9.8e:
diff --git a/README b/README
index e72ddf7aa9..6759d768eb 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.8f-dev
+ OpenSSL 0.9.8f
Copyright (c) 1998-2007 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index 464aa5a5b0..c8c981d763 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2007/02/23 12:12:27 $
+ ______________ $Date: 2007/10/11 14:58:14 $
DEVELOPMENT STATE
o OpenSSL 0.9.9: Under development...
+ o OpenSSL 0.9.8f: Released on October 11th, 2007
o OpenSSL 0.9.8e: Released on February 23rd, 2007
o OpenSSL 0.9.8d: Released on September 28th, 2006
o OpenSSL 0.9.8c: Released on September 5th, 2006
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 8dc1ef545a..02db6909fd 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 0x00908060L
+#define OPENSSL_VERSION_NUMBER 0x0090806fL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f-fips-dev xx XXXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f-fips xx XXXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f-dev xx XXXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f xx XXXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT