]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Vote and promote
authorRuediger Pluem <rpluem@apache.org>
Thu, 14 Aug 2014 14:08:16 +0000 (14:08 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 14 Aug 2014 14:08:16 +0000 (14:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1617949 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a0a42c52f45498fed14135f2de16babaa78728af..ec349a6f125d43751d55cdecdeb0f09a05844409 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -99,10 +99,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 ]
-
   *) SECURITY: CVE-2013-5704 (cve.mitre.org)
      core: HTTP trailers could be used to replace HTTP headers
      late during request processing, potentially undoing or
@@ -113,7 +109,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1610686 (mod_log_config ^XX support) 
                   http://svn.apache.org/r1610707 (mod_log_cofnig ^XX support)
      2.2.x patch:  http://people.apache.org/~covener/patches/httpd-2.2.x-trailers-2.diff
-     +1: covener, wrowe
+     +1: covener, wrowe, rpluem
     
    * mod_deflate: Fix reentrance in output and input filters (buffering of
                   incomplete Zlib header or validation bytes). PR 46146.
@@ -134,7 +130,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: https://svn.apache.org/r1604458 (2.4.10)
      2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_deflate_reentrant_with_CHANGES_v4.patch
                   (modulo CHANGES)
-     +1: ylavic, wrowe
+     +1: ylavic, wrowe, rpluem
      ylavic: v4 is now merging correctly after http://svn.apache.org/r1611806
 
    *) core: Detect incomplete request and response bodies, log an error and
@@ -143,7 +139,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://svn.apache.org/r1570324 (2.4.8)
      2.2.x patch: http://people.apache.org/~ylavic/2.2.x-http_filter_incomplete.patch
                   (modulo CHANGES)
-     +1: ylavic, wrowe
+     +1: ylavic, wrowe, rpluem
+
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
 
    * mpm_winnt service.c: Accept utf-8 service names/descriptions for i18n.
      trunk patches: http://svn.apache.org/r1611165