prepare for 1.0.1a release OpenSSL_1_0_1a
authorDr. Stephen Henson <steve@openssl.org>
Thu, 19 Apr 2012 12:17:19 +0000 (12:17 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 19 Apr 2012 12:17:19 +0000 (12:17 +0000)
CHANGES
FAQ
README
STATUS
crypto/opensslv.h

diff --git a/CHANGES b/CHANGES
index ca6a5dfd604a8bec76720e52183663093097ec97..1e9608023ebccf0adb705e1da324dec78ba234f5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
  OpenSSL CHANGES
  _______________
 
- Changes between 1.0.1 and 1.0.1a [xx XXX xxxx]
+ Changes between 1.0.1 and 1.0.1a [19 Apr 2012]
 
   *) Check for potentially exploitable overflows in asn1_d2i_read_bio
      BUF_mem_grow and BUF_mem_grow_clean. Refuse attempts to shrink buffer
diff --git a/FAQ b/FAQ
index b9243a610495fa4bcb5dda52f0c253f94fd45f00..0ba347e63b84606ea974183c14ffb08764b48d46 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.1 was released on Mar 14th, 2012.
+OpenSSL 1.0.1a was released on Apr 19th, 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 d8ada9db6e60a2d8abca7681df5f29fa90f52040..3ab22dad9cd6b09a6ffc12c52ba989ff053b475e 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
- OpenSSL 1.0.1a-dev
+ OpenSSL 1.0.1a 19 Apr 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 6ffd16a84b8e7b2efa240d5a345c7493c2dc6f79..bfc47bf5dd798cc471674c17cb5f99cadd686a82 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 2012/03/14 12:14:06 $
+  ______________                           $Date: 2012/04/19 12:17:17 $
 
   DEVELOPMENT STATE
 
     o  OpenSSL 1.1.0:  Under development...
+    o  OpenSSL 1.0.1a: Released on April     19th, 2012
     o  OpenSSL 1.0.1:  Released on March     14th, 2012
     o  OpenSSL 1.0.0h: Released on March     12th, 2012
     o  OpenSSL 1.0.0g: Released on January   18th, 2012
index 0401a61e0ce3b9f61c23a4bfa55ff97bdd408cda..20e889e8511a773b2389c310f2a157f3ba643f24 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 0x10001010L
+#define OPENSSL_VERSION_NUMBER 0x1000101fL
 #ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT   "OpenSSL 1.0.1a-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 1.0.1a-fips 19 Apr 2012"
 #else
-#define OPENSSL_VERSION_TEXT   "OpenSSL 1.0.1a-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 1.0.1a 19 Apr 2012"
 #endif
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT