]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Sync backports.
authorErik Abele <erikabele@apache.org>
Fri, 7 Jan 2005 17:24:07 +0000 (17:24 +0000)
committerErik Abele <erikabele@apache.org>
Fri, 7 Jan 2005 17:24:07 +0000 (17:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124544 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6ef80324a646494e051402c28bb5f98c11ef2d38..ecd89f8496372680d0d21f2dbaf6db2d2de32b8b 100644 (file)
--- 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.