summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--FAQ2
-rw-r--r--README2
-rw-r--r--STATUS36
-rw-r--r--crypto/opensslv.h4
5 files changed, 7 insertions, 39 deletions
diff --git a/CHANGES b/CHANGES
index 7bdbecf09c..3bab83fb4b 100644
--- 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 575c41df87..ab84a3f9e8 100644
--- 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 b7647215c7..7ef77c83c6 100644
--- 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 78eccdb72c..f4b4303785 100644
--- 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
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 3f74793345..55d5d06cf5 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -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 */