Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-04-11 19:10:07 +0400
committerRichard Levitte <levitte@openssl.org>2005-04-11 19:10:07 +0400
commit22e5a7935f23ec9568a79b024538580e54096e7b (patch)
tree7daea3cf00a9ecae7fdee9119ebb622e53746f36
parent01671ab2df7bbdd7dd3cb74b0af144657466e03a (diff)
Prepare to release 0.9.7g.OpenSSL_0_9_7g
The tag till be OpenSSL_0_9_7g.
-rw-r--r--CHANGES2
-rw-r--r--FAQ2
-rw-r--r--README2
-rw-r--r--STATUS3
-rw-r--r--crypto/opensslv.h6
-rw-r--r--openssl.spec2
6 files changed, 9 insertions, 8 deletions
diff --git a/CHANGES b/CHANGES
index 227f508188..cccc4f812f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.7f and 0.9.7g [XX xxx XXXX]
+ Changes between 0.9.7f and 0.9.7g [11 Apr 2005]
*) Fixes for newer kerberos headers. NB: the casts are needed because
the 'length' field is signed on one version and unsigned on another
diff --git a/FAQ b/FAQ
index eb40ca1677..943fc9d4a3 100644
--- a/FAQ
+++ b/FAQ
@@ -70,7 +70,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.7f was released on March 22, 2005.
+OpenSSL 0.9.7g was released on April 11, 2005.
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 048db7d74f..c52c2d94bd 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.7f 22 March 2005
+ OpenSSL 0.9.7g 11 April 2005
Copyright (c) 1998-2005 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index 467ca19714..f73416fc8f 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2005/04/11 15:03:37 $
+ ______________ $Date: 2005/04/11 15:10:06 $
DEVELOPMENT STATE
o OpenSSL 0.9.8: Under development...
+ o OpenSSL 0.9.7g: Released on April 11th, 2005
o OpenSSL 0.9.7f: Released on March 22nd, 2005
o OpenSSL 0.9.7e: Released on October 25th, 2004
o OpenSSL 0.9.7d: Released on March 17th, 2004
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index aba77ffa31..5d5f688edd 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-#define OPENSSL_VERSION_NUMBER 0x00907070L
+#define OPENSSL_VERSION_NUMBER 0x0090707fL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7g-fips-dev XX xxx XXXX"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7g-fips 11 Apr 2005"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7g-dev XX xxx XXXX"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7g 11 Apr 2005"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
diff --git a/openssl.spec b/openssl.spec
index bac32164ef..98ef153e3b 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -1,7 +1,7 @@
%define libmaj 0
%define libmin 9
%define librel 7
-%define librev f
+%define librev g
Release: 1
%define openssldir /var/ssl