From: Stefan Eissing Date: Tue, 11 Sep 2018 14:06:15 +0000 (+0000) Subject: cleanup after backport X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cf96927938ef39a6d8056a9a89efc839d4f4671;p=apache cleanup after backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1840575 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 51c9379140..d2dafc20f6 100644 --- a/CHANGES +++ b/CHANGES @@ -35,9 +35,6 @@ Changes with Apache 2.5.1 *) mod_ratelimit: Don't interfere with "chunked" encoding, fixing regression introduced in 2.4.34. PR 62568. [Yann Ylavic] - *) http: Enforce consistently no response body with both 204 and 304 - statuses. [Yann Ylavic] - *) mod_proxy_http: forward 100-continue, and minimize race conditions when reusing backend connections. PR 60330. [Yann Ylavic, Jean-Frederic Clere] @@ -93,7 +90,7 @@ Changes with Apache 2.5.1 TLSv1.2 or lower ciphers are not relevant, as cipher suites are completely separate. This means there is a bit if a world split when simultaneously having TLSv1.2 and TLSv1.3 connections to the same server. - [Stefan Eissing] + [Yann Ylavic, Stefan Eissing] *) mod_ssl: proper checks for libressl 2.07/8 and its TLSv1_3 support, see PR 62236. [Bernard Spil ]