From: Jeff Trawick Date: Mon, 3 Jun 2002 18:14:44 +0000 (+0000) Subject: make a note about an issue listed as a showstopper X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0170f21f22529697ab523b0e7a043e50779d7f73;p=apache make a note about an issue listed as a showstopper even with no change, user can --disable-threads so I wonder if this should really be a showstopper; it would be nice to get feedback from the user on my patch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95491 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 06bf26189b..3a89b1cd03 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/06/03 18:07:36 $] +Last modified at [$Date: 2002/06/03 18:14:44 $] Release: @@ -60,6 +60,9 @@ RELEASE SHOWSTOPPERS: to fix, probably just some extraneous #include's that are fouling things up. PR: 9457 + Jeff: See my reply and patch in the PR (and previous commit to + stop using "pipe" as a field name). If patch is committed, we + should be okay. I'll wait to see if the user tests the patch. * Win32: httpd won't start. There was a command line args problem that got fixed, but now something else is wrong.