]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1764046 from trunk: follow up to r1766683: CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Mon, 14 Nov 2016 11:36:35 +0000 (11:36 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 14 Nov 2016 11:36:35 +0000 (11:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1769599 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 04d511c1b66f9fa3651b9dd083e195db8c2f109c..8b982abc1534f9330326b759fecfb1f6c65f5f80 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
 
 Changes with Apache 2.4.24
 
+  *) mod_dav: Fix a potential cause of unbounded memory usage or incorrect
+     behavior in a routine that sends <DAV:response>'s to the output filters.
+     [Evgeny Kotkov]
+
   *) mod_http2: new directive 'H2PushResource' to enable early pushes before 
      processing of the main request starts. Resources are announced to the 
      client in Link headers on a 103 early hint response.