From: Yann Ylavic Date: Tue, 28 Oct 2014 10:18:43 +0000 (+0000) Subject: Follow up to r1632742: CHANGES entry. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=371ba6957fcf89cb9281560d9a6a7d50c3efe690;p=thirdparty%2Fapache%2Fhttpd.git 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 5229e805f58..28e96e35c96 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 ]