]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, Promote.
authorYann Ylavic <ylavic@apache.org>
Thu, 22 Dec 2016 23:40:36 +0000 (23:40 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 22 Dec 2016 23:40:36 +0000 (23:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1775778 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6d60be71679006b352d5c71614053ee8793b6367..b930697a84c5b5bef00ff8fdc4f7075335cbab84 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -119,34 +119,11 @@ 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 ]
-
-  *) mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
-     allowing per backend TLS configuration.
-     trunk patch: http://svn.apache.org/r1740928
-                  http://svn.apache.org/r1740960
-                  http://svn.apache.org/r1740967
-                  http://svn.apache.org/r1740987
-                  http://svn.apache.org/r1740998
-                  http://svn.apache.org/r1742697
-                  http://svn.apache.org/r1756976
-     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1740928_and_co.patch
-     +1: ylavic
-
-  *) event: close a race condition where we might re-enable listeners while they
-     are already or about to be closed.
-     trunk patch: http://svn.apache.org/r1774541
-     2.4.x patch: trunk works
-     +1: ylavic, jim
-
   *) mod_proxy_express.c: Silence compiler warning
      "111: warning: 'backend' may be used uninitialized in this function"
      trunk patch: http://svn.apache.org/r1741570
      2.4.x patch: trunk works
-     +1: rjung, jim
+     +1: rjung, jim, ylavic
 
   *) mod_ssl: Silence compiler warning
      "686: warning: 'ok' may be used uninitialized in
@@ -157,20 +134,42 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      have set "ok".
      trunk patch: http://svn.apache.org/r1775173
      2.4.x patch: trunk works
-     +1: rjung, jim
+     +1: rjung, jim, ylavic
 
   *) core: remove isascci check before narrower checks in vhost checking
      trunk patch: http://svn.apache.org/r1775199
                   http://svn.apache.org/r1775664
      2.4.x patch: trunk works + CHANGES
-     +1: covener, jim
+     +1: covener, jim, ylavic
 
   *) mod_http: Optimize bad headers handling workflow
      Trunk version of patch:
       http://svn.apache.org/r1775195
      Backport version for 2.4.x of patch:
       Trunk version of patch works
-     +1: rpluem, jim
+     +1: rpluem, jim, ylavic
+
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
+
+  *) mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
+     allowing per backend TLS configuration.
+     trunk patch: http://svn.apache.org/r1740928
+                  http://svn.apache.org/r1740960
+                  http://svn.apache.org/r1740967
+                  http://svn.apache.org/r1740987
+                  http://svn.apache.org/r1740998
+                  http://svn.apache.org/r1742697
+                  http://svn.apache.org/r1756976
+     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1740928_and_co.patch
+     +1: ylavic
+
+  *) event: close a race condition where we might re-enable listeners while they
+     are already or about to be closed.
+     trunk patch: http://svn.apache.org/r1774541
+     2.4.x patch: trunk works
+     +1: ylavic, jim
 
   *) util_fcgi: Fix crash with empty-valued envvars. PR60275
      trunk patch: http://svn.apache.org/r1775487.
@@ -180,7 +179,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) ext_filter: Don't eat error buckets. PR60375
      trunk patch: http://svn.apache.org/r1775770
      2.4 patch: trunk works
-     +1 covener
+     +1: covener, ylavic
      
   *) mod_proxy_{ajp,fcgi}: Fix a possible crash when reusing an established
      backend connection, happening with LogLevel trace2 or higher configured,