From: Jim Jagielski Date: Mon, 13 Jun 2016 13:05:46 +0000 (+0000) Subject: backported to 2.4.21-dev X-Git-Tag: 2.5.0-alpha~1508 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=342706eb99a0d12190e82783656ec27bd80c0bed;p=thirdparty%2Fapache%2Fhttpd.git backported to 2.4.21-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748216 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 06a6af0159b..0e3a6ffadf1 100644 --- a/CHANGES +++ b/CHANGES @@ -6,20 +6,9 @@ Changes with Apache 2.5.0 dav_failed_proppatch, dav_success_proppatch to mod_dav.h. [Jari Urpalainen , Graham Leggett] - *) mod_dav: Add dav_get_provider_name() function to obtain the name - of the provider from mod_dav. - [Jari Urpalainen ] - - *) mod_proxy_fcgi: Avoid passing a filename of proxy:fcgi:// as - SCRIPT_FILENAME to a FastCGI server. PR59618. - [Jacob Champion ] - *) core: Add -DDUMP_INCLUDES configtest option to show the tree of Included configuration files. [Jacob Champion ] - *) mod_proxy_http2: properly care for HTTP2 flow control of the frontend - connection is HTTP/1.1. [Patch supplied by Evgeny Kotkov] - *) mod_dav: Add support for childtags to dav_error. [Jari Urpalainen ]