]> granicus.if.org Git - apache/commitdiff
Add CHANGES entries for backports r1677187 and r1678235 (like 2.2.30's).
authorYann Ylavic <ylavic@apache.org>
Mon, 11 May 2015 10:25:35 +0000 (10:25 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 11 May 2015 10:25:35 +0000 (10:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1678717 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index f22738d5339565fd3dee7dcbdeefc6619098bf0e..c1b3a469f654fbe4ed24467487a6cfae47b711f1 100644 (file)
--- 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 <hiding falco.me>]
 
+  *) 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 <tjerk.meesters gmail.com>, Eric Covener]