From: Stas Bekman Date: Wed, 10 Dec 2003 02:32:42 +0000 (+0000) Subject: update the backporting candidate with the followup patch info X-Git-Tag: 2.0.49~307 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a00fdadebcfe6c84a161771ae4542c417fc15ba;p=thirdparty%2Fapache%2Fhttpd.git update the backporting candidate with the followup patch info PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102006 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 9406f2b7b9b..2722a0c265b 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/12/09 02:02:41 $] +Last modified at [$Date: 2003/12/10 02:32:42 $] Release: @@ -75,7 +75,10 @@ PATCHES TO BACKPORT FROM 2.1 identify exactly what the proposed changes are! ] * mod_include: fix silent INCLUDES ignoring when Options aren't - set http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/filters/mod_include.c?r1=1.290&r2=1.291 + set by adding a warning + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/filters/mod_include.c?r1=1.290&r2=1.291 + and removing the filter itself + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/filters/mod_include.c?r1=1.291&r2=1.292 +1: stas, nd * mod_dav: Return a WWW-Auth header for MOVE/COPY requests where