From: André Malo Date: Thu, 26 Aug 2004 21:06:13 +0000 (+0000) Subject: I've lost some words .... and found them :) X-Git-Tag: STRIKER_2_0_51_RC1^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db3a00be6eb54d225022de4d3ae3932cbd3a8ebd;p=thirdparty%2Fapache%2Fhttpd.git I've lost some words .... and found them :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104837 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index bb2d011e0b8..39e62160d9d 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/08/26 20:50:17 $] +Last modified at [$Date: 2004/08/26 21:06:13 $] Release: @@ -81,6 +81,7 @@ PATCHES TO BACKPORT FROM 2.1 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 + nd: I'd like to add 1.169 *) util_ldap: Validate the file path of the trusted certificate file at the time the LDAPTrushedCA directive is handled. PR#30782 @@ -160,6 +161,8 @@ PATCHES TO BACKPORT FROM 2.1 like Set-Cookie to be logged properly. PR 27787 (2.0 + 1.3) modules/loggers/mod_log_config.c: r1.116 jerenkrantz asks: Isn't this what apr_table_merge is for? + nd replies: yep. But cookies won't be merged, because browsers don't + support it. +1: nd *) Fix memory leak in mod_rewrite. PR 27862. (2.0 + 1.3) @@ -181,6 +184,8 @@ PATCHES TO BACKPORT FROM 2.1 modules/filters/mod_include.c: r1.296 jerenkrantz: ISTR, we forbid recursive checks elsewhere, but I've completely forgotten where. + nd: we stop recursions in the core now (for subrequests and internal + redirects). Therefore the check here is no longer necessary. +1: nd *) mod_dav: Send an EOS at the end of the multistatus brigade.