Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-05-04 16:52:59 +0400
committerDr. Stephen Henson <steve@openssl.org>2006-05-04 16:52:59 +0400
commitd26d2361624e1e2d20fd093b099a7d4f1b004a5c (patch)
treec655538702d50fd93f41b56dbbee67b4f4cf9b8e
parent3dcd6cf004091c86466b23a1f8b44f3a0490d6f1 (diff)
Prepare for releaseOpenSSL_0_9_7j
-rw-r--r--CHANGES2
-rw-r--r--FAQ2
-rw-r--r--README2
-rw-r--r--STATUS4
-rw-r--r--crypto/opensslv.h6
5 files changed, 9 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 0b7c58b550..2840a36a6d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.7i and 0.9.7j [XX xxx XXXX]
+ Changes between 0.9.7i and 0.9.7j [04 May 2006]
*) Adapt fipsld and the build system to link against the validated FIPS
module in FIPS mode.
diff --git a/FAQ b/FAQ
index bc1ebbd850..6545cd72aa 100644
--- a/FAQ
+++ b/FAQ
@@ -70,7 +70,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.7i was released on October 14, 2005.
+OpenSSL 0.9.7j was released on May 4, 2006.
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 8577f36075..a6a97c8858 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.7j-dev XX xxx XXXX
+ OpenSSL 0.9.7j 04 May 2006
Copyright (c) 1998-2005 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index 5c67474e8f..c8d68a5d32 100644
--- a/STATUS
+++ b/STATUS
@@ -1,12 +1,14 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2005/10/14 22:15:44 $
+ ______________ $Date: 2006/05/04 12:52:57 $
DEVELOPMENT STATE
o OpenSSL 0.9.9: Under development...
+ o OpenSSL 0.9.8b: Released on May 4th, 2006
o OpenSSL 0.9.8a: Released on October 11th, 2005
o OpenSSL 0.9.8: Released on July 5th, 2005
+ o OpenSSL 0.9.7j: Released on May 4th, 2006
o OpenSSL 0.9.7i: Released on October 14th, 2005
o OpenSSL 0.9.7h: Released on October 11th, 2005
o OpenSSL 0.9.7g: Released on April 11th, 2005
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index a2836423ed..e50c1baf00 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 0x0090709fL
+#define OPENSSL_VERSION_NUMBER 0x009070afL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7j-fips-dev XX xxx XXXX"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7j-fips 04 May 2006"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7j-dev XX xxx XXXX"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7j 04 May 2006"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT