]> granicus.if.org Git - apache/commitdiff
Update STATUS
authorBill Stoddard <stoddard@apache.org>
Mon, 13 Dec 1999 15:46:45 +0000 (15:46 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 13 Dec 1999 15:46:45 +0000 (15:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84286 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 220b89b55713473ed8c506dbc4cbc4401d9a8838..ab1e7d5e7405b38596f41bc8afd86d3bf5939ea9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 1999/12/02 06:33:05 $]
+Last modified at [$Date: 1999/12/13 15:46:45 $]
 
 Release:
 
@@ -37,10 +37,11 @@ RELEASE SHOWSTOPPERS:
        Remaining work:
         1. Add back ability to run Apache as a service
         2. Fix Win9* specific code in the winnt MPM
-        3. Get the MPM working in multi process mode (one parent & one child)
-        4. Test access logging with multiple threads. Will the native file I/O 
+        3. Test access logging with multiple threads. Will the native file I/O 
            calls serialize automagically like the CRT calls or do we need to
            add region locking each time we write to the access/error logs?
+        4. Fix the DOS hole in AcceptEx (need to time out connections over
+           which data is never sent).
 
     * Current 2.0 code is not tested on many Unix platforms. Make 2.0
       work on most, if not all the systems 1.3 did