]> granicus.if.org Git - apache/commitdiff
Add a couple of items from discussion.
authorKen Coar <coar@apache.org>
Fri, 7 Sep 2001 13:53:13 +0000 (13:53 +0000)
committerKen Coar <coar@apache.org>
Fri, 7 Sep 2001 13:53:13 +0000 (13:53 +0000)
Submitted by: Charles Randall <crandall@matchlogic.com>

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

STATUS

diff --git a/STATUS b/STATUS
index 32e11b381ed9402de4970935cafbe5cdc8f6c4bb..180d8afcd6429de2f172727d95b1c02b482d50f2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/09/07 02:34:56 $]
+Last modified at [$Date: 2001/09/07 13:53:13 $]
 
 Release:
 
@@ -34,6 +34,13 @@ on related projects:
 
 RELEASE SHOWSTOPPERS:
 
+    * mod_negotiation (?): Marc's message on 23 August 2001 about
+      the .var files being read one byte at a time.
+      [Charles Randall <crandall@matchlogic.com>]
+
+    * threaded MPM broken on FreeBSD
+      [Charles Randall <crandall@matchlogic.com>]
+
     * There is a bug in how we sort some hooks, at least the pre-config
       hook.  The first time we call the hooks, they are in the correct 
       order, but the second time, we don't sort them correctly.  Currently,