]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Vote and add back a patch proposal that is also contained in r557837.
authorRuediger Pluem <rpluem@apache.org>
Mon, 23 Jul 2007 19:55:36 +0000 (19:55 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 23 Jul 2007 19:55:36 +0000 (19:55 +0000)
  It was wrong in r557837 but this is fixed by r557972.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558848 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index db3ee6336e234341c15a3b9b1b0c5f2210a710ef..11d0bdc16ecb601ef4514352db03e05e0ea5cc46 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -256,22 +256,22 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     * support/htcacheclean.c:  Trivial cleanups
       PR: 38699 - Christophe JAILLET
       http://svn.apache.org/viewvc?view=rev&revision=557837
-      +1: niq, trawick
+      +1: niq, trawick, rpluem
 
     * mod_cache:       Trivial cleanups
       PR: 42005 - Christophe JAILLET
       http://svn.apache.org/viewvc?view=rev&revision=557837
-      +1: niq, trawick
+      +1: niq, trawick, rpluem
 
     * server/request.c:        Trivial cleanups
       PR: 42006 - Christophe JAILLET
       http://svn.apache.org/viewvc?view=rev&revision=557837
-      +1: niq, trawick
+      +1: niq, trawicki, rpluem
 
     * Worker and Event MPMs: Trivial cleanups
       PR: 42007 - Christophe JAILLET
       http://svn.apache.org/viewvc?view=rev&revision=557837
-      +1: niq, trawick
+      +1: niq, trawick, rpluem
 
     * server/util.c, modules/mappers/mod_rewrite.c: Trivial cleanups
       PR: 42009 - Christophe JAILLET
@@ -283,6 +283,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        niq: agrees with rpluem, and points to my post to dev@httpd
        from this morning.  This trivial cleanup is r557837+r558133.
 
+    * multiple files,  Trivial cleanups
+      PR: 39518 - Christophe JAILLET
+      http://svn.apache.org/viewvc?view=rev&revision=557837
+      http://svn.apache.org/viewvc?view=rev&revision=557972
+      +1: rpluem
+
     * mod_proxy: Enable ProxySet inside <Proxy> section to create balancer or
       worker if they were not already created. This allows to have ProxySet
       directive before BalancerMember directives inside Proxy section.