]> granicus.if.org Git - apache/commitdiff
mod_auth_ldap backports
authorBradley Nicholes <bnicholes@apache.org>
Wed, 4 Aug 2004 23:17:53 +0000 (23:17 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 4 Aug 2004 23:17:53 +0000 (23:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104494 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 22aed4e4a92dc1e1853141167e1d846eb07a4f15..505363b01dba2fcc2320422b9a766c52a9eb4dc2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -39,18 +39,6 @@ Changes with Apache 2.1.0-dev
      that are not shown because the subrequest returned 401 or 403. 
      PR 10575.  [Paul Querna]
 
-  *) util_ldap: Switched the lock types on the shared memory cache 
-     from thread reader/writer locks to global mutexes in order to 
-     provide cross process cache protection. [Brad Nicholes]
-     
-  *) util_ldap: Reworked the cache locking scheme to eliminate duplicate 
-     cache entries in the credentials cache due to race conditions.
-     [Brad Nicholes]
-     
-  *) util_ldap: Enhanced the util_ldap cache-info display to show more 
-     detail about the contents and current state of the cache. 
-     [Brad Nicholes]
-     
   *) mod_headers: implement "Early" processing option in post_read_request
      to enable Header and RequestHeader directives to be used to set up
      testcases for pre-fixups request phases [Nick Kew]
@@ -423,6 +411,18 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.51
 
+  *) util_ldap: Switched the lock types on the shared memory cache 
+     from thread reader/writer locks to global mutexes in order to 
+     provide cross process cache protection. [Brad Nicholes]
+     
+  *) util_ldap: Reworked the cache locking scheme to eliminate duplicate 
+     cache entries in the credentials cache due to race conditions.
+     [Brad Nicholes]
+     
+  *) util_ldap: Enhanced the util_ldap cache-info display to show more 
+     detail about the contents and current state of the cache. 
+     [Brad Nicholes]
+     
   *) Enable the option to support anonymous shared memory in mod_ldap.
      This makes the cache work on Linux again. [Graham Leggett]