From: Bradley Nicholes Date: Fri, 16 Jul 2004 20:55:14 +0000 (+0000) Subject: votes and backports X-Git-Tag: STRIKER_2_0_51_RC1^2~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8958bab165741568fdd628bf2ae37923a8bc4b2c;p=thirdparty%2Fapache%2Fhttpd.git votes and backports git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104311 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index aa586e07a8b..42d191f24a9 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/07/14 21:45:40 $] +Last modified at [$Date: 2004/07/16 20:55:14 $] Release: @@ -80,7 +80,7 @@ PATCHES TO BACKPORT FROM 2.1 The HTTP and the APR patches are available at: - +1: jjclar + +1: jjclar, bnicholes *) mod_dir: Backport DirectorySlash directive to work around problems with -SetHandler combinations and trailing slash redirects. @@ -150,6 +150,12 @@ PATCHES TO BACKPORT FROM 2.1 modules/mappers/mod_actions.c: r1.32, r1.34 +1: nd + *) Allocate buffer memory from the temp_pool rather than the stack to + avoid over-running a fixed length stack while evaluating nested + include directives. + server/config.c: r1.180 + +1: bnicholes + *) allow symlinks on directories to be processed by Include directives and stop possible recursion by a counter. PR 28492 server/config.c: r1.175 @@ -158,14 +164,15 @@ PATCHES TO BACKPORT FROM 2.1 *) detect Include directive recursion by counting the nesting level. PR 28370. server/core.c: r1.275 - +1: nd + os/netware/pre_nw.h: r1.7 + +1: nd, bnicholes *) mod_headers: Regression from 1.3: There's no ErrorHeader directive. Since this was always a misnomer, it was dropped in 2.1 and Header was extended instead. Backport this from 2.1 and document this in the upgrading docs. A 2.0 patch is here: http://www.apache.org/~nd/header_always_2.0.diff - +1: nd + +1: nd, bnicholes *) mod_rewrite: Fix confused map cache (with maps in different VHs using the same name). PR 26462. (2.0 + 1.3) @@ -206,7 +213,7 @@ PATCHES TO BACKPORT FROM 2.1 *) Fixed mean and median calculations in ab, also changed where time values are set for start and connect when doing keep alive benchmarking. support/ab.c: r1.143 - +1: jjclar, nd + +1: jjclar, nd, bnicholes *) 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