]> granicus.if.org Git - apache/commitdiff
* Vote and promote
authorRuediger Pluem <rpluem@apache.org>
Thu, 5 Jul 2018 19:39:12 +0000 (19:39 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 5 Jul 2018 19:39:12 +0000 (19:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1835177 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 276855f4184d886625585cb23492020976855739..8f8343f46d1f54fe4a8daea99960347d820010c0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -124,6 +124,14 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) event: based on the commit log ("use a subpool of pchild since skiplist
+     allocations will happen across threads and are only protected from
+     other skiplist operations.", per sf's review comments), it sounds like this
+     should be backported.
+     trunk patch: http://svn.apache.org/r1588806
+     2.4.x patch: http://home.apache.org/~jailletc36/backport_1588806.patch
+     +1: ylavic, jim, rpluem
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -142,14 +150,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1832092 ^/httpd/httpd/trunk .
      +1: elukey
 
-  *) event: based on the commit log ("use a subpool of pchild since skiplist
-     allocations will happen across threads and are only protected from
-     other skiplist operations.", per sf's review comments), it sounds like this
-     should be backported.
-     trunk patch: http://svn.apache.org/r1588806
-     2.4.x patch: http://home.apache.org/~jailletc36/backport_1588806.patch
-     +1: ylavic, jim
-
   *) mod_ssl: Fix the error code returned in an error path of 'ssl_io_filter_handshake()'
               This messes-up error handling performed in 'ssl_io_filter_error()'
      trunk patch: http://svn.apache.org/r1645529