Ready to roll.
authorBen Laurie <ben@openssl.org>
Thu, 11 Oct 2007 14:58:15 +0000 (14:58 +0000)
committerBen Laurie <ben@openssl.org>
Thu, 11 Oct 2007 14:58:15 +0000 (14:58 +0000)
CHANGES
FAQ
NEWS
README
STATUS
crypto/opensslv.h

diff --git a/CHANGES b/CHANGES
index ece33d8963122badf8b83b8720fbaba9c7abfb30..05bd75df9fd4c8524a72c0338cf384e0c9ee9228 100644 (file)
--- 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 748eb09412d175551665060687bf3c0656d45464..71e7b40d76df99f57870cd4af40b8d65bdf53312 100644 (file)
--- 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 d82632fbe6266f10f61e066271e438f5d302a448..ef9023956afa4e596f75448c3ae4a03ae869ecc6 100644 (file)
--- 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 e72ddf7aa996981f110f4c40136ee5229d3bc978..6759d768eb05f973150a8e28b3ca78e2a07e4503 100644 (file)
--- 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 464aa5a5b095e95c6e612f7be3e6ad3846501a04..c8c981d763b4ed50ed86217dd29a016ccea28b3f 100644 (file)
--- 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
index 8dc1ef545a44d80f89a1a54ce8c4dee70c3cf3d9..02db6909fd2a7d5ea267e2fda9512962fe2a9ac3 100644 (file)
  * (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