summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-02-19 12:45:18 +0000
committerRichard Levitte <levitte@openssl.org>2003-02-19 12:45:18 +0000
commitacc6c94a65e9b4124205096da5046ac0bdbdf9c4 (patch)
treef990e86f1f4f1ae1db8091ba268f8e97e898cab7
parent2e824f0444d87c894dd959d299c6acb0e19d5022 (diff)
downloadopenssl-new-acc6c94a65e9b4124205096da5046ac0bdbdf9c4.tar.gz
All kinds of changes from 0.9.6-stable.OpenSSL-engine-0_9_6i
Time to release 0.9.6i [engine]. The tag will be OpenSSL-engine-0_9_6i.
-rw-r--r--FAQ2
-rw-r--r--NEWS4
-rw-r--r--README4
-rw-r--r--STATUS7
-rw-r--r--crypto/opensslv.h4
5 files changed, 14 insertions, 7 deletions
diff --git a/FAQ b/FAQ
index 430a8aa219..e2e7adf46a 100644
--- a/FAQ
+++ b/FAQ
@@ -63,7 +63,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.6h was released on 5 December 2002.
+OpenSSL 0.9.7a was released on February 19, 2003.
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 5a403be9f0..8a4bb3597c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@
This file gives a brief overview of the major changes between each OpenSSL
release. For more details please read the CHANGES file.
+ Major changes between OpenSSL 0.9.6h and OpenSSL 0.9.6i:
+
+ o Important security related bugfixes.
+
Major changes between OpenSSL 0.9.6g and OpenSSL 0.9.6h:
o New configuration targets for Tandem OSS and A/UX.
diff --git a/README b/README
index d4438dc2cc..845308a07a 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
- OpenSSL 0.9.6i-dev [engine] xx XXX xxxx
+ OpenSSL 0.9.6i [engine] Feb 19 2003
- Copyright (c) 1998-2002 The OpenSSL Project
+ Copyright (c) 1998-2003 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
All rights reserved.
diff --git a/STATUS b/STATUS
index 81923fa6e6..91db797338 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,13 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2002/12/05 22:50:27 $
+ ______________ $Date: 2003/02/19 12:45:13 $
DEVELOPMENT STATE
- o OpenSSL 0.9.7: Under development...
+ o OpenSSL 0.9.8: Under development...
+ o OpenSSL 0.9.7a: Released on February 19th, 2003
+ o OpenSSL 0.9.7: Released on December 31st, 2002
+ o OpenSSL 0.9.6i: Released on February 19th, 2003
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 33b1776f7e..6a637cc836 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 0x00906090L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6i-dev [engine] xx XXX xxxx"
+#define OPENSSL_VERSION_NUMBER 0x0090609fL
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6i [engine] Feb 19 2003"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT