From: Yann Ylavic Date: Fri, 19 Jan 2018 01:11:00 +0000 (+0000) Subject: Propose event update (incremental). X-Git-Tag: 2.4.30~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=386ee768482f967e56b5737a134e495c7e3a89b5;p=apache Propose event update (incremental). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1821580 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f34462e237..b1e73ef26f 100644 --- a/STATUS +++ b/STATUS @@ -188,6 +188,34 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1: jim, icing icing: tested on ubuntu 16.04 with a simple uwsgi python app. + *) event: staging changes (incremental patches) to sync 2.4.x with trunk. + Patch 1/4: Local variables scope (no functional changes) + Patch 2/4: Optimizations and correctness (synchronization) which don't + seem to have bitten us so far (no proven fix somehow) + Patch 3/4: A wakeup fix regarding disabled listening sockets (corner case) + Patch 4/4: Let the listener thread do its maintenance job on resources + shortage + trunk patch: http://svn.apache.org/r1605328 + http://svn.apache.org/r1629576 + seq patch 1: http://home.apache.org/~ylavic/patches/event-staging-1_on_4.patch + http://svn.apache.org/r1643279 + http://svn.apache.org/r1703241 + http://svn.apache.org/r1802535 + http://svn.apache.org/r1819847 + http://svn.apache.org/r1819848 + http://svn.apache.org/r1819852 + http://svn.apache.org/r1819853 + seq patch 2: http://home.apache.org/~ylavic/patches/event-staging-2_on_4.patch + http://svn.apache.org/r1819855 + http://svn.apache.org/r1821562 + seq patch 3: http://home.apache.org/~ylavic/patches/event-staging-3_on_4.patch + http://svn.apache.org/r1821558 + http://svn.apache.org/r1821561 + seq patch 4: http://home.apache.org/~ylavic/patches/event-staging-4_on_4.patch + 2.4.x patch: the above patches in order and then: + svn merge --record-only -c 1605328,1629576,1643279,1703241,1802535,1819847,1819848,1819852,1819853,1819855,1821562,1821558,1821561 . + +1: ylavic, + PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ]