]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote for a useful little addition
authorJim Jagielski <jim@apache.org>
Sun, 10 Oct 2004 22:02:46 +0000 (22:02 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 10 Oct 2004 22:02:46 +0000 (22:02 +0000)
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

STATUS

diff --git a/STATUS b/STATUS
index d0e1a1f14ce4b1bf7f055a94dfb146089c8791dd..8cde0919344b946f04dd0b800d4d305e8952051f 100644 (file)
--- 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