Don't forget that it's freeze time now...
[openssl.git] / STATUS
diff --git a/STATUS b/STATUS
index 07f48955c28b41af5343f8d3a08f40bf2cd71f79..553232d520ccfce86cb0edc7463e7b211a2ba260 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,13 +1,16 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 1999/05/14 11:50:46 $
+  ______________                           $Date: 1999/05/18 08:52:01 $
 
   DEVELOPMENT STATE
 
-    o  OpenSSL 0.9.3:  Under development...
-                       Proposed freeze  date: Mon May 17th, 1999
+    o  OpenSSL 0.9.3:  Freezed... only bugfixes and cleanups allowed!
                        Proposed release date: Mon May 24th, 1999
-                       Release manager: Ben
+                       Release manager: Ben Laurie <ben@openssl.org>
+                       !! Important: Any non-bugfix, non-cleanup
+                       !! and non-documentation commits should
+                       !! be approved by Ben, first.
+
     o  OpenSSL 0.9.2b: Released on March    22th, 1999
     o  OpenSSL 0.9.1c: Released on December 23th, 1998
 
@@ -23,7 +26,6 @@
     o exptest and rsa_oaep_test fail with irix64-*
       (Don Badrak <dbadrak@geo.census.gov>: "Re: Problems to compile openssl
          on IRIX 6.2", openssl-users)
-    o const des_cblock problem
 
   AVAILABLE PATCHES
 
@@ -74,7 +76,9 @@
        <29E0A6D39ABED111A36000A0C99609CA2C2BA4@macertco-srv1.ma.certco.com>
     o  [ Compilation warnings: ctype-related int vs. char ]
        => now casts (unsigned char), maybe those arrays should have
-          members of that type rather than plain char.
+          members of that type rather than plain char (i.e.
+          unsigned char *p; ....; if (isspace(*p)) ...; where it's now
+          char *p; ....; if (isspace((unsigned char)*p)) ...;)
     o  $(PERL) in */Makefile.ssl
     o  "Sign the certificate?" - "n" creates empty certificate file
     o  dubious declaration of crypt() in des.h