• 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évisione463adeff88ede9a954cadc8ea2a63e224e3319b (tree)
l'heure2002-08-09 20:49:15
AuteurRichard Levitte <levitte@open...>
CommiterRichard Levitte

Message de Log

Time for release.
The tag will be OpenSSL-engine-0_9_6g.

Change Summary

Modification

--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
22 OpenSSL CHANGES
33 _______________
44
5- Changes between 0.9.6f and 0.9.6g [xx XXX xxxx]
5+ Changes between 0.9.6f and 0.9.6g [9 Aug 2002]
66
77 *) [In 0.9.6g-engine release:]
88 Fix crypto/engine/vendor_defns/cswift.h for WIN32 (use '_stdcall').
--- a/FAQ
+++ b/FAQ
@@ -61,7 +61,7 @@ OpenSSL - Frequently Asked Questions
6161 * Which is the current version of OpenSSL?
6262
6363 The current version is available from <URL: http://www.openssl.org>.
64-OpenSSL 0.9.6f was released on 8 August 2002.
64+OpenSSL 0.9.6g was released on 9 August 2002.
6565
6666 In addition to the current stable release, you can also access daily
6767 snapshots of the OpenSSL development version at <URL:
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@
55 This file gives a brief overview of the major changes between each OpenSSL
66 release. For more details please read the CHANGES file.
77
8+ Major changes between OpenSSL 0.9.6f and OpenSSL 0.9.6g:
9+
10+ o Important building fixes on Unix.
11+
812 Major changes between OpenSSL 0.9.6e and OpenSSL 0.9.6f:
913
1014 o Various important bugfixes.
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 0.9.6g-dev [engine] xx XXX xxxx
2+ OpenSSL 0.9.6g [engine] 9 August 2002
33
44 Copyright (c) 1998-2002 The OpenSSL Project
55 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
11
22 OpenSSL STATUS Last modified at
3- ______________ $Date: 2002/08/08 21:44:07 $
3+ ______________ $Date: 2002/08/09 11:49:13 $
44
55 DEVELOPMENT STATE
66
77 o OpenSSL 0.9.7: Under development...
8+ o OpenSSL 0.9.6g: Released on August 9th, 2002
89 o OpenSSL 0.9.6f: Released on August 8th, 2002
910 o OpenSSL 0.9.6e: Released on July 30th, 2002
1011 o OpenSSL 0.9.6d: Released on May 9th, 2002
--- 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 0x00906070L
29-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6g-dev [engine] xx XXX xxxx"
28+#define OPENSSL_VERSION_NUMBER 0x0090607fL
29+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6g [engine] 9 Aug 2002"
3030 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3131
3232