From: Jim Jagielski Date: Tue, 4 Sep 2007 11:50:09 +0000 (+0000) Subject: All part of 2.2.6 now. X-Git-Tag: 2.3.0~1458 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da64e3a7b1a70399afdbff72f8bf52c04a34025c;p=thirdparty%2Fapache%2Fhttpd.git All part of 2.2.6 now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@572633 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8f79694ca3c..9ab35668902 100644 --- a/CHANGES +++ b/CHANGES @@ -11,12 +11,6 @@ Changes with Apache 2.3.0 parameters to the environment. Improve portability to EBCDIC machines by using apr_toupper(). [Martin Kraemer] - *) mod_info: mod_info outputs invalid XHTML 1.0 transitional. - PR 42847 [Rici Lake ] - - *) 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. @@ -66,18 +60,10 @@ Changes with Apache 2.3.0 cleanups registered in modules' child_init hooks are performed. [Chris Darroch] - *) mod_cache: Remove expired content from cache that cannot be revalidated. - PR 30370. [Ruediger Pluem] - *) mod_dbd: Stash DBD connections in request_config of initial request only, or else sub-requests and internal redirections may cause entire DBD pool to be stashed in a single HTTP request. [Chris Darroch] - *) 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. - [Xuekun Hu ] - *) Fix issue which could cause error messages to be written to access logs on Win32. PR 40476. [Tom Donovan ] @@ -175,9 +161,6 @@ Changes with Apache 2.3.0 invalidate it. Warn when input filter can invalidate it. [Jeff Trawick] - *) mod_ssl: Fix spurious hostname mismatch warning for valid - wildcard certificates. PR 37911. [Nick Burch ] - *) Authz: Add the new module mod_authn_core that will provide common authn directives such as 'AuthType', 'AuthName'. Move the directives 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias