]> granicus.if.org Git - apache/commitdiff
remove more backported fixes
authorEric Covener <covener@apache.org>
Thu, 20 Feb 2014 18:13:03 +0000 (18:13 +0000)
committerEric Covener <covener@apache.org>
Thu, 20 Feb 2014 18:13:03 +0000 (18:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1570292 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 378571b2daa184de86401967cd4497278bd48e0b..d86fc7c199ca1c3b0d762cd051ee2fe28a12301d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -13,22 +13,10 @@ Changes with Apache 2.5.0
      IDs 02445, 02446, and 02448 to TRACE1 from DEBUG. PR 56145.
      [Joffroy Christen <joffroy.christen solvaxis com>, Eric Covener]
 
-  *) mod_proxy_fcgi: Fix error message when an unexpected protocol version
-     number is received from the application.  PR 56110.  [Jeff Trawick]
-
-  *) mod_remoteip: Use the correct IP addresses to populate the proxy_ips field.
-     PR 55972. [Mike Rumph]
-
   *) 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]
 
-  *) mod_remoteip: Correct the trusted proxy match test. PR 54651.
-     [Yoshinori Ehara <yoshinori ehara gmail com>, Eugene L <eugenel amazon com>]
-
-  *) mod_rewrite: Add %{CONN_REMOTE_ADDR} as the non-useragent counterpart to
-     %{REMOTE_ADDR}. PR 56094. [Edward Lu <Chaosed0 gmail com>]
-
   *) mod_dir: Default to 2.2-like behavior and skip execution when method is
      neither GET nor POST, such as for DAV requests. PR 54914. [Chris Darroch]
 
@@ -36,9 +24,6 @@ Changes with Apache 2.5.0
      redirects to "rewrite-redirect-handler" from "redirect-handler" so
      it is less ambiguous and less likely to be reused. [Eric Covener]
 
-  *) mod_dir: Add DirectoryCheckHandler to allow a 2.2-like behavior, skipping 
-     execution when a handler is already set. PR53929. [Eric Covener]
-
   *) mod_rewrite: Protect against looping with the [N] flag by enforcing a 
      default limit of 10000 iterations, and allowing each rule to change its
      limit. [Eric Covener]