summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>2006-09-28 11:32:42 +0000
committerMark J. Cox <mark@openssl.org>2006-09-28 11:32:42 +0000
commit47c4bb2ddf5b7de325c7637d17bfb57277e79e30 (patch)
tree5c1e66989c4e55c0f4f51162f1011461b3a96510
parent951dfbb13a79bff82cef8096d2c93bc2d65a7525 (diff)
downloadopenssl-new-OpenSSL_0_9_8d.tar.gz
Prepare for 0.9.8d releaseOpenSSL_0_9_8d
-rw-r--r--CHANGES2
-rw-r--r--FAQ2
-rw-r--r--README2
-rw-r--r--STATUS4
-rw-r--r--crypto/opensslv.h6
-rw-r--r--openssl.spec2
6 files changed, 10 insertions, 8 deletions
diff --git a/CHANGES b/CHANGES
index 4e2740be5e..b25fde5664 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.8c and 0.9.8d [xx XXX xxxx]
+ Changes between 0.9.8c and 0.9.8d [28 Sep 2006]
*) Introduce limits to prevent malicious keys being able to
cause a denial of service. (CVE-2006-2940)
diff --git a/FAQ b/FAQ
index 45c09d5c23..bee5094c50 100644
--- a/FAQ
+++ b/FAQ
@@ -74,7 +74,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.8c was released on September 5th, 2006.
+OpenSSL 0.9.8d was released on September 28th, 2006.
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 e9898c3f5b..e627231f6b 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.8d-dev xx XXX xxxx
+ OpenSSL 0.9.8d 28 Sep 2006
Copyright (c) 1998-2006 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index b38e7edad1..ced363df8d 100644
--- a/STATUS
+++ b/STATUS
@@ -1,14 +1,16 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2006/09/05 08:45:35 $
+ ______________ $Date: 2006/09/28 11:32:41 $
DEVELOPMENT STATE
o OpenSSL 0.9.9: Under development...
+ o OpenSSL 0.9.8d: Released on September 28th, 2006
o OpenSSL 0.9.8c: Released on September 5th, 2006
o OpenSSL 0.9.8b: Released on May 4th, 2006
o OpenSSL 0.9.8a: Released on October 11th, 2005
o OpenSSL 0.9.8: Released on July 5th, 2005
+ o OpenSSL 0.9.7l: Released on September 28th, 2006
o OpenSSL 0.9.7k: Released on September 5th, 2006
o OpenSSL 0.9.7j: Released on May 4th, 2006
o OpenSSL 0.9.7i: Released on October 14th, 2005
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 7d3a1a69b9..beedc19285 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 0x00908040
+#define OPENSSL_VERSION_NUMBER 0x0090804f
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8d-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8d-fips 28 Sep 2006"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8d-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8d 28 Sep 2006"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
diff --git a/openssl.spec b/openssl.spec
index 5c37962e2b..b7734f7322 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -1,7 +1,7 @@
%define libmaj 0
%define libmin 9
%define librel 8
-%define librev c
+%define librev d
Release: 1
%define openssldir /var/ssl