From: Erik Abele Date: Sat, 8 Jan 2005 02:09:35 +0000 (+0000) Subject: Add backport votes. X-Git-Tag: 2.0.53~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=582658e1dc8eb23a2e8c9a88992abb39d45d7942;p=thirdparty%2Fapache%2Fhttpd.git Add backport votes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@124606 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5e2748c1224..97aa6198ca1 100644 --- a/STATUS +++ b/STATUS @@ -75,6 +75,20 @@ 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! ] + *) modules/config5.m4 & docs/manual/programs/configure.xml: + --with-module can now take more than one module to be statically + linked: + --with-module=:,:,... + If the -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