• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


Commit MetaInfo

Révision15922ccdf6ec84eee23e1dad8e84d6a5dd7c6166 (tree)
l'heure2001-03-14 01:08:32
AuteurRichard Levitte <levitte@open...>
CommiterRichard Levitte

Message de Log

Release Beta 1 of 0.9.6a.

Change Summary

Modification

--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 0.9.6 24 Sep 2000
2+ OpenSSL 0.9.6a-beta1 13 Mar 2001
33
44 Copyright (c) 1998-2000 The OpenSSL Project
55 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
--- a/STATUS
+++ b/STATUS
@@ -1,9 +1,11 @@
11
22 OpenSSL STATUS Last modified at
3- ______________ $Date: 2000/09/24 15:42:34 $
3+ ______________ $Date: 2001/03/13 16:08:32 $
44
55 DEVELOPMENT STATE
66
7+ o OpenSSL 0.9.6a: In development...
8+ Beta 1 released on March 13th, 2001
79 o OpenSSL 0.9.6: Released on September 24th, 2000
810 o OpenSSL 0.9.5a: Released on April 1st, 2000
911 o OpenSSL 0.9.5: Released on February 28th, 2000
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,8 +25,8 @@
2525 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
2626 * major minor fix final patch/beta)
2727 */
28-#define OPENSSL_VERSION_NUMBER 0x00906010L
29-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6a-dev XX xxx XXXX"
28+#define OPENSSL_VERSION_NUMBER 0x00906011L
29+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6a-beta1 13 Mar 2001"
3030 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3131
3232