]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Vote and remove obsolete comments
authorRuediger Pluem <rpluem@apache.org>
Thu, 29 Nov 2007 20:14:17 +0000 (20:14 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 29 Nov 2007 20:14:17 +0000 (20:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599568 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c7a8a70a7b46af8c1cd0eb4077c98c4f2daf2d9e..4d79b441e8d15aeb2d3829a0362d46265fb7fbb9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -146,15 +146,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        http://svn.apache.org/viewvc?view=rev&revision=582652
        http://svn.apache.org/viewvc?view=rev&revision=582631
        http://svn.apache.org/viewvc?view=rev&revision=588806
-     +1: niq
      2.2.x:
        http://people.apache.org/~niq/16508.patch
-     rpluem says: Please merge this proposal with the one for PR 16518
-                  below as both contain the same revision to backport (r588806)
-                  and this backport here has conflicts because it misses
-                  r582631. BTW I am +1 on a backport that contains all revisons
-                  (582630, 582652, 582631, 588806).
-     niq says: done
+     +1: niq, rpluem
 
    * server/protocol.c: Prevent 1-byte overflow on 8192 boundary in
      ap_vrprintf(). PR 43310