From: Nick Kew Date: Tue, 8 May 2007 22:01:16 +0000 (+0000) Subject: vote&promote low-hanging fruit X-Git-Tag: 2.2.5~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8707cbf07866a6394aa6f91b2967ef91b9bed8da;p=thirdparty%2Fapache%2Fhttpd.git vote&promote low-hanging fruit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536348 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 49386314215..8e4eb471666 100644 --- a/STATUS +++ b/STATUS @@ -105,6 +105,24 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: (It also works for httpd-2.2.x). +1: jfclere, rpluem, wrowe + * core: Add extern "C" linkage to several headers to make it easier to use + them in C++ code. + PR: 42286 + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=535169 + 2.2.x version of patch: + Trunk version works + +1: rpluem, wrowe, niq + + * mod_so: Backport 520733; more helpful LoadModule feedback, so it reads; + Syntax error in -C/-c directive: + API module structure 'ftp_module' in file /.../modules/mod_ftp.so + is garbled - expected signature 41503232 but saw 41503230 - + perhaps this is not an Apache module DSO, or was compiled + for a different Apache version? + http://svn.apache.org/viewvc?view=rev&rev=520733 + +1: wrowe, rpluem, niq + PATCHES PROPOSED TO BACKPORT FROM TRUNK: * ApacheMonitor: Fix Windows Vista detection. @@ -176,15 +194,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: cache during the quick handler phase. If there are still questions we should continue the discussion on the list. - * core: Add extern "C" linkage to several headers to make it easier to use - them in C++ code. - PR: 42286 - Trunk version of patch: - http://svn.apache.org/viewvc?view=rev&revision=535169 - 2.2.x version of patch: - Trunk version works - +1: rpluem, wrowe - * mod_cache: Add CacheIgnoreQueryString directive to cache requests with a query string even if no expiration time is specified. PR: 41484 @@ -194,15 +203,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version works +1: rpluem - * mod_so: Backport 520733; more helpful LoadModule feedback, so it reads; - Syntax error in -C/-c directive: - API module structure 'ftp_module' in file /.../modules/mod_ftp.so - is garbled - expected signature 41503232 but saw 41503230 - - perhaps this is not an Apache module DSO, or was compiled - for a different Apache version? - http://svn.apache.org/viewvc?view=rev&rev=520733 - +1: wrowe, rpluem - PATCHES/ISSUES THAT ARE STALLED * PKCS#7: backport PCKS#7 patches from trunk.