From 04572965ea98f522b9992f1356c2ea4aaaa82875 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 30 Dec 2002 23:54:11 +0000 Subject: Time for release of OpenSSL 0.9.7. The tag will be OpenSSL_0_9_7. --- CHANGES | 2 +- FAQ | 2 +- README | 2 +- STATUS | 24 ++---------------------- crypto/opensslv.h | 4 ++-- 5 files changed, 7 insertions(+), 27 deletions(-) diff --git a/CHANGES b/CHANGES index a259bd33af..418378f876 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ OpenSSL CHANGES _______________ - Changes between 0.9.6h and 0.9.7 [XX xxx 2002] + Changes between 0.9.6h and 0.9.7 [31 Dec 2002] *) Fix session ID handling in SSLv2 client code: the SERVER FINISHED code (06) was taken as the first octet of the session ID and the last diff --git a/FAQ b/FAQ index 6e007f8a1d..9d1b0bb6c1 100644 --- a/FAQ +++ b/FAQ @@ -68,7 +68,7 @@ OpenSSL - Frequently Asked Questions * Which is the current version of OpenSSL? The current version is available from . -OpenSSL 0.9.6h was released on December 5, 2002. +OpenSSL 0.9.7 was released on December 31, 2002. In addition to the current stable release, you can also access daily snapshots of the OpenSSL development version at =6.0 on any platform, DEC C) - ERROR - (errors fixed - PR: 407, 413) - Windows with MIT Kerberos - PASSED - Windows 2000 (Cygwin) - ERROR - (PR: 404) - SCO OpenServer, Unixware? - ERROR - o OpenSSL 0.9.7-beta5: Released on December 5th, 2002 - o OpenSSL 0.9.7-beta4: Released on November 19th, 2002 - o OpenSSL 0.9.7-beta3: Released on July 30th, 2002 - o OpenSSL 0.9.7-beta2: Released on June 16th, 2002 - o OpenSSL 0.9.7-beta1: Released on June 1st, 2002 + o OpenSSL 0.9.7: Released on December 31st, 2002 o OpenSSL 0.9.6h: Released on December 5th, 2002 o OpenSSL 0.9.6g: Released on August 9th, 2002 o OpenSSL 0.9.6f: Released on August 8th, 2002 diff --git a/crypto/opensslv.h b/crypto/opensslv.h index fda3cb53a1..516012f73b 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 0x00907007L -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-beta7-dev xx XXX 2002" +#define OPENSSL_VERSION_NUMBER 0x0090700fL +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7 31 Dec 2002" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT -- cgit v1.2.3