Commit f871949e authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Prepare for new release.

parent eb2ec6be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
 OpenSSL CHANGES
 _______________

 Changes between 0.9.8a and 0.9.8b  [XX xxx XXXX]
 Changes between 0.9.8a and 0.9.8b  [04 May 2006]

  *) When applying a cipher rule check to see if string match is an explicit
     cipher suite and only match that one cipher suite if it is.
+1 −1
Original line number Diff line number Diff line
@@ -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.8a was released on October 11th, 2005.
OpenSSL 0.9.8b was released on May 4th, 2006.

In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:
+1 −1
Original line number Diff line number Diff line

 OpenSSL 0.9.8b XX xxx XXXX
 OpenSSL 0.9.8b 04 May 2006

 Copyright (c) 1998-2005 The OpenSSL Project
 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
+2 −1
Original line number Diff line number Diff line

  OpenSSL STATUS                           Last modified at
  ______________                           $Date: 2005/10/11 10:16:06 $
  ______________                           $Date: 2006/05/04 12:46:40 $

  DEVELOPMENT STATE

    o  OpenSSL 0.9.9:  Under development...
    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.7h: Released on October   11th, 2005
+3 −3
Original line number Diff line number Diff line
@@ -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	0x00908020L
#define OPENSSL_VERSION_NUMBER	0x0090802fL
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8b-fips-dev XX xxx XXXX"
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8b-fips 04 May 2006"
#else
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8b-dev XX xxx XXXX"
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8b 04 May 2006"
#endif
#define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT

Loading