From: Daniel Ruggeri Date: Fri, 6 Jul 2012 19:46:36 +0000 (+0000) Subject: vote and remove old, dead proposal X-Git-Tag: 2.2.23~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f34dd9c44df45faddfa2123993311c094e92847;p=thirdparty%2Fapache%2Fhttpd.git vote and remove old, dead proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1358375 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d68b984266f..8921e5ab188 100644 --- a/STATUS +++ b/STATUS @@ -189,7 +189,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: mechanisms are supported without software updates. trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1352596 2.2.x patch: http://people.apache.org/~ben/httpd-2.2-rfc5878.patch - +1: ben + +1: ben, druggeri + druggeri note: Needs docs for new directive PATCHES/ISSUES THAT ARE STALLED @@ -334,15 +335,6 @@ PATCHES/ISSUES THAT ARE STALLED rpluem says: Mind to update the 2.2.x version of the patch with r1052224, r1052314, r1055246 and r1055570 (Comment fix by Jim)? - * core: Add AllowOverrideList directive - Discussed on mailing list http://marc.info/?l=apache-httpd-dev&m=131111915903270&w=2 - druggeri note: 2.2 documentation patch needed from trunk patch - Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1151654 - 2.2.x patch: http://people.apache.org/~druggeri/patches/httpd-2.2.19.AllowOverrideList.patch - -0 covener: feels like a 2.4 feature && needs druggeri's vote? - sf agrees with covener. This can cause segfaults with some directives, - see r1153676, r1153687. - * cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will be compiled by the build compiler instead of the host compiler. Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.