]> granicus.if.org Git - apache/commitdiff
Vote + promote
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 13 Apr 2015 05:03:31 +0000 (05:03 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 13 Apr 2015 05:03:31 +0000 (05:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673106 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0e9dd179033851641e3b3bfb77e512db15da0748..a66c1b604be07d40010ad18b5aed15602502e3cc 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -106,7 +106,19 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_buffer: Forward flushed input data immediately and avoid (unlikely)
+                 access to freed memory.
+     trunk patch: http://svn.apache.org/r1632742
+                  http://svn.apache.org/r1634836 (CHANGES entry)
+     2.4.x patches: trunk works (modulo CHANGES).
+     +1: ylavic, covener, rjung
+     ylavic: http://people.apache.org/~ylavic/httpd-r1632742-x-w.diff is the
+             same patch without space changes (may be easier to review).
 
+  *) core.c: Fix warnings about unused variables
+     trunk patch: http://svn.apache.org/r1661486
+     2.4.x patch: trunk works
+     +1: trawick, rjung, jailletc36
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -124,15 +136,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ap_proxy_define_match_worker.patch
      +1: ylavic
 
-   * mod_buffer: Forward flushed input data immediately and avoid (unlikely)
-                 access to freed memory.
-     trunk patch: http://svn.apache.org/r1632742
-                  http://svn.apache.org/r1634836 (CHANGES entry)
-     2.4.x patches: trunk works (modulo CHANGES).
-     +1: ylavic, covener, rjung
-     ylavic: http://people.apache.org/~ylavic/httpd-r1632742-x-w.diff is the
-             same patch without space changes (may be easier to review).
-
    * mod_proxy_ajp: Fix client connection errors handling and logged status
                     when it occurs.  PR 56823.
      trunk patch: http://svn.apache.org/r1643537
@@ -276,11 +279,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (modulo CHANGES)
      +1: ylavic, rjung
 
-  *) core.c: Fix warnings about unused variables
-     trunk patch: http://svn.apache.org/r1661486
-     2.4.x patch: trunk works
-     +1: trawick, rjung
-
   *) core: Add CGIPassAuth directive to control whether HTTP authorization
      headers are passed to scripts as CGI variables.  PR: 56855
      trunk patch: http://svn.apache.org/r1642847