]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Alternately wet and sunny.
authorTony Finch <fanf@apache.org>
Thu, 13 Apr 2000 14:38:55 +0000 (14:38 +0000)
committerTony Finch <fanf@apache.org>
Thu, 13 Apr 2000 14:38:55 +0000 (14:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84956 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a5c11a6095e378f033028df32d8830de99f37785..c74a1a77aa79e5068e9bf49c495e2dade26f6059 100644 (file)
--- 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 <VirtualHost> 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.