]> granicus.if.org Git - apache/commitdiff
Merged in 2.4.x
authorJim Jagielski <jim@apache.org>
Thu, 2 Aug 2012 13:36:17 +0000 (13:36 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 2 Aug 2012 13:36:17 +0000 (13:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368469 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 24473a650c31c8829c8034dd0f1ff76151cd5421..090214779dc87474ad9b35efdd3658915e36a9b1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -14,15 +14,6 @@ Changes with Apache 2.5.0
   *) mod_lua: Move LUA_COMPAT_ALL into the right place, so it will
      activate compatibility mode for Lua 5.2. [Daniel Gruno]
 
-  *) mod_proxy: Fix memory leak or possible corruption in ProxyBlock
-     implementation.  [Ruediger Pluem, Joe Orton]
-
-  *) mod_proxy: Check hostname from request URI against ProxyBlock list,
-     not forward proxy, if ProxyRemote* is configured.  [Joe Orton]
-
-  *) mod_proxy_connect: Avoid DNS lookup on hostname from request URI 
-     if ProxyRemote* is configured.  PR 43697.  [Joe Orton]
-
   *) mod_lbmethod_heartbeat, mod_heartmonitor: Respect DefaultRuntimeDir/
      DEFAULT_REL_RUNTIMEDIR for the heartbeat storage file.  [Jeff Trawick]