Update version information. OpenSSL_0_9_8-beta1
authorRichard Levitte <levitte@openssl.org>
Thu, 19 May 2005 19:42:04 +0000 (19:42 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 19 May 2005 19:42:04 +0000 (19:42 +0000)
README
STATUS
crypto/opensslv.h

diff --git a/README b/README
index 89a1478c7e22a655b199d3b6c3ceb1e111479c47..9fa5d88684097c7bca4f15928ebcc2d39f612e20 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
- OpenSSL 0.9.8-dev XX xxx XXXX
+ OpenSSL 0.9.8-beta1 19 May 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 d3273dd9e22c7e1cf311c70f7082a1679059fb43..e7f08d013616dcfe49cc96d5958bb10db361b5f2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,11 +1,11 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 2005/05/18 04:14:21 $
+  ______________                           $Date: 2005/05/19 19:42:03 $
 
   DEVELOPMENT STATE
 
     o  OpenSSL 0.9.9:  Under development...
-    o  OpenSSL 0.9.8:  In beta...
+    o  OpenSSL 0.9.8-beta1:  Released on May 19th, 2005
     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
        Private key, certificate and CRL API and implementation.
        Developing and bugfixing PKCS#7 (S/MIME code).
         Various X509 issues: character sets, certificate request extensions.
-    o Geoff and Richard are currently working on:
-       ENGINE (the new code that gives hardware support among others).
     o Richard is currently working on:
-       UI (User Interface)
-       UTIL (a new set of library functions to support some higher level
-             functionality that is currently missing).
-       Shared library support for VMS.
-       Kerberos 5 authentication (Heimdal)
        Constification
-       Compression
        Attribute Certificate support
        Certificate Pair support
        Storage Engines (primarly an LDAP storage engine)
index b18b0c80408fa6d3f464863b0de9f8eb96aff698..191d949cabfc987b0abb85ae0ffb1b25383a3c0c 100644 (file)
@@ -12,7 +12,7 @@
  * 0.9.3-beta2    0x00903002 (same as ...beta2-dev)
  * 0.9.3         0x0090300f
  * 0.9.3a        0x0090301f
- * 0.9.4         0x0090400f
+ * 0.9.4         0x0090400f
  * 1.2.3z        0x102031af
  *
  * For continuity reasons (because 0.9.5 is already out, and is coded
@@ -27,9 +27,9 @@
  */
 #define OPENSSL_VERSION_NUMBER 0x00908001L
 #ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8-fips-beta1-dev XX xxx XXXX"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8-fips-beta1 19 May 2005"
 #else
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8-beta1-dev XX xxx XXXX"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8-beta1 19 May 2005"
 #endif
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT