Updates for 0.9.7e release. OpenSSL_0_9_7e
authorDr. Stephen Henson <steve@openssl.org>
Mon, 25 Oct 2004 11:24:39 +0000 (11:24 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 25 Oct 2004 11:24:39 +0000 (11:24 +0000)
CHANGES
FAQ
README
crypto/opensslv.h
openssl.spec

diff --git a/CHANGES b/CHANGES
index c54bccdd556301b27ef51b655a06d8ecb01e6627..048349e502ee1f1acb916856277ffb9816238397 100644 (file)
--- 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 8bbe6458c6d3ce0a7fe7954fc878c64e09890c2c..1c232c3c54b88c8f2ed133363c9326f45d422966 100644 (file)
--- 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 563ce19d488103febfac65d7a7a8d66ec0c47235..4d0cd83be6625292bb36166ee5cd1af4649cec39 100644 (file)
--- 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
index fcbf0f3ccd00b19c0481b2985ee83bf7234c11c0..acb4584869bc9e77b9321d674f1e12bfa2e7c7eb 100644 (file)
  * (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
 
index 6a272f69698ec16b185d611d19368ea269f5371b..9be18eb18a5c0b6c4ed4b10ef55fbd9dfb7a9daf 100644 (file)
@@ -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