]> granicus.if.org Git - apache/commitdiff
Remove backported changed which have been
authorJim Jagielski <jim@apache.org>
Mon, 8 Oct 2007 12:40:04 +0000 (12:40 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 8 Oct 2007 12:40:04 +0000 (12:40 +0000)
forgotten to be removed...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582802 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 82ab3e33a6c463245a1555b3276537bfe248aeca..fc11e76076a189606c2b8f1b3c94e311f3aef920 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -18,18 +18,9 @@ Changes with Apache 2.3.0
      the entity.
      PR 39727 [Nick Kew]
 
-  *) mod_proxy: Don't by default violate RFC2616 by setting
-     Max-Forwards when the client didn't send it to us.
-     Leave that as a configuration option.
-     PR 16137 [Nick Kew]
-
   *) mod_proxy_http: Remove Warning headers with wrong date
      PR 16138 [Nick Kew]
 
-  *) mod_deflate: initialise inflate-out filter correctly when the
-     first brigade contains no data buckets.
-     PR 43512 [Nick Kew]
-
   *) proxy: Fix persistent backend connections
      PR 43472 [Ruediger Pluem]
 
@@ -53,15 +44,9 @@ Changes with Apache 2.3.0
      or remote port can be logged.  PR 43415.  [Adam Hasselbalch Hansen 
      <ahh@one.com>, Ruediger Pluem, Jeff Trawick]
 
-  *) scoreboard: improve error message on apr_shm_create failure
-     PR 40037 [Nick Kew]
-
   *) mod_rewrite: Add the novary flag to RewriteCond.
      [Ruediger Pluem]
 
-  *) mod_proxy_http: Propagate Proxy-Authorization header correctly.
-     PR 25947 [Nick Kew]
-
   *) mod_rewrite: Add option to suppress URL unescaping
      PR 34602 [Guenther Gsenger <guenther.gsenger gmail.com>]