From: Evgeny Kotkov Date: Mon, 10 Oct 2016 09:50:44 +0000 (+0000) Subject: Following up on r1764040, add the CHANGES entry. X-Git-Tag: 2.5.0-alpha~1102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79cd2504d350e66144dd543cf83ddefc421e916b;p=thirdparty%2Fapache%2Fhttpd.git Following up on r1764040, add the CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1764046 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 650a3657dd5..4630dc2839a 100644 --- 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 '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]