You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2017/06/02 09:03:57 UTC

svn commit: r1797334 - /httpd/httpd/branches/2.4.x/STATUS

Author: icing
Date: Fri Jun  2 09:03:57 2017
New Revision: 1797334

URL: http://svn.apache.org/viewvc?rev=1797334&view=rev
Log:
vote and promote

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1797334&r1=1797333&r2=1797334&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Jun  2 09:03:57 2017
@@ -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