From: Erik Abele Date: Wed, 26 Jan 2005 19:04:29 +0000 (+0000) Subject: Remove useless backport. X-Git-Tag: 2.0.53~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd439eccfa75eb0772e9c42e0a6b0189a1e6cf88;p=thirdparty%2Fapache%2Fhttpd.git Remove useless backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@126526 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index dd5da109a9e..2bc6b9e9880 100644 --- a/STATUS +++ b/STATUS @@ -98,14 +98,6 @@ PATCHES TO BACKPORT FROM 2.1 svn rev 124600 +1: erikabele, jerenkrantz - *) modules/config5.m4: for a static module, use a filename with a - lib prefix, see also rev 102381 of acinclude.m4 - svn rev 124599 - jerenkrantz says: r102381 makes static modules follow this convention - by not using mod_*. This just makes the manual - --with-module modules follow. - +1: erikabele, jerenkrantz - *) 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