You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2014/03/01 19:34:25 UTC

svn commit: r1573207 - /httpd/httpd/trunk/CHANGES

Author: covener
Date: Sat Mar  1 18:34:25 2014
New Revision: 1573207

URL: http://svn.apache.org/r1573207
Log:
backported


Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1573207&r1=1573206&r2=1573207&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sat Mar  1 18:34:25 2014
@@ -4,18 +4,9 @@ Changes with Apache 2.5.0
   *) mod_ssl: Do not perform SNI / Host header comparison in case of a
      forward proxy request. [Ruediger Pluem]
 
-  *) mod_rewrite: Add RewriteOptions InheritDown, InheritDownBefore, 
-     and IgnoreInherit to allow RewriteRules to be pushed from parent scopes
-     to child scopes without explicitly configuring each child scope.
-     PR56153.  [Edward Lu <Chaosed0 gmail com>] 
-
   *) mod_lua: Add r:wspeek for checking if there is any data waiting on the line
      [Daniel Gruno]
 
-  *) mod_proxy_wstunnel: Avoid busy loop on client errors, drop message
-     IDs 02445, 02446, and 02448 to TRACE1 from DEBUG. PR 56145.
-     [Joffroy Christen <joffroy.christen solvaxis com>, Eric Covener]
-
   *) mod_proxy: Do not try to parse the regular expressions passed by
      ProxyPassMatch as URL as they do not follow their syntax.
      PR 56074. [Ruediger Pluem]