summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-07-30 11:27:18 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-07-30 11:27:18 +0000
commit458bb156bfe136706ea69694a9df7cae9cb0cc54 (patch)
tree58140c29a2f50f6ce487cc3f068cfbc89c78d1ec
parentbca9dc2a519e0e2c5a62136a109d18d2a71123b2 (diff)
Release 0.9.7-beta3
Submitted by: Reviewed by: PR:
-rw-r--r--FAQ2
-rw-r--r--NEWS5
-rw-r--r--README2
-rw-r--r--STATUS4
-rw-r--r--crypto/opensslv.h4
5 files changed, 12 insertions, 5 deletions
diff --git a/FAQ b/FAQ
index 410c1da047..ee03d97676 100644
--- a/FAQ
+++ b/FAQ
@@ -64,7 +64,7 @@ OpenSSL - Frequently Asked Questions
* Which is the current version of OpenSSL?
The current version is available from <URL: http://www.openssl.org>.
-OpenSSL 0.9.6d was released on May 9, 2002.
+OpenSSL 0.9.6e was released on July 30, 2002.
In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:
diff --git a/NEWS b/NEWS
index a5556d34bb..40f96eb1d1 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,11 @@
Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:
+ o Important security related bugfixes.
+ o Various SSL/TLS library bugfixes.
+
+ Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:
+
o Various SSL/TLS library bugfixes.
o Fix DH parameter generation for 'non-standard' generators.
diff --git a/README b/README
index a72801a42d..5394a17e3e 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.7-beta2 16 Jun 2002
+ OpenSSL 0.9.7-beta3 30 Jul 2002
Copyright (c) 1998-2002 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index 0e931671ad..eae5f74363 100644
--- a/STATUS
+++ b/STATUS
@@ -1,12 +1,14 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2002/06/16 11:27:38 $
+ ______________ $Date: 2002/07/30 11:27:05 $
DEVELOPMENT STATE
o OpenSSL 0.9.8: Under development...
+ 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.6e: Released on July 30th, 2002
o OpenSSL 0.9.6d: Released on May 9th, 2002
o OpenSSL 0.9.6c: Released on December 21st, 2001
o OpenSSL 0.9.6b: Released on July 9th, 2001
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index e83750f574..9689b49c5b 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 0x00907002L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-beta2 16 Jun 2002"
+#define OPENSSL_VERSION_NUMBER 0x00907003L
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-beta3 30 Jul 2002"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT