Prepare to release 0.9.7g.

The tag till be OpenSSL_0_9_7g.
This commit is contained in:
Richard Levitte 2005-04-11 15:10:07 +00:00
parent 01671ab2df
commit 22e5a7935f
6 changed files with 9 additions and 8 deletions

View File

@ -2,7 +2,7 @@
OpenSSL CHANGES OpenSSL CHANGES
_______________ _______________
Changes between 0.9.7f and 0.9.7g [XX xxx XXXX] Changes between 0.9.7f and 0.9.7g [11 Apr 2005]
*) Fixes for newer kerberos headers. NB: the casts are needed because *) Fixes for newer kerberos headers. NB: the casts are needed because
the 'length' field is signed on one version and unsigned on another the 'length' field is signed on one version and unsigned on another

2
FAQ
View File

@ -70,7 +70,7 @@ OpenSSL - Frequently Asked Questions
* Which is the current version of OpenSSL? * Which is the current version of OpenSSL?
The current version is available from <URL: http://www.openssl.org>. The current version is available from <URL: http://www.openssl.org>.
OpenSSL 0.9.7f was released on March 22, 2005. OpenSSL 0.9.7g was released on April 11, 2005.
In addition to the current stable release, you can also access daily In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL: snapshots of the OpenSSL development version at <URL:

2
README
View File

@ -1,5 +1,5 @@
OpenSSL 0.9.7f 22 March 2005 OpenSSL 0.9.7g 11 April 2005
Copyright (c) 1998-2005 The OpenSSL Project Copyright (c) 1998-2005 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

3
STATUS
View File

@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at OpenSSL STATUS Last modified at
______________ $Date: 2005/04/11 15:03:37 $ ______________ $Date: 2005/04/11 15:10:06 $
DEVELOPMENT STATE DEVELOPMENT STATE
o OpenSSL 0.9.8: Under development... o OpenSSL 0.9.8: Under development...
o OpenSSL 0.9.7g: Released on April 11th, 2005
o OpenSSL 0.9.7f: Released on March 22nd, 2005 o OpenSSL 0.9.7f: Released on March 22nd, 2005
o OpenSSL 0.9.7e: Released on October 25th, 2004 o OpenSSL 0.9.7e: Released on October 25th, 2004
o OpenSSL 0.9.7d: Released on March 17th, 2004 o OpenSSL 0.9.7d: Released on March 17th, 2004

View File

@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta) * major minor fix final patch/beta)
*/ */
#define OPENSSL_VERSION_NUMBER 0x00907070L #define OPENSSL_VERSION_NUMBER 0x0090707fL
#ifdef OPENSSL_FIPS #ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7g-fips-dev XX xxx XXXX" #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7g-fips 11 Apr 2005"
#else #else
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7g-dev XX xxx XXXX" #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7g 11 Apr 2005"
#endif #endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT

View File

@ -1,7 +1,7 @@
%define libmaj 0 %define libmaj 0
%define libmin 9 %define libmin 9
%define librel 7 %define librel 7
%define librev f %define librev g
Release: 1 Release: 1
%define openssldir /var/ssl %define openssldir /var/ssl