]> granicus.if.org Git - apache/commitdiff
* This one was backported.
authorRuediger Pluem <rpluem@apache.org>
Sun, 2 Sep 2007 09:16:05 +0000 (09:16 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 2 Sep 2007 09:16:05 +0000 (09:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@571934 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index f419a79c010694923586614f08804c0820bbdfc9..a0c281c8d5eef87debe5b3ed9cc7606260baf730 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -24,7 +24,7 @@ Changes with Apache 2.3.0
 
   *) mime.types: add registered Apple installer type
      PR 40379 [Peter Bierman <pmb+apache apple.com>]
-   
+
   *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
      to authorize an authenticated user via a "require ldap-group X" directive
      where the user is not in group X, but is in a subgroup contained in X.
@@ -96,9 +96,6 @@ Changes with Apache 2.3.0
      only, or else sub-requests and internal redirections may cause
      entire DBD pool to be stashed in a single HTTP request.  [Chris Darroch]
 
-  *) mod_proxy: Add a missing assignment in an error checking code path.
-     PR 40865. [Andrew Rucker Jones <arjones simultan.dyndns.org>]
-
   *) mod_mem_cache: Increase the minimum and default value for
      MCacheMinObjectSize from 0 to 1, as a MCacheMinObjectSize of 0 does not
      make sense and leads to a division by zero.  PR 40576.