]> granicus.if.org Git - apache/commitdiff
Following up on r1764040, add the CHANGES entry.
authorEvgeny Kotkov <kotkov@apache.org>
Mon, 10 Oct 2016 09:50:44 +0000 (09:50 +0000)
committerEvgeny Kotkov <kotkov@apache.org>
Mon, 10 Oct 2016 09:50:44 +0000 (09:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1764046 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 650a3657dd5276a5de69208ec2917f5d1c20fcc0..4630dc2839a451aa26569ce3421827b058998009 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) 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]
+
   *) event: Avoid listener periodic wake ups by using the pollset wake-ability
      when available.  PR 57399.  [Yann Ylavic, Luca Toscano]