prepare form 0.9.8w release
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -2,7 +2,7 @@
|
|||||||
OpenSSL CHANGES
|
OpenSSL CHANGES
|
||||||
_______________
|
_______________
|
||||||
|
|
||||||
Changes between 0.9.8v and 0.9.8w [xx XXX xxxx]
|
Changes between 0.9.8v and 0.9.8w [23 Apr 2012]
|
||||||
|
|
||||||
*) The fix for CVE-2012-2110 did not take into account that the
|
*) The fix for CVE-2012-2110 did not take into account that the
|
||||||
'len' argument to BUF_MEM_grow and BUF_MEM_grow_clean is an
|
'len' argument to BUF_MEM_grow and BUF_MEM_grow_clean is an
|
||||||
|
2
README
2
README
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
OpenSSL 0.9.8w-dev
|
OpenSSL 0.9.8w 23 Apr 2012
|
||||||
|
|
||||||
Copyright (c) 1998-2011 The OpenSSL Project
|
Copyright (c) 1998-2011 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
3
STATUS
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
OpenSSL STATUS Last modified at
|
OpenSSL STATUS Last modified at
|
||||||
______________ $Date: 2012/04/19 11:39:02 $
|
______________ $Date: 2012/04/23 20:45:28 $
|
||||||
|
|
||||||
DEVELOPMENT STATE
|
DEVELOPMENT STATE
|
||||||
|
|
||||||
@@ -11,6 +11,7 @@
|
|||||||
o OpenSSL 1.0.0b: Released on November 16th, 2010
|
o OpenSSL 1.0.0b: Released on November 16th, 2010
|
||||||
o OpenSSL 1.0.0a: Released on June 1st, 2010
|
o OpenSSL 1.0.0a: Released on June 1st, 2010
|
||||||
o OpenSSL 1.0.0: Released on March 29th, 2010
|
o OpenSSL 1.0.0: Released on March 29th, 2010
|
||||||
|
o OpenSSL 0.9.8w: Released on April 23th, 2012
|
||||||
o OpenSSL 0.9.8v: Released on April 19th, 2012
|
o OpenSSL 0.9.8v: Released on April 19th, 2012
|
||||||
o OpenSSL 0.9.8u: Released on March 12th, 2012
|
o OpenSSL 0.9.8u: Released on March 12th, 2012
|
||||||
o OpenSSL 0.9.8t: Released on January 18th, 2012
|
o OpenSSL 0.9.8t: Released on January 18th, 2012
|
||||||
|
@@ -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 0x00908170L
|
#define OPENSSL_VERSION_NUMBER 0x0090817fL
|
||||||
#ifdef OPENSSL_FIPS
|
#ifdef OPENSSL_FIPS
|
||||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8w-fips-dev xx XXX xxxx"
|
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8w-fips 23 Apr 2012"
|
||||||
#else
|
#else
|
||||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8w-dev xx XXX xxxx"
|
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8w 23 Apr 2012"
|
||||||
#endif
|
#endif
|
||||||
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user