]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose, vote, note
authorNick Kew <niq@apache.org>
Mon, 12 Nov 2007 00:31:16 +0000 (00:31 +0000)
committerNick Kew <niq@apache.org>
Mon, 12 Nov 2007 00:31:16 +0000 (00:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@593997 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index bce81049f2c9e5ef4e3962b11e2cef52b93f7133..72b5f5fcd8b6b78d9a100d76c2b0ef78d088c225 100644 (file)
--- 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