You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2007/10/08 14:40:05 UTC

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

Author: jim
Date: Mon Oct  8 05:40:04 2007
New Revision: 582802

URL: http://svn.apache.org/viewvc?rev=582802&view=rev
Log:
Remove backported changed which have been
forgotten to be removed...

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=582802&r1=582801&r2=582802&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Oct  8 05:40:04 2007
@@ -18,18 +18,9 @@
      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,14 +44,8 @@
      or remote port can be logged.  PR 43415.  [Adam Hasselbalch Hansen 
      <ah...@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>]