From: Eric Covener Date: Tue, 20 Mar 2018 21:20:53 +0000 (+0000) Subject: backported X-Git-Tag: 2.5.0-alpha2-ci-test-only~2771 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3825534a028c3c6bed70aa4d1f1f30af0228b667;p=thirdparty%2Fapache%2Fhttpd.git backported git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827361 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2f57f83cef4..36250c224d6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,6 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 - *) core: On ECBDIC platforms, some errors related to oversized headers - may be misreported or be logged as ASCII escapes. PR62200 - [Hank Ibell ] - *) mod_remoteip: make proxy-protocol work on slave connections, e.g. in HTTP/2 requests. See also https://github.com/roadrunner2/mod-proxy-protocol/issues/6 [Stefan Eissing]