updates for next release

This commit is contained in:
Dr. Stephen Henson 2010-03-30 00:55:00 +00:00
parent 91bad2b09e
commit 6747de655e
5 changed files with 11 additions and 6 deletions

View File

@ -2,6 +2,10 @@
OpenSSL CHANGES
_______________
Changes between 1.0.0 and 1.0.0a [xx XXX xxxx]
*)
Changes between 0.9.8n and 1.0.0 [29 Mar 2010]
*) Add "missing" function EVP_CIPHER_CTX_copy(). This copies a cipher

2
README
View File

@ -1,5 +1,5 @@
OpenSSL 1.0.0 29 Mar 2010
OpenSSL 1.0.0a-dev
Copyright (c) 1998-2009 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

3
STATUS
View File

@ -1,9 +1,10 @@
OpenSSL STATUS Last modified at
______________ $Date: 2010/03/29 13:11:53 $
______________ $Date: 2010/03/30 00:54:59 $
DEVELOPMENT STATE
o OpenSSL 1.1.0: Under development...
o OpenSSL 1.0.0: Released on March 29th, 2010
o OpenSSL 0.9.8n: Released on March 24th, 2010
o OpenSSL 0.9.8m: Released on February 25th, 2010

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 0x1000000fL
#define OPENSSL_VERSION_NUMBER 0x10000010L
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips 29 Mar 2010"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0a-fips-dev xx XXX xxxx"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0 29 Mar 2010"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0a-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT

View File

@ -2,7 +2,7 @@
%define libmaj 1
%define libmin 0
%define librel 0
#%define librev a
%define librev a
Release: 1
%define openssldir /var/ssl