Discussion:
svn commit: r1632443 - /httpd/httpd/trunk/CHANGES
j***@apache.org
2014-10-16 21:50:08 UTC
Permalink
Author: jailletc36
Date: Thu Oct 16 21:50:08 2014
New Revision: 1632443

URL: http://svn.apache.org/r1632443
Log:
Remove some backported item

Modified:
httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1632443&r1=1632442&r2=1632443&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu Oct 16 21:50:08 2014
@@ -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 <simo redhat.com>]

- *) core: Avoid useless warning message when parsing a section guarded by
- <IfDefine foo> 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 <manuel-asf mausz.at>]
-
- *) 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 <Chaosed0 gmail.com>]
@@ -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]
Loading...