You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2012/07/22 13:26:35 UTC

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

Author: rjung
Date: Sun Jul 22 11:26:35 2012
New Revision: 1364262

URL: http://svn.apache.org/viewvc?rev=1364262&view=rev
Log:
Remove items from trunk CHANGES that have been ported back to 2.4.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1364262&r1=1364261&r2=1364262&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sun Jul 22 11:26:35 2012
@@ -17,14 +17,9 @@ Changes with Apache 2.5.0
      calculating how many additional connections may be accepted.
      [Stefan Fritsch]
 
-  *) mod_deflate: Skip compression if compression is enabled at SSL level.
-     [Stefan Fritsch]
-
   *) mod_ext_filter: Fix error_log spam when input filters are configured.  
      [Joe Orton]
 
-  *) mod_rewrite: Add "AllowAnyURI" option. PR 52774. [Joe Orton]
-
   *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
 
   *) mod_authz_core: If an expression in "Require expr" returns denied and
@@ -47,9 +42,6 @@ Changes with Apache 2.5.0
      log a message to the main error log pointing to the appropriate
      virtual host error log. [Stefan Fritsch]
 
-  *) mod_ldap: Treat the "server unavailable" condition as a transient
-     error with all LDAP SDKs.  [Filip Valder <filip.valder vsb.cz>]
-
   *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
      for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
      Christophe Renou, Peter Sylvester]
@@ -93,17 +85,6 @@ Changes with Apache 2.5.0
      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
      PR 51257. [Guenter Knauf]
 
-  *) mod_authz_core: Fix parsing of Require arguments in <AuthzProviderAlias>.
-     PR 53048. [Stefan Fritsch]
-
-  *) mod_proxy_fcgi: If there is an error reading the headers from the
-     backend, send an error to the client. PR 52879. [Stefan Fritsch]
-
-  *) mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.
-     PR 53023. [Axel Reinhold <apache freakout.de>, André Malo]
-
-  *) Fix MPM DSO load failure on AIX.  [Jeff Trawick]
-
   *) core: Add the port number to the vhost's name in the scoreboard.
      [Stefan Fritsch]