From: Yann Ylavic Date: Mon, 14 Nov 2016 11:36:35 +0000 (+0000) Subject: Merge r1764046 from trunk: follow up to r1766683: CHANGES entry. X-Git-Tag: 2.4.24~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b9a9a912f34aa242ed2f811ca32574f5872c597;p=thirdparty%2Fapache%2Fhttpd.git Merge r1764046 from trunk: follow up to r1766683: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1769599 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 04d511c1b66..8b982abc153 100644 --- 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 '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.