From: Yann Ylavic Date: Mon, 11 May 2015 10:25:35 +0000 (+0000) Subject: Add CHANGES entries for backports r1677187 and r1678235 (like 2.2.30's). X-Git-Tag: 2.4.13~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f6d92e46d6c01f4e9c8a2f2770e5ddc14b43296;p=apache Add CHANGES entries for backports r1677187 and r1678235 (like 2.2.30's). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1678717 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f22738d533..c1b3a469f6 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,10 @@ Changes with Apache 2.4.13 rfc822Name and dNSName into SSL_{CLIENT,SERVER}_SAN_{Email,DNS}_n environment variables. Also addresses PR 57207. [Kaspar Brand] + *) dav_validate_request: avoid validating locks and ETags when there are + no If headers providing them on a resource we aren't modifying. + [Ben Reser] + *) mod_proxy_scgi: ProxySCGIInternalRedirect now allows an alternate response header to be used by the application, for when the application or framework is unable to return Location in the internal-redirect @@ -34,6 +38,9 @@ Changes with Apache 2.4.13 deprecation warnings, when encountered in a VirtualHost block. [Falco Schwarz ] + *) mod_log_config: Add %M format to output request duration in + milliseconds. [Ben Reser] + *) Allow FallbackResource to work when a directory is requested and there is no autoindex nor DirectoryIndex. [Jack , Eric Covener]