]> granicus.if.org Git - apache/commitdiff
Remove a bug from the STATUS file. Manoj tested the patch I committed,
authorRyan Bloom <rbb@apache.org>
Mon, 31 Jul 2000 16:27:12 +0000 (16:27 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 31 Jul 2000 16:27:12 +0000 (16:27 +0000)
and he said it seems to work.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85964 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5796d52f7bfc17eb9fdb32b533f3bef73d713d53..3cea46912eb67f81dd2b87c952a244d670edd841 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 2000/07/31 01:41:02 $]
+Last modified at [$Date: 2000/07/31 16:27:12 $]
 
 Release:
 
@@ -56,11 +56,6 @@ RELEASE SHOWSTOPPERS:
     * Modify mod_cgi and mod_cgid to deal with directories.  This allows
       a lot of directives to be removed from the core.
 
-    * Graceful restart doesn't work for dexter, mpmt_pthread, and
-      probably the other Unix MPMs as well
-      status:  A patch has been applied to the tree, but it needs to be
-               tested.   Rbb
-
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
     * Combine log_child and piped_log_spawn. Clean up http_log.c.
       Common logging API.