prepare for release
authorDr. Stephen Henson <steve@openssl.org>
Mon, 12 Mar 2012 14:24:50 +0000 (14:24 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 12 Mar 2012 14:24:50 +0000 (14:24 +0000)
CHANGES
FAQ
README
STATUS
crypto/opensslv.h

diff --git a/CHANGES b/CHANGES
index 5a93a271da55242d920332bb43063522fd3035d2..a33b49e70db99589f881f4d4f03ffcf5c303b31c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
  OpenSSL CHANGES
  _______________
 
- Changes between 1.0.0g and 1.0.0h [xx XXX xxxx]
+ Changes between 1.0.0g and 1.0.0h [12 Mar 2012]
 
   *) Fix MMA (Bleichenbacher's attack on PKCS #1 v1.5 RSA padding) weakness
      in CMS and PKCS7 code. When RSA decryption fails use a random key for
diff --git a/FAQ b/FAQ
index 2a271ed679dbbfe9e2b0bb479edfb923059e4908..2d6200c37129cb2ad05ad37c8837ecdadda7cff1 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -82,7 +82,7 @@ OpenSSL  -  Frequently Asked Questions
 * Which is the current version of OpenSSL?
 
 The current version is available from <URL: http://www.openssl.org>.
-OpenSSL 1.0.0g was released on Jan 18th, 2012.
+OpenSSL 1.0.0h was released on Mar 12th, 2012.
 
 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 c761970a36f177df2443a862ba7b0fe593b3090a..ece77a7878abeef9c9b0d81c71afceba8ec5fbee 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
- OpenSSL 1.0.0h-dev
+ OpenSSL 1.0.0h 12 Mar 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 a13befc85cab0870f8425737341cd3b6c021138c..d7706ee27ef31c536fa70d6905256be0157d3a91 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,11 +1,12 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 2012/01/18 13:38:33 $
+  ______________                           $Date: 2012/03/12 14:24:48 $
 
   DEVELOPMENT STATE
 
     o  OpenSSL 1.1.0:  Under development...
     o  OpenSSL 1.0.1:  Under development...
+    o  OpenSSL 1.0.0h: Released on March     12th, 2012
     o  OpenSSL 1.0.0g: Released on January   18th, 2012
     o  OpenSSL 1.0.0f: Released on January    4th, 2012
     o  OpenSSL 1.0.0e: Released on September  6th, 2011
index d6dabee23ea661cdb8afb1341bb29844bcabdefd..66a6d0de65c5f6d34f3f50fd6e31b9c5fbc21f19 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 0x10000080L
+#define OPENSSL_VERSION_NUMBER 0x1000008fL
 #ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT   "OpenSSL 1.0.0h-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 1.0.0h-fips 12 Mar 2012"
 #else
-#define OPENSSL_VERSION_TEXT   "OpenSSL 1.0.0h-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 1.0.0h 12 Mar 2012"
 #endif
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT