From: Ken Coar Date: Fri, 7 Sep 2001 13:53:13 +0000 (+0000) Subject: Add a couple of items from discussion. X-Git-Tag: 2.0.26~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2335f9e1bf9e808cafd11f635304d34f9cef748c;p=apache Add a couple of items from discussion. Submitted by: Charles Randall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90952 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 32e11b381e..180d8afcd6 100644 --- 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 ] + + * threaded MPM broken on FreeBSD + [Charles Randall ] + * 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,