From: Graham Leggett Date: Fri, 23 Nov 2018 16:08:55 +0000 (+0000) Subject: Vote and promote. X-Git-Tag: 2.4.38~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a061a30b15311acb6aba23561a59f18fb441f60d;p=thirdparty%2Fapache%2Fhttpd.git Vote and promote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1847291 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 41cba134380..af0aafc9e38 100644 --- a/STATUS +++ b/STATUS @@ -126,6 +126,15 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mod_setenvif: We can have expressions that become true if a regex pattern + in the expression does NOT match. In this case val is NULL + and we should just set the value for the environment variable + like in the pattern case. + trunk patch: http://svn.apache.org/r1786235 + 2.4.x patch: svn merge -c 1786235 ^/httpd/httpd/trunk . + +1: jailletc36, jim, minfrin + jailletc36: Test-case added in r1845094 + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -166,15 +175,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: http://home.apache.org/~jim/patches/socache_redisv2.patch +1: jim, minfrin - *) mod_setenvif: We can have expressions that become true if a regex pattern - in the expression does NOT match. In this case val is NULL - and we should just set the value for the environment variable - like in the pattern case. - trunk patch: http://svn.apache.org/r1786235 - 2.4.x patch: svn merge -c 1786235 ^/httpd/httpd/trunk . - +1: jailletc36, jim - jailletc36: Test-case added in r1845094 - *) mod_http2: change in cleanup strategy for slave connections. trunk patch: http://svn.apache.org/r1846125 2.4.x patch: svn merge -c 1846125 ^/httpd/httpd/trunk .