You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2016/11/14 11:36:35 UTC

svn commit: r1769599 - /httpd/httpd/branches/2.4.x/CHANGES

Author: ylavic
Date: Mon Nov 14 11:36:35 2016
New Revision: 1769599

URL: http://svn.apache.org/viewvc?rev=1769599&view=rev
Log:
Merge r1764040 from trunk: follow up to r1766683: CHANGES entry.

Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1769599&r1=1769598&r2=1769599&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Mon Nov 14 11:36:35 2016
@@ -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.