]> granicus.if.org Git - apache/commitdiff
Remove some backported item
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 16 Oct 2014 21:50:08 +0000 (21:50 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 16 Oct 2014 21:50:08 +0000 (21:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1632443 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index ba5ea5877ab45a538b6b060ce18bddad3fa1accd..30e58e1fa99b54924146b19796729370f24b79d7 100644 (file)
--- 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 <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]