Time for a release
authorRichard Levitte <levitte@openssl.org>
Mon, 28 Feb 2000 11:59:02 +0000 (11:59 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 28 Feb 2000 11:59:02 +0000 (11:59 +0000)
CHANGES
FAQ
README
STATUS
crypto/opensslv.h

diff --git a/CHANGES b/CHANGES
index 7bdbecf09c6a1d0f5dc4d8fb4bf5fa78843a08de..3bab83fb4be6fc8764aa5373e256b01ae901f5c4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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>]
diff --git a/FAQ b/FAQ
index 575c41df876b166f9c3c2440fedb9211f72b0254..ab84a3f9e84def7d976d5b37e255c426eb7a6cfb 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -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:
diff --git a/README b/README
index b7647215c777852ee03ab66b648289467ceaaa4d..7ef77c83c66365d83cb679c7334c867b70a74a92 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
- 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
diff --git a/STATUS b/STATUS
index 78eccdb72cafa38baa21172da38a4a371e8910ed..f4b43037852ca2b54644a5179e718f9bc5c5c55c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,42 +1,10 @@
 
   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
index 3f74793345dde6efec1a83ffa5a42fb27721697e..55d5d06cf53b15a6d94915a4ef43336d27800add 100644 (file)
@@ -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 */