From: Ryan Bloom Date: Wed, 28 Jun 2000 16:55:45 +0000 (+0000) Subject: Remove the config stuff from the STATUS file. I believe the configuration X-Git-Tag: APACHE_2_0_ALPHA_5~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cf0173deff0b43ec0c08c4983fbe2946f0626f9;p=apache Remove the config stuff from the STATUS file. I believe the configuration in 2.0 is as clean as it's going to get now. Most of the cruft has been removed. Any more changes that are needed to make the configure system work can easily be added within the current configuration framework. Also, update CHANGES to reflect the recent changes to the config system. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85726 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 29a85ba762..d0bff2bc4c 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/06/28 11:41:14 $] +Last modified at [$Date: 2000/06/28 16:55:45 $] Release: @@ -15,11 +15,6 @@ RELEASE SHOWSTOPPERS: lib/apr/misc/win32/rand.c which is basically a copy of what mod_auth_digest used to use. - * Re-work configuration for top level Apache. Work should start with - trying to clean the autoconf stuff. If and only if this proves - impossible to do (very unlikely), autoconf should be removed and we - will roll our own config implementation. - * suEXEC doesn't work Status: Manoj has posted an patch to fix this. <19991103003605.A20612@samosa.mindspring.com>