• 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évisionf871949efd831116c9e7b138c206f284f1278d61 (tree)
l'heure2006-05-04 21:46:42
AuteurDr. Stephen Henson <steve@open...>
CommiterDr. Stephen Henson

Message de Log

Prepare for new release.

Change Summary

Modification

--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
22 OpenSSL CHANGES
33 _______________
44
5- Changes between 0.9.8a and 0.9.8b [XX xxx XXXX]
5+ Changes between 0.9.8a and 0.9.8b [04 May 2006]
66
77 *) When applying a cipher rule check to see if string match is an explicit
88 cipher suite and only match that one cipher suite if it is.
--- a/FAQ
+++ b/FAQ
@@ -74,7 +74,7 @@ OpenSSL - Frequently Asked Questions
7474 * Which is the current version of OpenSSL?
7575
7676 The current version is available from <URL: http://www.openssl.org>.
77-OpenSSL 0.9.8a was released on October 11th, 2005.
77+OpenSSL 0.9.8b was released on May 4th, 2006.
7878
7979 In addition to the current stable release, you can also access daily
8080 snapshots of the OpenSSL development version at <URL:
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 0.9.8b XX xxx XXXX
2+ OpenSSL 0.9.8b 04 May 2006
33
44 Copyright (c) 1998-2005 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: 2005/10/11 10:16:06 $
3+ ______________ $Date: 2006/05/04 12:46:40 $
44
55 DEVELOPMENT STATE
66
77 o OpenSSL 0.9.9: Under development...
8+ o OpenSSL 0.9.8b: Released on May 4th, 2006
89 o OpenSSL 0.9.8a: Released on October 11th, 2005
910 o OpenSSL 0.9.8: Released on July 5th, 2005
1011 o OpenSSL 0.9.7h: Released on October 11th, 2005
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,11 +25,11 @@
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 0x00908020L
28+#define OPENSSL_VERSION_NUMBER 0x0090802fL
2929 #ifdef OPENSSL_FIPS
30-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8b-fips-dev XX xxx XXXX"
30+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8b-fips 04 May 2006"
3131 #else
32-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8b-dev XX xxx XXXX"
32+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8b 04 May 2006"
3333 #endif
3434 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3535
--- a/openssl.spec
+++ b/openssl.spec
@@ -1,7 +1,7 @@
11 %define libmaj 0
22 %define libmin 9
33 %define librel 8
4-%define librev a
4+%define librev b
55 Release: 1
66
77 %define openssldir /var/ssl