From: Graham Leggett Date: Tue, 18 Sep 2018 21:42:41 +0000 (+0000) Subject: Fix the CHANGES file so that backports went into the correct place. X-Git-Tag: 2.4.36~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae00417cad05e2ca3134f4d8e899f2233ee24640;p=thirdparty%2Fapache%2Fhttpd.git Fix the CHANGES file so that backports went into the correct place. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1841264 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 90547fc4455..51057f6caa5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,6 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.36 -Changes with Apache 2.4.35 - *) mod_proxy_hcheck: Fix issues with TCP health checks. PR 61499 [Dominik Stillhard ] @@ -15,6 +13,8 @@ Changes with Apache 2.4.35 the new 'client64' field in worker_score. PR 54848 [Bernhard Schmidt , Jim Jagielski] +Changes with Apache 2.4.35 + *) http: Enforce consistently no response body with both 204 and 304 statuses. [Yann Ylavic]