From: Graham Leggett Date: Wed, 8 Jul 2020 12:00:40 +0000 (+0000) Subject: Vote and promote. X-Git-Tag: 2.4.44~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a25e4a7a744c4f6f18ab0c76723f470949e278cb;p=thirdparty%2Fapache%2Fhttpd.git Vote and promote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879644 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 72220708a70..e558da08eab 100644 --- a/STATUS +++ b/STATUS @@ -135,6 +135,12 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mod_watchdog: Switch to simpler logic to avoid the thread cleanup running + before the thread has started, avoiding mutex operations with undefined behaviour + trunk patch: http://svn.apache.org/r1876511 + 2.4.x patch: svn merge -c 1876511 ^/httpd/httpd/trunk . + +1: jailletc36 (by inspection), jim, minfrin + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -179,12 +185,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: -0: covener: lots of folks getting dns and connection reuse implicitly after we backport this. ylavic: should be addressed by r1879000 - *) mod_watchdog: Switch to simpler logic to avoid the thread cleanup running - before the thread has started, avoiding mutex operations with undefined behaviour - trunk patch: http://svn.apache.org/r1876511 - 2.4.x patch: svn merge -c 1876511 ^/httpd/httpd/trunk . - +1: jailletc36 (by inspection), jim - *) "[mod_dav_fs etag handling] should really honor the FileETag setting". - It now does. - Add "Digest" to FileETag directive, allowing a strong ETag to be