From: Graham Leggett Date: Mon, 13 Jun 2016 23:38:00 +0000 (+0000) Subject: Vote and promote. X-Git-Tag: 2.4.21~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1879df0cb9a01e4962dfca2a9744c103ff95fb43;p=thirdparty%2Fapache%2Fhttpd.git Vote and promote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1748335 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index c9e90e52e92..0108746d21a 100644 --- a/STATUS +++ b/STATUS @@ -114,6 +114,14 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mpm_event, mpm_worker: Fix computation of MinSpareThreads' lower bound + according the number of listeners buckets. + trunk patch: http://svn.apache.org/r1737447 + http://svn.apache.org/r1737449 + http://svn.apache.org/r1737451 + 2.4.x patch: trunk works (modulo CHANGES) + +1: ylavic, jim, minfrin + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -137,14 +145,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1: trawick ylavic: there may be missing bits, see thread for commit r1736510. - *) mpm_event, mpm_worker: Fix computation of MinSpareThreads' lower bound - according the number of listeners buckets. - trunk patch: http://svn.apache.org/r1737447 - http://svn.apache.org/r1737449 - http://svn.apache.org/r1737451 - 2.4.x patch: trunk works (modulo CHANGES) - +1: ylavic, jim - *) abs: Add OPENSSL_Applink in Visual Studio >= 2015 or abs fails with a no OPENSSL_Applink error. PR59630 trunk patch: http://svn.apache.org/r1745767