Time to release 0.9.7a. OpenSSL_0_9_7a
authorRichard Levitte <levitte@openssl.org>
Wed, 19 Feb 2003 12:33:55 +0000 (12:33 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 19 Feb 2003 12:33:55 +0000 (12:33 +0000)
The tag will be OpenSSL_0_9_7a.

FAQ
NEWS
README
STATUS
crypto/opensslv.h

diff --git a/FAQ b/FAQ
index d6673b183fcaadbc9836c0c21415d946f6a36cc3..389d786dab4d5a50074c3c9074fbbc0dd15fb06c 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -68,7 +68,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.7 was released on December 31, 2002.
+OpenSSL 0.9.7a was released on February 19, 2003.
 
 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 28f42ce89c0fdbfc3336fca2026e2fbfdf034580..3cf173ebae232fadb083a4e75bd0283f7a8eaaf5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,17 @@
   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.7 and OpenSSL 0.9.7a:
+
+      o Security: Important security related bugfixes.
+      o Enhanced compatibility with MIT Kerberos.
+      o Can be built without the ENGINE framework.
+      o IA32 assembler enhancements.
+      o Support for new platforms: FreeBSD/IA64 and FreeBSD/Sparc64.
+      o Configuration: the no-err option now works properly.
+      o SSL/TLS: now handles manual certificate chain building.
+      o SSL/TLS: certain session ID malfunctions corrected.
+
   Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.7:
 
       o New library section OCSP.
       o SSL/TLS: add callback to retrieve SSL/TLS messages.
       o SSL/TLS: support AES cipher suites (RFC3268).
 
+  Major changes between OpenSSL 0.9.6h and OpenSSL 0.9.6i:
+
+      o Important security related bugfixes.
+
   Major changes between OpenSSL 0.9.6g and OpenSSL 0.9.6h:
 
       o New configuration targets for Tandem OSS and A/UX.
diff --git a/README b/README
index eb65882e0cedbc13943bf88074919fb0d4ac4071..35bedc08ebe2c50be5ff1e5a05a390a5d4d5515b 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 
- OpenSSL 0.9.7a-dev XX xxx 2003
+ OpenSSL 0.9.7a Feb 19 2003
 
- Copyright (c) 1998-2002 The OpenSSL Project
+ Copyright (c) 1998-2003 The OpenSSL Project
  Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
  All rights reserved.
 
diff --git a/STATUS b/STATUS
index 52e138755d96bc98d76d89d03ac708089a852070..3620fab0e06095c2077a07cdae56b0ed51d0394f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,11 +1,13 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 2002/12/30 23:54:11 $
+  ______________                           $Date: 2003/02/19 12:33:52 $
 
   DEVELOPMENT STATE
 
     o  OpenSSL 0.9.8:  Under development...
+    o  OpenSSL 0.9.7a: Released on February  19th, 2003
     o  OpenSSL 0.9.7:  Released on December  31st, 2002
+    o  OpenSSL 0.9.6i: Released on February  19th, 2003
     o  OpenSSL 0.9.6h: Released on December   5th, 2002
     o  OpenSSL 0.9.6g: Released on August     9th, 2002
     o  OpenSSL 0.9.6f: Released on August     8th, 2002
index 3088b8ca8da0e7d6f4df2490f434acad57dce922..396ae7b3dcedd7341329d222aecb35cd51026389 100644 (file)
@@ -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 0x00907010L
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.7a-dev XX xxx 2003"
+#define OPENSSL_VERSION_NUMBER 0x0090701fL
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.7a Feb 19 2003"
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT