]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update CHANGES after backports
authorLuca Toscano <elukey@apache.org>
Tue, 6 Jun 2017 08:05:55 +0000 (08:05 +0000)
committerLuca Toscano <elukey@apache.org>
Tue, 6 Jun 2017 08:05:55 +0000 (08:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1797747 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6ef36b323de5711f1ca295927d8db9ded73f1199..f902759f98cc5e83f94c55cac51bbc26dab8c1d3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,9 +5,6 @@ Changes with Apache 2.5.0
      the session in continuous check for state changes that never happen. 
      [Stefan Eissing]
 
-  *) Evaluate nested If/ElseIf/Else configuration blocks.
-     [Luca Toscano, Jacob Champion]
-
   *) Introduce request taint checking framework to prevent privilege
      hijacking through .htaccess. [Nick Kew]
 
@@ -42,9 +39,6 @@ Changes with Apache 2.5.0
   *) mod_proxy_protocol: Add server-side, front-end support for PROXY PROTOCOL
      (http://blog.haproxy.com/haproxy/proxy-protocol/).  [roadrunner2]
      
-  *) mod_proxy_fcgi: Return HTTP 504 rather than 503 in case of proxy timeout.
-     [Luca Toscano]
-
   *) http: Allow unknown response status' lines returned in the form of
      "HTTP/x.x xxx Status xxx".  [Yann Ylavic]