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/08 03:09:36 UTC

svn commit: r124606 - /httpd/httpd/branches/2.0.x/STATUS

Author: erikabele
Date: Fri Jan  7 18:09:35 2005
New Revision: 124606

URL: http://svn.apache.org/viewcvs?view=rev&rev=124606
Log:
Add backport votes.


Modified:
   httpd/httpd/branches/2.0.x/STATUS

Modified: httpd/httpd/branches/2.0.x/STATUS
Url: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?view=diff&rev=124606&p1=httpd/httpd/branches/2.0.x/STATUS&r1=124605&p2=httpd/httpd/branches/2.0.x/STATUS&r2=124606
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS	(original)
+++ httpd/httpd/branches/2.0.x/STATUS	Fri Jan  7 18:09:35 2005
@@ -75,6 +75,20 @@
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    *) modules/config5.m4 & docs/manual/programs/configure.xml:
+       --with-module can now take more than one module to be statically
+       linked:
+         --with-module=<modtype>:<modfile>,<modtype>:<modfile>,...
+       If the <modtype>-subdirectory doesn't exist it will be created and
+       populated with a standard Makefile.in
+       svn rev 124600
+       +1: erikabele
+
+    *) modules/config5.m4: for a static module, use a filename with a
+       lib prefix, see also rev 102381 of acinclude.m4
+       svn rev 124599
+       +1: erikabele
+
     *) win32: Handle PATH_INFO as opaque byte-wise data for cgi invocation,
               as handled for other variables originally fixed in bug 9223.
               PR: 32730 Submitted by: Richard Donkin <rd9 donkin.org>