]> granicus.if.org Git - apache/commitdiff
All backported to 2.2.9-dev now
authorJim Jagielski <jim@apache.org>
Thu, 17 Apr 2008 14:12:13 +0000 (14:12 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 17 Apr 2008 14:12:13 +0000 (14:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@649121 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 101afc7de9c7f39a1aaa495bafeb9638ecb9f194..ca2b0d226b011fafc6742e84bea23b98a9e5644e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -57,9 +57,6 @@ Changes with Apache 2.3.0
      Introduce wrappers for access control hook and provider registration
      which can accept additional mode and flag data.  [Chris Darroch]
 
-  *) http_filters: Don't spin if get an error when reading the
-     next chunk. PR 44381 [Ruediger Pluem]
-
   *) mod_dav: Return "method not allowed" if the destination URI of a WebDAV
      copy / move operation is no DAV resource. PR 44734 [Ruediger Pluem]
 
@@ -83,10 +80,6 @@ Changes with Apache 2.3.0
   *) mod_cache: Handle If-Range correctly if the cached resource was stale.
      PR 44579 [Ruediger Pluem]
 
-  *) mod_speling: remove regression from 1.3/2.0 behavior and
-     drop dependency between mod_speling and AcceptPathInfo.
-     PR 43562 [Jose Kahan <jose w3.org>]
-
   *) mod_ldap: Correctly return all requested attribute values
      when some attributes have a null value. 
      PR 44560 [Anders Kaseorg <anders kaseorg.com>]
@@ -105,12 +98,6 @@ Changes with Apache 2.3.0
      remote proxy failed before and the request has a request body.
      [Ruediger Pluem]
 
-  *) mod_substitute: The default is now flattening the buckets after
-     each substitution. This was mostly done to abide by the
-     Principle Of Least Astonishment. The newly added 'q' flag allows for
-     the quicker, more efficient bucket-splitting if the user so
-     desires. [Jim Jagielski]
-
   *) Added 'disablereuse' option for ProxyPass which, essentially,
      disables connection pooling for the backend servers.
      [Jim Jagielski]
@@ -129,9 +116,6 @@ Changes with Apache 2.3.0
      mod_cache et.al. to trap the results of the redirect. 
      [Dirk-Willem van Gulik, Ruediger Pluem]
 
-  *) ab: Use a 64 bit unsigned int instead of a signed long to count the
-     bytes transferred to avoid integer overflows. PR 44346 [Ruediger Pluem]
-
   *) mod_proxy_ajp: Do not retry request in the case that we either failed to
      sent a part of the request body or if the request is not idempotent.
      PR 44334 [Ruediger Pluem]
@@ -145,9 +129,6 @@ Changes with Apache 2.3.0
      using referrals without the use of the global catalog.
      PRs 26538, 40268, and 42557 [Paul J. Reder]
 
-  *) ab: Do not try to read non existing response bodies of HEAD requests.
-     PR 34275 [Takashi Sato <serai lans-tv.com>]
-
   *) Support chroot on Unix-family platforms
      PR 43596 [Dimitar Pashev <mitko banksoft-bg.com>]