]> granicus.if.org Git - apache/commitdiff
vote and promote
authorStefan Eissing <icing@apache.org>
Fri, 2 Jun 2017 09:03:57 +0000 (09:03 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 2 Jun 2017 09:03:57 +0000 (09:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1797334 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 19c541166da9497905aee582bd2abad7b2a0f9fa..2e39e459a7adfe169a1569e5af906b1479ac37a0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -120,7 +120,12 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
+  *) MPMs unix: Place signals handlers and helpers out of DSOs to avoid a
+     possible crash if a signal is caught during (graceful) restart. PR 60487.
+     trunk patch: http://svn.apache.org/r1783849
+     2.4.x patch: svn merge -c 1783849 ^/httpd/httpd/trunk .
+                  (trunk works, modulo CHANGES)
+     +1: ylavic, wrowe, icing
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -189,13 +194,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-mpm_event-wakeup-v7.1.patch
      +1: ylavic
 
-  *) MPMs unix: Place signals handlers and helpers out of DSOs to avoid a
-     possible crash if a signal is caught during (graceful) restart. PR 60487.
-     trunk patch: http://svn.apache.org/r1783849
-     2.4.x patch: svn merge -c 1783849 ^/httpd/httpd/trunk .
-                  (trunk works, modulo CHANGES)
-     +1: ylavic, wrowe
-
   *) proxy_wstunnel: Restore ability to process other Upgrade: protocols which was
      blocked in r1674632/r1674661.
      trunk patch: http://svn.apache.org/r1792092