From: Greg Stein Date: Fri, 8 Dec 2000 09:33:31 +0000 (+0000) Subject: not into looking into this right now, but it should be done. just watch the X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b71ac8ec98f0585f9a46d8c88567bf51f4423a85;p=apache not into looking into this right now, but it should be done. just watch the make output and the bazillion -export-dynamic options getting added to know that something should be fixed :-) [ and more precisely, it is needed for AP modules, but not Apache itself nor libraries such as libmain.la; therefore, the move to special.mk ] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87257 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 2edcfa0da3..419a23e100 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/12/07 08:56:17 $] +Last modified at [$Date: 2000/12/08 09:33:31 $] Release: @@ -14,6 +14,7 @@ Release: 2.0a1 : released March 10, 2000 RELEASE SHOWSTOPPERS: + * Perchild MPM doesn't build anymore. This is still relying on the BUFF code, which is no longer there. This should just be modified to do the passing in an input filter instead of relying on the @@ -69,6 +70,7 @@ RELEASE SHOWSTOPPERS: containers. RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + * Combine log_child and piped_log_spawn. Clean up http_log.c. Common logging API. @@ -159,6 +161,11 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * (possibly) port the bug fix for PR 6942 (segv when LoadModule is put into a VirtualHost container) to 2.0. + * the LTFLAGS = -export-dynamic in the config.m4 is wrong. it is getting + added multiple times during the config process. The -export-dynamic + should probably move into build/special.mk (the make file used for + building Apache modules). + PRs that have been suspended forever waiting for someone to put them into 'the next release':