
jim at apache
Aug 2, 2012, 6:36 AM
Post #1 of 1
(25 views)
Permalink
|
|
svn commit: r1368469 - /httpd/httpd/trunk/CHANGES
|
|
Author: jim Date: Thu Aug 2 13:36:17 2012 New Revision: 1368469 URL: http://svn.apache.org/viewvc?rev=1368469&view=rev Log: Merged in 2.4.x Modified: httpd/httpd/trunk/CHANGES Modified: httpd/httpd/trunk/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1368469&r1=1368468&r2=1368469&view=diff ============================================================================== --- httpd/httpd/trunk/CHANGES [utf-8] (original) +++ httpd/httpd/trunk/CHANGES [utf-8] Thu Aug 2 13:36:17 2012 @@ -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]
|