Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-09 15:49:15 +0400
committerRichard Levitte <levitte@openssl.org>2002-08-09 15:49:15 +0400
commite463adeff88ede9a954cadc8ea2a63e224e3319b (patch)
treefdbb61f89b23a7bee1510bc54645639747c55a72
parente39238e4038d0f6df54c7d23b780b9b279f559e4 (diff)
Time for release.OpenSSL-engine-0_9_6g
The tag will be OpenSSL-engine-0_9_6g.
-rw-r--r--CHANGES2
-rw-r--r--FAQ2
-rw-r--r--NEWS4
-rw-r--r--README2
-rw-r--r--STATUS3
-rw-r--r--crypto/opensslv.h4
6 files changed, 11 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 263ac1d67d..75ebac55bf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.6f and 0.9.6g [xx XXX xxxx]
+ Changes between 0.9.6f and 0.9.6g [9 Aug 2002]
*) [In 0.9.6g-engine release:]
Fix crypto/engine/vendor_defns/cswift.h for WIN32 (use '_stdcall').
diff --git a/FAQ b/FAQ
index b49423960b..f9cd7d2820 100644
--- a/FAQ
+++ b/FAQ
@@ -61,7 +61,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.6f was released on 8 August 2002.
+OpenSSL 0.9.6g was released on 9 August 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 e597dcd213..577db09cff 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.6f and OpenSSL 0.9.6g:
+
+ o Important building fixes on Unix.
+
Major changes between OpenSSL 0.9.6e and OpenSSL 0.9.6f:
o Various important bugfixes.
diff --git a/README b/README
index 59410063be..1d80a7dd2f 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.6g-dev [engine] xx XXX xxxx
+ OpenSSL 0.9.6g [engine] 9 August 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 bb92d9fc30..2b9de04ffe 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2002/08/08 21:44:07 $
+ ______________ $Date: 2002/08/09 11:49:13 $
DEVELOPMENT STATE
o OpenSSL 0.9.7: Under development...
+ o OpenSSL 0.9.6g: Released on August 9th, 2002
o OpenSSL 0.9.6f: Released on August 8th, 2002
o OpenSSL 0.9.6e: Released on July 30th, 2002
o OpenSSL 0.9.6d: Released on May 9th, 2002
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index acdf871f22..dc2f22820e 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 0x00906070L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6g-dev [engine] xx XXX xxxx"
+#define OPENSSL_VERSION_NUMBER 0x0090607fL
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6g [engine] 9 Aug 2002"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT