]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, promote
authorNick Kew <niq@apache.org>
Tue, 2 Dec 2008 21:54:44 +0000 (21:54 +0000)
committerNick Kew <niq@apache.org>
Tue, 2 Dec 2008 21:54:44 +0000 (21:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@722626 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9067f289a158f8ed1e1796b2054960b7ab2449d8..db3dd4c75f3914f288abf9cd71ffd3173d40b47f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -86,9 +86,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
    * core: Allow ap_invoke_handler to pass AP_FILTER_ERROR through as if it
      were a reserved return code (OK/DECLINED) instead of converting it to 
      internal server error. 
@@ -102,7 +99,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         http://svn.apache.org/viewvc?rev=722213&view=rev
       Backport version for 2.2.x of updated patch:
         http://people.apache.org/~covener/2.2.x-ap_filter_error+722081+722213.diff
-      +1: covener, rpluem
+      +1: covener, rpluem, niq
       rpluem says: 1. There is a bogus entry in your patch to CHANGES
                    2. I guess we should also consider r722213, because
                       with the current state of the patch we IMHO create
@@ -110,6 +107,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                       results in AP_FILTER_ERROR before sending the page.
       covener says: r722213 added and extra CHANGES entry removed (reset niq's +1)
 
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).