]> granicus.if.org Git - apache/commitdiff
* Sync with 2.2.x CHANGES
authorRuediger Pluem <rpluem@apache.org>
Wed, 26 Jul 2006 14:24:32 +0000 (14:24 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 26 Jul 2006 14:24:32 +0000 (14:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@425742 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1c7fa84da578b2de34aa4f021051e0d774a26137..0a036384caad5e6ebfc6c46e9ecc55733c989868 100644 (file)
--- 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 <otaylor redhat.com>]
 
-  *) 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 <dohrayme yahoo.com>, Josh Fenlason <jfenlason ptc.com>]
-
   *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
      final name. [Davi Arnaut <davi haxent.com.br>]
 
@@ -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 <dohrayme yahoo.com>, Josh Fenlason <jfenlason ptc.com>]
+
   *) mod_cache: Do not overwrite the Content-Type in the cache, for
      successfully revalidated cached objects. PR 39647. [Ruediger Pluem]