From: Nick Kew Date: Tue, 25 Nov 2008 15:03:27 +0000 (+0000) Subject: Vote, promote X-Git-Tag: 2.2.11~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=636f74779449171d64e40690896f8512dd873954;p=thirdparty%2Fapache%2Fhttpd.git Vote, promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@720510 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5095ab99357..6a22ab72f41 100644 --- a/STATUS +++ b/STATUS @@ -86,6 +86,19 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * mod_rewrite: Export and install the mod_rewrite.h header to ensure the + optional rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are + available to third party modules. + Trunk version of patch: + http://svn.apache.org/viewvc?rev=704726&view=rev + http://svn.apache.org/viewvc?rev=704845&view=rev + Backport version to 2.2: + http://people.apache.org/~minfrin/httpd-mod-rewrite.diff + +1: minfrin, niq + rpluem says: The patch to ap_mmn.h does only contain the comment, but does + not change the #define. Once this is fixed I am +1. + niq notes: the patch appears to have been updated to secure rpluem +1; + promoting on that basis. PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -108,18 +121,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: -1: rpluem: jorton found some problems with the trunk version and they should be fixed / discussed in trunk before we backport. - * mod_rewrite: Export and install the mod_rewrite.h header to ensure the - optional rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are - available to third party modules. - Trunk version of patch: - http://svn.apache.org/viewvc?rev=704726&view=rev - http://svn.apache.org/viewvc?rev=704845&view=rev - Backport version to 2.2: - http://people.apache.org/~minfrin/httpd-mod-rewrite.diff - +1: minfrin - rpluem says: The patch to ap_mmn.h does only contain the comment, but does - not change the #define. Once this is fixed I am +1. - * mod_log_config: Add in useful feature, %k which logs the keepalives value. PR: 45762 Trunk version of patch: