From: Ruediger Pluem Date: Sun, 2 Sep 2007 09:16:05 +0000 (+0000) Subject: * This one was backported. X-Git-Tag: 2.3.0~1473 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56f42a9278acf4d21cad24e7b89fdda6415c16a8;p=apache * This one was backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@571934 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f419a79c01..a0c281c8d5 100644 --- 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 ] - + *) 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 ] - *) 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.