Release OpenSSL 0.9.8g with various fixes to issues introduced with 0.9.8f OpenSSL_0_9_8fg-stable OpenSSL_0_9_8g
authorLutz Jänicke <jaenicke@openssl.org>
Fri, 19 Oct 2007 08:25:15 +0000 (08:25 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Fri, 19 Oct 2007 08:25:15 +0000 (08:25 +0000)
CHANGES
FAQ
NEWS
README
STATUS
crypto/opensslv.h
openssl.spec

diff --git a/CHANGES b/CHANGES
index 05bd75df9fd4c8524a72c0338cf384e0c9ee9228..512b11537d40357899a30dbaad4e3c031a091fe0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,15 @@
  OpenSSL CHANGES
  _______________
 
+ Changes between 0.9.8f and 0.9.8g  [19 Oct 2007]
+
+  *) Fix various bugs:
+     + Binary incompatibility of ssl_ctx_st structure
+     + DTLS interoperation with non-compliant servers
+     + Don't call get_session_cb() without proposed session
+     + Fix ia64 assembler code
+     [Andy Polyakov, Steve Henson]
+
  Changes between 0.9.8e and 0.9.8f  [11 Oct 2007]
 
   *) DTLS Handshake overhaul. There were longstanding issues with
diff --git a/FAQ b/FAQ
index 7cd71ca0a9f79fefdb1f6d1122844bb3ffb75929..96d39f5cc74ae2acf7107e431e0bbf107c53fb75 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -75,7 +75,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.8f was released on October 11th, 2007.
+OpenSSL 0.9.8g was released on October 19th, 2007.
 
 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 ef9023956afa4e596f75448c3ae4a03ae869ecc6..40ded1aebf36719e9d4a6b0018f47d2c7ff5b8ae 100644 (file)
--- 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.8f and OpenSSL 0.9.8g:
+
+      o Fixes for bugs introduced with 0.9.8f.
+
   Major changes between OpenSSL 0.9.8e and OpenSSL 0.9.8f:
 
       o Add gcc 4.2 support.
diff --git a/README b/README
index 6759d768eb05f973150a8e28b3ca78e2a07e4503..2b4983560650694b429900b58847ba8e41e49b4b 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
- OpenSSL 0.9.8f
+ OpenSSL 0.9.8g
 
  Copyright (c) 1998-2007 The OpenSSL Project
  Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index c8c981d763b4ed50ed86217dd29a016ccea28b3f..b5635598509f921c9a3293aafaabf2bd5102ea7b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 2007/10/11 14:58:14 $
+  ______________                           $Date: 2007/10/19 08:25:14 $
 
   DEVELOPMENT STATE
 
     o  OpenSSL 0.9.9:  Under development...
+    o  OpenSSL 0.9.8g: Released on October   19th, 2007 
     o  OpenSSL 0.9.8f: Released on October   11th, 2007 
     o  OpenSSL 0.9.8e: Released on February  23rd, 2007
     o  OpenSSL 0.9.8d: Released on September 28th, 2006
index b237c2f67d01a6d71f2e036dd890607876825eb3..f76910a6f53a959f981821052a1d43c4c9328380 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 0x00908070L
+#define OPENSSL_VERSION_NUMBER 0x0090807fL
 #ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8f-fips 11 Oct 2007"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8g-fips 19 Oct 2007"
 #else
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8f 11 Oct 2007"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8g 19 Oct 2007"
 #endif
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT
 
index 61eadccf4e6338fac747e25cb6a21d7364a57a57..81c15b09571ef19683b9e4d028e827031187729e 100644 (file)
@@ -1,7 +1,7 @@
 %define libmaj 0
 %define libmin 9
 %define librel 8
-%define librev f
+%define librev g
 Release: 1
 
 %define openssldir /var/ssl