From: Tony Finch Date: Thu, 13 Apr 2000 14:38:55 +0000 (+0000) Subject: Alternately wet and sunny. X-Git-Tag: apache-doc-split-01~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba8f9dcf43d4f221c5b16cf55eb8d3c58aeaadbe;p=thirdparty%2Fapache%2Fhttpd.git Alternately wet and sunny. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84956 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index a5c11a6095e..c74a1a77aa7 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/04/13 00:38:55 $] +Last modified at [$Date: 2000/04/13 14:38:55 $] Release: @@ -171,6 +171,11 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: are exported to the connection status table (easy to fix), and mod_status is ugly. + * Optimise the name-based implementation so that it uses + a hash table instead of a linear linked list scan. + + * Mass vhosting version of suEXEC. + Other bugs that need fixing: * MaxRequestsPerChild measures connections, not requests.