From: Christophe Jaillet Date: Thu, 16 Oct 2014 21:50:08 +0000 (+0000) Subject: Remove some backported item X-Git-Tag: 2.5.0-alpha~3773 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d943529f48b249ef6ed2240f451a9e9facb667b0;p=apache Remove some backported item git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1632443 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ba5ea5877a..30e58e1fa9 100644 --- a/CHANGES +++ b/CHANGES @@ -34,21 +34,6 @@ Changes with Apache 2.5.0 *) mod_ssl: Add optional function "ssl_get_tls_cb" to allow support for channel bindings. [Simo Sorce ] - *) core: Avoid useless warning message when parsing a section guarded by - if $(foo) is used within the section. - PR 56858 [Christophe Jaillet] - - *) mod_proxy_fcgi: Fix faulty logging of large amounts of stderr from the - application. PR 56858. [Manuel Mausz ] - - *) mod_ratelimit: Drop severity of AH01455 and AH01457 (ap_pass_brigade - failed) messages from ERROR to TRACE1. Other filters do not bother - re-reporting failures from lower level filters. PR56832. [Eric Covener] - - *) mod_proxy_http: Proxy responses with error status and - "ProxyErrorOverride On" hang until proxy timeout. - PR53420 [Rainer Jung] - *) mod_proxy_wstunnel: Concurrent websockets messages could be lost or delayed with ProxyWebsocketAsync enabled. [Edward Lu ] @@ -62,10 +47,6 @@ Changes with Apache 2.5.0 *) mpm_winnt: Normalize the error and status messages emitted by service.c, the service control interface for Windows. [William Rowe] - *) http_protocol: fix logic in ap_method_list_(add|remove) in order: - - to correctly reset bits - - not to modify the 'method_mask' bitfield unnecessarily - *) mod_authnz_ldap: Return LDAP connections to the pool before the handler is run, instead of waiting until the end of the request. [Eric Covener]