]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, promote
authorNick Kew <niq@apache.org>
Tue, 25 Nov 2008 15:03:27 +0000 (15:03 +0000)
committerNick Kew <niq@apache.org>
Tue, 25 Nov 2008 15:03:27 +0000 (15:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@720510 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5095ab99357995db0f0d97e5dfd67ffa5cb98b97..6a22ab72f41f6e3cfaf272d6fd05f54acafc0511 100644 (file)
--- 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: