]> granicus.if.org Git - apache/commitdiff
Vote and promote.
authorGraham Leggett <minfrin@apache.org>
Sat, 26 Sep 2015 22:54:42 +0000 (22:54 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 26 Sep 2015 22:54:42 +0000 (22:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1705498 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8e6c179a03c6cbd5acda0f5fb9fad2a9079e7eca..24b16ff105dd5f9e87b55f26355b57b5f65de6eb 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -109,6 +109,21 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_slotmem_shm: Fix slots/SHM files names on restart for systems that
+     can't create new (clear) slots while previous children gracefully stopping
+     still use the old ones (e.g. Windows, OS2). PR 58024.
+     trunk patch: http://svn.apache.org/r1702450
+                  http://svn.apache.org/r1702473
+                  http://svn.apache.org/r1702501
+                  http://svn.apache.org/r1702955
+                  http://svn.apache.org/r1703149
+                  http://svn.apache.org/r1703157
+                  http://svn.apache.org/r1703169
+                  http://svn.apache.org/r1703200
+     2.4.x patch: trunk works (module CHANGES)
+     merge patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_slotmem_shm-generation.patch
+     +1: ylavic, jim, minfrin
+
  
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -207,21 +222,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          svn diff ^/httpd/httpd/branches/2.4.x ^/httpd/httpd/branches/2.4.17-protocols-http2
      +1: icing, jim
 
-  *) mod_slotmem_shm: Fix slots/SHM files names on restart for systems that
-     can't create new (clear) slots while previous children gracefully stopping
-     still use the old ones (e.g. Windows, OS2). PR 58024.
-     trunk patch: http://svn.apache.org/r1702450
-                  http://svn.apache.org/r1702473
-                  http://svn.apache.org/r1702501
-                  http://svn.apache.org/r1702955
-                  http://svn.apache.org/r1703149
-                  http://svn.apache.org/r1703157
-                  http://svn.apache.org/r1703169
-                  http://svn.apache.org/r1703200
-     2.4.x patch: trunk works (module CHANGES)
-     merge patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_slotmem_shm-generation.patch
-     +1: ylavic, jim
-
   *) mod_proxy: don't recyle backend announced "Connection: close" connections
      to avoid reusing it should the close be effective after some new request
      is ready to be sent.