]> granicus.if.org Git - apache/commitdiff
cleanup after backport
authorStefan Eissing <icing@apache.org>
Tue, 11 Sep 2018 14:06:15 +0000 (14:06 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 11 Sep 2018 14:06:15 +0000 (14:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1840575 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 51c93791402454ba21e982e098b9ae8aa0e864e3..d2dafc20f687ee135deea7f352b03486868d8bbe 100644 (file)
--- 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 <brnrd@freebsd.org>]