]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Prepare for 0.9.8h release OpenSSL_0_9_8h
authorMark J. Cox <mark@openssl.org>
Wed, 28 May 2008 07:37:14 +0000 (07:37 +0000)
committerMark J. Cox <mark@openssl.org>
Wed, 28 May 2008 07:37:14 +0000 (07:37 +0000)
CHANGES
FAQ
README
STATUS
crypto/opensslv.h

diff --git a/CHANGES b/CHANGES
index be6883635bd035460355f304f9bd3fca7f1a4460..217aa70dcbb5b76beaa3be3e2ec55fc09ec1a1c0 100644 (file)
--- 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 bb1c06db1efc94bc3e1c8bf14f9a2f7430198379..09f700cc3a13657d0f26d21501bfa284a58b1ed6 100644 (file)
--- 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 6b02fbe76aebf180c821c13e02c875fffb550aad..df02ae076d77ce36b90785f3fda341324ce24a81 100644 (file)
--- 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 c4d79311035ea66adc996fc6b7ffeec6aef42a88..c2c3357f61983afcce5c0bf1642d42d04ae54f26 100644 (file)
--- 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
index e09ca54ec18ebe74166fa7d75b15f885409c649a..b308894f183089f6eff2455111d00600f27f2100 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 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