From: Ryan Bloom Date: Mon, 31 Jul 2000 16:27:12 +0000 (+0000) Subject: Remove a bug from the STATUS file. Manoj tested the patch I committed, X-Git-Tag: APACHE_2_0_ALPHA_5~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d2b8d98e3744baa391242578a58540fdf0ee8bf;p=apache Remove a bug from the STATUS file. Manoj tested the patch I committed, 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 --- diff --git a/STATUS b/STATUS index 5796d52f7b..3cea46912e 100644 --- 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.