]> granicus.if.org Git - apache/commitdiff
Vote, promote.
authorYann Ylavic <ylavic@apache.org>
Mon, 28 Sep 2015 09:32:29 +0000 (09:32 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 28 Sep 2015 09:32:29 +0000 (09:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1705633 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 42fb7271877d086f8fdf59d54696ca1a797b884e..847f6883fbe54095267e4ee7ec3c95e7cd608138 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -109,7 +109,19 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_xml2enc: fix spurious (and harmless) test
+     trunk patch: http://svn.apache.org/r1704099
+     2.4.x patch: trunk works
+     +1: jailletc36, minfrin, ylavic
  
+  *) mod_logio: Fix %^FB on initial request on SSL connection by not counting
+     handshake writes as first byte. Also fix processing per Yann's observations
+     about potential problems with e.g. write completion.
+     trunk patch: http://svn.apache.org/r1705099
+                  http://svn.apache.org/r1705134
+     2.4.x patch: trunk works
+     +1: covener, minfrin, ylavic
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -229,19 +241,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (module CHANGES)
      +1: ylavic, minfrin
 
-   *) mod_logio: Fix %^FB on initial request on SSL connection by not counting
-      handshake writes as first byte. Also fix processing per Yann's observations
-      about potential problems with e.g. write completion.
-      trunk patch: http://svn.apache.org/r1705099
-                   http://svn.apache.org/r1705134
-      2.4.x patch: trunk works
-      +1: covener, minfrin
-
-   *) mod_xml2enc: fix spurious (and harmless) test
-      trunk patch: http://svn.apache.org/r1704099
-      2.4.x patch: trunk works
-      +1: jailletc36, minfrin
-
   *) mod_ssl: namespacing changes from May 2015
      trunk patches: https://svn.apache.org/r1674538
                     https://svn.apache.org/r1677143
@@ -274,7 +273,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      PR 58213.
      trunk patch: https://svn.apache.org/r1702643
      2.4.x patch: trunk works (modulo CHANGES)
-     +1: kbrand
+     +1: kbrand, ylavic
 
   *) mod_ssl: Support compilation against libssl built with OPENSSL_NO_SSL3,
      and change the compiled-in default for SSL[Proxy]Protocol to "all -SSLv3".