From: Jeff Trawick Date: Fri, 19 Apr 2002 18:21:45 +0000 (+0000) Subject: hot hot hot X-Git-Tag: 2.0.36~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3509f337957322f7c5b094253e85e223c1291aa2;p=thirdparty%2Fapache%2Fhttpd.git hot hot hot git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94715 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 127b2fdb4e7..30b5f3c52b7 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/04/16 05:43:08 $] +Last modified at [$Date: 2002/04/19 18:21:45 $] Release: @@ -52,6 +52,9 @@ RELEASE SHOWSTOPPERS: * Daedalus segfaults with 2.0.35 Greg and Cliff are working on this. + * worker MPM segfaults because the apr_bucket_alloc_t is cleaned + up twice. + CURRENT VOTES: * Should we always build [support*] binaries statically unless otherwise @@ -80,6 +83,10 @@ CURRENT VOTES: -0: Aaron (premature decision, needs more discussion), Lars RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + + * --enable-mods-shared="foo1 foo2" is busted on Darwin. Pier + posted a patch (Message-ID: ). + * We do not properly substitute the prefix-variables in the configuration scripts or generated-configs. (i.e. if sysconfdir is etc, httpd-std.conf points to conf.)