]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update the CHANGES file
authorGraham Leggett <minfrin@apache.org>
Sat, 18 Aug 2001 17:01:48 +0000 (17:01 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 18 Aug 2001 17:01:48 +0000 (17:01 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90325 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a56ba92355bb10247e57b427bfe704a882ea40cb..a26c0e9ef0c7e770322c1aa29e5c808a9eb24b0a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
 Changes with Apache 2.0.25-dev
 
+  *) Added the LDAP authentication module mod_auth_ldap.
+     [Dave Carrigan <dave@rudedog.org>, Graham Leggett]
+
+  *) Added the LDAP cache and connection pooling module mod_ldap.
+     [Dave Carrigan <dave@rudedog.org>, Graham Leggett]
+
   *) Fix --enable-modules=all breakage with mod_auth_db and mod_auth_digest
      by allowing a module to disable itself if its prerequisites are not
      met.  [Justin Erenkrantz]