From: Ruediger Pluem Date: Fri, 15 Apr 2022 15:55:53 +0000 (+0000) Subject: * Vote and promote [skip ci] X-Git-Tag: 2.4.54-rc1-candidate~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=179452051d32414c61b25ea06129bffe754c7276;p=thirdparty%2Fapache%2Fhttpd.git * Vote and promote [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1899891 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 645ffbfc027..c7576aec68d 100644 --- a/STATUS +++ b/STATUS @@ -148,6 +148,10 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mod_lua: Don't skip apr_global_mutex_child_init() if !APR_HAS_THREADS + trunk patch: https://svn.apache.org/r1898453 + 2.4.x patch: svn merge -c 1898453 ^/httpd/httpd/trunk . + +1: jaillect36, ylavic, rpluem PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -174,11 +178,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-authn-expr.patch +1: minfrin, jim, - *) mod_lua: Don't skip apr_global_mutex_child_init() if !APR_HAS_THREADS - trunk patch: https://svn.apache.org/r1898453 - 2.4.x patch: svn merge -c 1898453 ^/httpd/httpd/trunk . - +1: jaillect36, ylavic, - *) core: make ap_escape_quotes() work correctly on strings with more than MAX_INT/2 characters, counting quotes double. trunk patch: https://svn.apache.org/r1899609