]> granicus.if.org Git - apache/commitdiff
Update the STATUS file with three new items.
authorRyan Bloom <rbb@apache.org>
Thu, 11 Nov 1999 13:21:10 +0000 (13:21 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 11 Nov 1999 13:21:10 +0000 (13:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84115 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 39de4bff0f67edc472adb080126a50794005ecea..989ba52fc69969d2b5d667c0284f01c7a6c1c65f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 1999/11/04 18:59:39 $]
+Last modified at [$Date: 1999/11/11 13:21:10 $]
 
 Release:
 
@@ -48,8 +48,18 @@ RELEASE SHOWSTOPPERS:
       hook system. Switch completely to the new hook system
         Status: Ben Laurie is working on this.
 
+    * Modules.  Which modules do not work yet, can we get a list?
+
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
+    * Clean the code.  There are a lot of places we used APR but didn't 
+      remove the hacks that were required for the cross-platform code in
+      1.3.  We need to make the code look like APR was supposed to be there. 
+
+    * Go throught the Bug DB and research the bugs marked "suspended".  People
+      were told these would be considered for inclusion in Apache 2.0, it 
+      would be nice to actually do so.
+
     * Win32: Redirect stderr to the error log. This is tougher than it appears
       because Apache for Windows now uses native file I/O libraries rather than
       the CRT library.  No problem redirecting native I/O STDERR to the error log.