aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2004-10-25 11:24:39 +0000
committerDr. Stephen Henson <steve@openssl.org>2004-10-25 11:24:39 +0000
commitbfb7bac83b98d57e163a6d2eceda9073761ac708 (patch)
treee42e3d49130742fbcbb94c9ffd818509fe6d59cf
parentac4fb4a138bff6b220f8138667dafda1dc5559de (diff)
downloadopenssl-OpenSSL_0_9_7e.tar.gz
Updates for 0.9.7e release.OpenSSL_0_9_7e
-rw-r--r--CHANGES2
-rw-r--r--FAQ2
-rw-r--r--README2
-rw-r--r--crypto/opensslv.h6
-rw-r--r--openssl.spec2
5 files changed, 7 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index c54bccdd55..048349e502 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.7d and 0.9.7e [XX xxx XXXX]
+ Changes between 0.9.7d and 0.9.7e [25 Oct 2004]
*) Avoid a race condition when CRLs are checked in a multi threaded
environment. This would happen due to the reordering of the revoked
diff --git a/FAQ b/FAQ
index 8bbe6458c6..1c232c3c54 100644
--- a/FAQ
+++ b/FAQ
@@ -70,7 +70,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.7d was released on March 17, 2004.
+OpenSSL 0.9.7e was released on October 25, 2004.
In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:
diff --git a/README b/README
index 563ce19d48..4d0cd83be6 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.7d 17 Mar 2004
+ OpenSSL 0.9.7e 25 Oct 2004
Copyright (c) 1998-2004 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index fcbf0f3ccd..acb4584869 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-#define OPENSSL_VERSION_NUMBER 0x00907050L
+#define OPENSSL_VERSION_NUMBER 0x0090705FL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7e-fips-dev XX xxx XXXX"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7e-fips 25 Oct 2004"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7e-dev XX xxx XXXX"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7e 25 Oct 2004"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
diff --git a/openssl.spec b/openssl.spec
index 6a272f6969..9be18eb18a 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -1,7 +1,7 @@
%define libmaj 0
%define libmin 9
%define librel 7
-%define librev d
+%define librev e
Release: 1
%define openssldir /var/ssl