From fa528639e3de3d07dc8dbfa6f04001ded97a32ce Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 5 Apr 2001 17:59:14 +0000 Subject: Tagging has been done, move on to development of 0.9.6b. (Hopefully, it will never be needed) --- CHANGES | 4 ++++ README | 2 +- crypto/opensslv.h | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 08ef8508d8..7abb51d957 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ OpenSSL CHANGES _______________ + Changes between 0.9.6a and 0.9.6b [XX xxx XXXX] + + *) + Changes between 0.9.6 and 0.9.6a [5 Apr 2001] *) Fix a couple of memory leaks in PKCS7_dataDecode() diff --git a/README b/README index 41713cfbbc..1c2f111179 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 0.9.6a 5 Apr 2001 + OpenSSL 0.9.6b-dev XX xxx XXXX Copyright (c) 1998-2000 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 8566730aaa..7f2a6c039e 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -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 0x0090601fL -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6a 5 Apr 2001" +#define OPENSSL_VERSION_NUMBER 0x00906020L +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6b-dev XX xxx XXXX" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT -- cgit v1.2.3 From cb1c1555fa4a38625fddd5f661170191c08441de Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 5 Apr 2001 21:08:33 +0000 Subject: A small change that only went to the engine-0.9.6 branch... This change will be part of 0.9.6a. --- crypto/bio/b_print.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/bio/b_print.c b/crypto/bio/b_print.c index a62f551635..b4f7a85f2e 100644 --- a/crypto/bio/b_print.c +++ b/crypto/bio/b_print.c @@ -69,6 +69,7 @@ #ifndef NO_SYS_TYPES_H #include #endif +#include /* To get BN_LLONG properly defined */ #include #ifdef BN_LLONG -- cgit v1.2.3