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:
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
*) 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)
*) 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
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