From: Ruediger Pluem Date: Wed, 26 Jul 2006 14:24:32 +0000 (+0000) Subject: * Sync with 2.2.x CHANGES X-Git-Tag: 2.3.0~2202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ab2a3a5495c867f433edcaf60b7df9f6bfaf070;p=apache * Sync with 2.2.x CHANGES git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@425742 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 1c7fa84da5..0a036384ca 100644 --- a/CHANGES +++ b/CHANGES @@ -59,10 +59,6 @@ Changes with Apache 2.3.0 checking whether to send a Warning header for a stale response. PR 39713. [Owen Taylor ] - *) mod_authnz_ldap: Fix a problem with invalid auth error detection for - LDAP client SDKs that don't support LDAP_SECURITY_ERROR macro. PR 39529. - [Ray Price , Josh Fenlason ] - *) mod_disk_cache: Delete temporary files if they cannot be renamed to their final name. [Davi Arnaut ] @@ -157,6 +153,14 @@ Changes with Apache 2.3.0 Changes with Apache 2.2.3 + *) mod_authn_alias: Add a check to make sure that the base provider and the + alias names are different and also that the alias has not been registered + before. PR 40051. [Brad Nicholes] + + *) mod_authnz_ldap: Fix a problem with invalid auth error detection for LDAP + client SDKs that don't support the LDAP_SECURITY_ERROR macro. PR 39529. + [Ray Price , Josh Fenlason ] + *) mod_cache: Do not overwrite the Content-Type in the cache, for successfully revalidated cached objects. PR 39647. [Ruediger Pluem]