Prepare for release

This commit is contained in:
Dr. Stephen Henson 2006-05-04 12:52:59 +00:00
parent 3dcd6cf004
commit d26d236162
5 changed files with 9 additions and 7 deletions

View File

@ -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.

2
FAQ
View File

@ -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:

2
README
View File

@ -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

4
STATUS
View File

@ -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

View File

@ -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