Time to release 0.9.6c. The tag will be OpenSSL_0_9_6c
This commit is contained in:
parent
988988807f
commit
b2f570ecbb
4 changed files with 5 additions and 5 deletions
2
CHANGES
2
CHANGES
|
@ -2,7 +2,7 @@
|
||||||
OpenSSL CHANGES
|
OpenSSL CHANGES
|
||||||
_______________
|
_______________
|
||||||
|
|
||||||
Changes between 0.9.6b and 0.9.6c [XX xxx XXXX]
|
Changes between 0.9.6b and 0.9.6c [21 dec 2001]
|
||||||
|
|
||||||
*) Fix BN_rand_range bug pointed out by Dominikus Scherkl
|
*) Fix BN_rand_range bug pointed out by Dominikus Scherkl
|
||||||
<Dominikus.Scherkl@biodata.com>. (The previous implementation
|
<Dominikus.Scherkl@biodata.com>. (The previous implementation
|
||||||
|
|
2
FAQ
2
FAQ
|
@ -59,7 +59,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.6b was released on July 9th, 2001.
|
OpenSSL 0.9.6b was released on December 21st, 2001.
|
||||||
|
|
||||||
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
2
README
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
OpenSSL 0.9.6c-dev XX xxx XXXX
|
OpenSSL 0.9.6c 21 dec 2001
|
||||||
|
|
||||||
Copyright (c) 1998-2001 The OpenSSL Project
|
Copyright (c) 1998-2001 The OpenSSL Project
|
||||||
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
||||||
|
|
|
@ -25,8 +25,8 @@
|
||||||
* (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 0x00906030L
|
#define OPENSSL_VERSION_NUMBER 0x0090603fL
|
||||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6c-dev XX xxx XXXX"
|
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6c 21 dec 2001"
|
||||||
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue