From: Erik Abele Date: Fri, 7 Jan 2005 17:24:07 +0000 (+0000) Subject: Sync backports. X-Git-Tag: 2.1.3~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76cc92191b6066f03b9468130109c484c4a6a09a;p=thirdparty%2Fapache%2Fhttpd.git Sync backports. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124544 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 6ef80324a64..ecd89f84963 100644 --- a/CHANGES +++ b/CHANGES @@ -513,6 +513,11 @@ Changes with Apache 2.1.1 Changes with Apache 2.0.53 + *) Allow for the use of --with-module=foo:bar where the ./modules/foo + directory is local only. Assumes, of course, that the required + files are in ./modules/foo, but makes it easier to statically + build/log "external" modules. [Jim Jagielski] + *) Util_ldap: Implemented the util_ldap_cache_getuserdn() API so that ldap authorization only modules have access to the util_ldap user cache without having to require ldap authentication as well.