]> granicus.if.org Git - apache/commitdiff
CHANGES: backported features to 2.4.x
authorJacob Champion <jchampion@apache.org>
Fri, 24 Mar 2017 18:02:48 +0000 (18:02 +0000)
committerJacob Champion <jchampion@apache.org>
Fri, 24 Mar 2017 18:02:48 +0000 (18:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1788512 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6fd2c7cca7efec850a5ea918cd45a6278b9e6abe..1a5e67658a9c2dcd34f728a1f23fe8c17355ab11 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -19,11 +19,6 @@ Changes with Apache 2.5.0
   *) MPMs unix: Place signals handlers and helpers out of DSOs to avoid
      a possible crash if a signal is caught during (graceful) restart.
      PR 60487.  [Yann Ylavic]
-
-  *) mod_cache: Fix a regression in 2.4.25 for the forward proxy case by
-     computing and using the same entity key according to when the cache
-     checks, loads and saves the request.
-     PR 60577.  [Yann Ylavic]
   
   *) mod_proxy: Allow the per-request environment variable "no-proxy" to
      be used as an alternative to ProxyPass /path !. This is primarily
@@ -36,9 +31,6 @@ Changes with Apache 2.5.0
 
   *) mod_proxy_hcheck: Don't validate timed out responses.  [Yann Ylavic]
 
-  *) mod_proxy_hcheck: Ensure thread-safety when concurrent healthchecks are
-     in use (ProxyHCTPsize > 0).  PR 60071.  [Yann Ylavic, Jim Jagielski]
-
   *) mod_proxy_fcgi: Return to 2.4.20-and-earlier behavior of leaving
      a "proxy:fcgi://" prefix in the SCRIPT_FILENAME environment variable by
      default.  Add ProxyFCGIBackendType to allow the type of backend to be