You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by er...@apache.org on 2005/01/07 18:24:15 UTC

svn commit: r124544 - /httpd/httpd/trunk/CHANGES

Author: erikabele
Date: Fri Jan  7 09:24:07 2005
New Revision: 124544

URL: http://svn.apache.org/viewcvs?view=rev&rev=124544
Log:
Sync backports.


Modified:
   httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?view=diff&rev=124544&p1=httpd/httpd/trunk/CHANGES&r1=124543&p2=httpd/httpd/trunk/CHANGES&r2=124544
==============================================================================
--- httpd/httpd/trunk/CHANGES	(original)
+++ httpd/httpd/trunk/CHANGES	Fri Jan  7 09:24:07 2005
@@ -513,6 +513,11 @@
 
 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.