From: Nick Kew Date: Mon, 12 Nov 2007 00:31:16 +0000 (+0000) Subject: propose, vote, note X-Git-Tag: 2.2.7~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=746dc011bc4d1fd86f5ad93003047e2eb7bd501e;p=thirdparty%2Fapache%2Fhttpd.git propose, vote, note git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@593997 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index bce81049f2c..72b5f5fcd8b 100644 --- a/STATUS +++ b/STATUS @@ -182,6 +182,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: niq: Oh, I see. You prefer an all-in-one patch for both? rpluem says: Please add a minor bump for the changes to mod_proxy.h. Then I am +1. + niq says: done * core: backport ap_send_interim_response API http://svn.apache.org/viewvc?view=rev&revision=582630 @@ -225,6 +226,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: not a code one. rpluem says: Please add a minor bump for the changes to mod_proxy.h. Then I am +1. + niq says: done * server/protocol.c: Prevent 1-byte overflow on 8192 boundary in ap_vrprintf(). PR 43310 @@ -257,7 +259,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk patches work when applied in succession, but a consolidated patch is at http://people.apache.org/~trawick/sb-charset-consolidated.txt - +1: trawick + +1: trawick, niq * mod_autoindex: Generate valid XHTML output by adding the xhtml namespace. Trunk version of patch: @@ -266,6 +268,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: rpluem, + * mod_authz_groupfile: don't risk crash if r->user isn't set. + PR 42995 + Trunk: n/a + 2.2.x patch: http://people.apache.org/~niq/42995.patch + +1: niq + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when