From: Jim Jagielski Date: Sun, 10 Oct 2004 22:02:46 +0000 (+0000) Subject: Vote for a useful little addition X-Git-Tag: 2.0.53~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=864611b91fbfee5975fbeb8bb1bd9115b404cbd9;p=thirdparty%2Fapache%2Fhttpd.git Vote for a useful little addition PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105401 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d0e1a1f14ce..8cde0919344 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/10/05 00:29:48 $] +Last modified at [$Date: 2004/10/10 22:02:46 $] Release: @@ -75,6 +75,14 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) Allow for the use of --with-module=foo:bar where the ./modules/foo + directory is a local addition to the ./modules directory. + Assumes, of course, that the required files are in ./modules/foo, + but makes it easier to statically build "external" modules by + simply adding them to ./modules. + modules/config5.m4: 1.4 + +1: jim + *) mod_auth_ldap: Handle the inconsistent way in which the MS LDAP library handles special characters. http://issues.apache.org/bugzilla/showattachment.cgi?attach_id=12919