From: Graham Leggett Date: Sat, 18 Aug 2001 17:01:48 +0000 (+0000) Subject: Update the CHANGES file X-Git-Tag: 2.0.25~299 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7b54d96bde7d894e5c56624be7a38f639ce96ab;p=thirdparty%2Fapache%2Fhttpd.git Update the CHANGES file 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 --- diff --git a/CHANGES b/CHANGES index a56ba92355b..a26c0e9ef0c 100644 --- 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 , Graham Leggett] + + *) Added the LDAP cache and connection pooling module mod_ldap. + [Dave Carrigan , 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]