]> granicus.if.org Git - apache/commitdiff
vote
authorStefan Eissing <icing@apache.org>
Wed, 6 Jun 2018 10:31:59 +0000 (10:31 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 6 Jun 2018 10:31:59 +0000 (10:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1832998 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1827468dee2d46fc3669acf6d0eaf879c1fdf973..4a68d4b7bf85377ae3c9e72bda2fa51c2a21eeb9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -144,6 +144,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) core: In ONE_PROCESS/debug mode, cleanup everything when exiting.
+     trunk patch: http://svn.apache.org/r1822537
+                  http://svn.apache.org/r1830744
+     2.4.x patch: svn merge -c 1822537,1830744 ^/httpd/httpd/trunk .
+                  (trunk works modulo CHANGES))
+     +1: ylavic, jim, icing
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -189,13 +196,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   (trunk works modulo CHANGES))
      +1: ylavic,
 
-  *) core: In ONE_PROCESS/debug mode, cleanup everything when exiting.
-     trunk patch: http://svn.apache.org/r1822537
-                  http://svn.apache.org/r1830744
-     2.4.x patch: svn merge -c 1822537,1830744 ^/httpd/httpd/trunk .
-                  (trunk works modulo CHANGES))
-     +1: ylavic, jim
-
   *) mod_proxy_html: Fix variable interpolation and memory allocation failure
      in ProxyHTMLURLMap. PR 62344.
      trunk patch: http://svn.apache.org/r1830746