From: Joe Orton Date: Fri, 27 Aug 2004 15:27:03 +0000 (+0000) Subject: Votes+proposals. X-Git-Tag: STRIKER_2_0_51_RC1^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f929e71a89370169f9cc3074fc2e96d5dd8b242c;p=thirdparty%2Fapache%2Fhttpd.git Votes+proposals. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104856 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 61b5b214c41..20182270742 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/08/27 11:33:36 $] +Last modified at [$Date: 2004/08/27 15:27:03 $] Release: @@ -72,15 +72,29 @@ RELEASE SHOWSTOPPERS: PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) Win32: Orderly shutdown of the command process after apache -k start,restart,config, install to prevent stranded piped logger processes. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/mpm/winnt/mpm_winnt.c?r1=1.311&r2=1.312 +1: stoddard, trawick, nd + *) EOC bucket handling fix for core_output_filter (prevents possible variable use- + after-free since .49). + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.276&r2=1.277 + +1: jorton + + *) Don't link suexec against APR/etc libraries. + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/support/Makefile.in?r1=1.38&r2=1.39 + +1: jorton + + *) mod_headers: Support {...}s tag for SSL variable lookup. + http://www.apache.org/~jorton/mod_headers-2.0-ssl.diff + +1: jorton + *) Escape errfn strings before sending them to the log file (and analogus patch to mod_cgid) http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/mod_cgi.c?r1=1.167&r2=1.168 - +1: stoddard, trawick + +1: stoddard, trawick, jorton nd: I'd like to add 1.169 *) Add -l option to rotatelogs to let it use local time rather than @@ -133,7 +147,7 @@ PATCHES TO BACKPORT FROM 2.1 *) allow symlinks on directories to be processed by Include directives and stop possible recursion by a counter. PR 28492 server/config.c: r1.175 - +1: nd, jerenkrantz + +1: nd, jerenkrantz, jorton *) mod_log_config: Cleanup log_header_out function to allow multiple headers like Set-Cookie to be logged properly. PR 27787 (2.0 + 1.3) @@ -148,7 +162,7 @@ PATCHES TO BACKPORT FROM 2.1 *) Fix memory leak in mod_rewrite. PR 27862. (2.0 + 1.3) http://www.apache.org/~nd/mod_rewrite_fixleak.diff - +1: nd + +1: nd, jorton *) mod_log_config: Fix a bug which prevented request completion time from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE @@ -166,7 +180,7 @@ PATCHES TO BACKPORT FROM 2.1 jerenkrantz: Aha. ap_is_recursion_limit_exceeded() is the function I was thinking of, but couldn't find. (I was searching for 'recursive' not 'recursion'.) - +1: nd, jerenkrantz + +1: nd, jerenkrantz, jorton *) mod_dav: Send an EOS at the end of the multistatus brigade. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/dav/main/mod_dav.c?r1=1.105&r2=1.106