Commit 74cdf6f7 authored by Richard Levitte's avatar Richard Levitte
Browse files

Time for a release

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

 Changes between 0.9.4 and 0.9.5  [xx XXX 2000]
 Changes between 0.9.4 and 0.9.5  [28 Feb 2000]

  *) In bntest.c don't call BN_rand with zero bits argument.
     [Steve Henson, pointed out by Andrew W. Gray <agray@iconsinc.com>]
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,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.4 was released on August 9th, 1999.
OpenSSL 0.9.5 was released on February 28th, 2000.

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.5-dev  xx XXX 2000
 OpenSSL 0.9.5  28 Feb 2000

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

  OpenSSL STATUS                           Last modified at
  ______________                           $Date: 2000/02/28 11:32:42 $
  ______________                           $Date: 2000/02/28 11:59:02 $

  DEVELOPMENT STATE

    o  OpenSSL 0.9.5:  Under development...
                       0.9.5-beta1 was available.
                         Debian GNU/Linux 2.1 - test passed
                         Mingw32 egcs 1.1.2   - test passed
                         FreeBSD 3.0-RELEASE  - test passed
                         FreeBSD 3.2-RELEASE  - test passed
                         solaris-sparcv9-cc   - test passed
                         solaris-sparcv9-gcc  - test passed
                         hpux-parisc-gcc      - test passed
                         AIX 4.3 (aix-cc)     - test passed
                         VC++                 - test passed
                       0.9.5beta2 is available.
                         hpux-parisc-cc       - test passed
                         hpux-parisc-gcc (gcc 2.7.1) - test passed
                         hpux-parisc-gcc (gcc 2.8.0) - test passed
                         AIX 4.3 (aix-cc)     - test passed
                         FreeBSD 2.2.8-STABLE - test failed
                         FreeBSD 3.0-RELEASE  - test passed
                         FreeBSD 3.4-STABLE   - test passed
                         OpenVMS V7.1/Alpha   - test passed
                         OpenVMS V7.2-1/Alpha - test passed
                         OpenVMS V7.2/VAX     - test failed (is corrected)
                         OpenVMS V7.1/VAX     - test failed (is corrected)
                         solaris-sparcv9-cc   - test passed 
			 irix-mips3-cc        - test passed
			 irix64-mips4-cc      - test passed
			 Rhapsody (MacOS X)   - test passed
			 solaris64-sparcv9-cc - test passed
			 linux-alpha+bwx-ccc  - test passed
			 linux-alpha-gcc (gcc 2.95.1) - test passed
			 linux-elf            - test passed
			 WinNT4 SP6 VC++ 6 SP3 - test passed
                       Proposed release time: Monday, February 28th 2000
    o  OpenSSL 0.9.5:  Released on February 28th, 2000
    o  OpenSSL 0.9.4:  Released on August   09th, 1999
    o  OpenSSL 0.9.3a: Released on May      29th, 1999
    o  OpenSSL 0.9.3:  Released on May      25th, 1999
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@
 * 1.2.3z	  0x1020311a
 * (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.)
 */
#define OPENSSL_VERSION_NUMBER	0x00905003L
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.5beta3-dev 27 Feb 2000"
#define OPENSSL_VERSION_NUMBER	0x00905100L
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.5 28 Feb 2000"
#define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT

#endif /* HEADER_OPENSSLV_H */