]> granicus.if.org Git - apache/commitdiff
Updated to reflect the backport of the auth_LDAP SSL standardization patch
authorBradley Nicholes <bnicholes@apache.org>
Fri, 7 Mar 2003 20:24:40 +0000 (20:24 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 7 Mar 2003 20:24:40 +0000 (20:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98937 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS

diff --git a/CHANGES b/CHANGES
index f3f202d67a6fb1d0032c0d469ce61cbab320dd24..2859d832080abd6ea55afdda563254a1e7bb259f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -95,14 +95,6 @@ Changes with Apache 2.1.0-dev
   *) Extend the SetEnvIf directive to capture subexpressions of the
      matched value.  [AndrĂ© Malo]
 
-  *) Updated mod_ldap and mod_auth_ldap to support the Novell LDAP SDK 
-     and standardized the LDAP SSL support across the various LDAP SDKs.  
-     Isolated the SSL functionality to mod_ldap rather than speading it 
-     across mod_auth_ldap and mod_ldap.  Also added LDAPTrustedCA
-     and LDAPTrustedCAType directives to mod_ldap to allow for a more 
-     common method of specifying the SSL certificate.
-     [Dave Ward, Brad Nicholes]
-
   *) mod_log_config change optional hook to return previous handler
      [Ian Holsman]
 
@@ -178,6 +170,14 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.45
 
+  *) Updated mod_ldap and mod_auth_ldap to support the Novell LDAP SDK 
+     and standardized the LDAP SSL support across the various LDAP SDKs.  
+     Isolated the SSL functionality to mod_ldap rather than speading it 
+     across mod_auth_ldap and mod_ldap.  Also added LDAPTrustedCA
+     and LDAPTrustedCAType directives to mod_ldap to allow for a more 
+     common method of specifying the SSL certificate.
+     [Dave Ward, Brad Nicholes]
+
   *) Fixed mod_ssl's SSLCertificateChain initialization to no longer 
      skip the first cert of the chain by default.  This misbehavior 
      was introduced in 2.0.34.  PR 14560  [Madhusudan Mathihalli]
diff --git a/STATUS b/STATUS
index 491ddb58e7861e09df69f9d76b2f864963291783..99a2786a494e69580fb8ab2e49f1d7d650a8304c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.1 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/02/24 00:00:05 $]
+Last modified at [$Date: 2003/03/07 20:24:07 $]
 
 Release [NOTE that only Alpha/Beta releases occur in 2.1 development]:
 
@@ -477,9 +477,6 @@ EXPERIMENTAL MODULES:
       (mod_cache: CacheForceCompletion). 
 
     mod_auth_ldap/util_ldap:
-    
-    * Backport cross-platform/cross-library TLS support to 2.0 tree
-    
     * General stabilization and testing