Time to release 0.9.6g.

The tag will be OpenSSL_0_9_6g.
This commit is contained in:
Richard Levitte 2002-08-09 11:37:15 +00:00
parent b91734063f
commit 4c68b3239b
6 changed files with 11 additions and 6 deletions

View file

@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
Changes between 0.9.6f and 0.9.6g [xx XXX xxxx]
Changes between 0.9.6f and 0.9.6g [9 Aug 2002]
*) [In 0.9.6g-engine release:]
Fix crypto/engine/vendor_defns/cswift.h for WIN32 (use '_stdcall').

2
FAQ
View file

@ -61,7 +61,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.6f was released on 8 August 2002.
OpenSSL 0.9.6g was released on 9 August 2002.
In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:

4
NEWS
View file

@ -5,6 +5,10 @@
This file gives a brief overview of the major changes between each OpenSSL
release. For more details please read the CHANGES file.
Major changes between OpenSSL 0.9.6f and OpenSSL 0.9.6g:
o Important building fixes on Unix.
Major changes between OpenSSL 0.9.6e and OpenSSL 0.9.6f:
o Various important bugfixes.

2
README
View file

@ -1,5 +1,5 @@
OpenSSL 0.9.6g-dev xx XXX xxxx
OpenSSL 0.9.6g 9 August 2002
Copyright (c) 1998-2002 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

3
STATUS
View file

@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
______________ $Date: 2002/08/08 20:51:46 $
______________ $Date: 2002/08/09 11:37:13 $
DEVELOPMENT STATE
o OpenSSL 0.9.7: Under development...
o OpenSSL 0.9.6g: Released on August 9th, 2002
o OpenSSL 0.9.6f: Released on August 8th, 2002
o OpenSSL 0.9.6e: Released on July 30th, 2002
o OpenSSL 0.9.6d: Released on May 9th, 2002

View file

@ -25,8 +25,8 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
#define OPENSSL_VERSION_NUMBER 0x00906070L
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6g-dev xx XXX xxxx"
#define OPENSSL_VERSION_NUMBER 0x0090607fL
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6g 9 Aug 2002"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT