Update to current state...
authorRalf S. Engelschall <rse@openssl.org>
Tue, 9 Mar 1999 15:36:53 +0000 (15:36 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Tue, 9 Mar 1999 15:36:53 +0000 (15:36 +0000)
STATUS

diff --git a/STATUS b/STATUS
index 3d938cce203796e9342780bc945bc60b7f6026a3..22b6d6c3806828c6c50f5f486534d1eb83c7224f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 1999/03/09 03:01:42 $
+  ______________                           $Date: 1999/03/09 15:36:53 $
 
   DEVELOPMENT STATE
 
@@ -8,10 +8,10 @@
        - No more feature commits, please. 
        - Commit bugfixes and cleanups only, please.
        - Already successfully tested platform:
-        o  FreeBSD 2.2.7  Ben Laurie            OK
-         o  FreeBSD 3.1    Ralf S. Engelschall   all silent
-         o  Solaris 2.6    Ralf S. Engelschall   ctype-related warnings, test fails
-        o  Linux RH 5.1   Steve Henson          OK
+         o  FreeBSD 2.2.7  Ben Laurie            OK
+         o  FreeBSD 3.1    Ralf S. Engelschall   OK
+         o  Solaris 2.6    Ralf S. Engelschall   ctype warns, test fails in test_ssl
+         o  Linux RH 5.1   Steve Henson          OK
 
        Proposed release time: Monday, March 15th 1999
 
 
   RELEASE SHOWSTOPPERS
 
+    o `make test' still fails under Solaris 2.6 in the test_ssl target
+    o Compilation warnings: ctype-related int vs. char
+    o Compilation error: "unsigned long*" and "int*" under AIX
+
   AVAILABLE PATCHES
 
     o Solaris AS error (kenji@miyake.org)