From: Yann Ylavic Date: Tue, 28 Oct 2014 10:18:43 +0000 (+0000) Subject: Follow up to r1632742: CHANGES entry. X-Git-Tag: 2.5.0-alpha~3746 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17711285ead030f3a841e40abdf75b0e5abc3f53;p=apache Follow up to r1632742: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1634836 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 5229e805f5..28e96e35c9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_buffer: Forward flushed input data immediatly and avoid (unlikely) + access to freed memory. [Yann Ylavic, Christophe Jaillet] *) mod_proxy_connect: Fix ProxyRemote to https:// backends on EBCDIC systems. PR 57092 [Edward Lu ]