From: Graham Leggett Date: Fri, 16 Feb 2018 13:16:24 +0000 (+0000) Subject: Vote and promote. X-Git-Tag: 2.4.30~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebbaaefc33e1d8c7d5c15dc717e35d46c6b36115;p=apache Vote and promote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824468 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 9a9d4e34f2..c4e5c54e04 100644 --- a/STATUS +++ b/STATUS @@ -118,6 +118,12 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) core: For consistency, ensure that read lines are NUL terminated on any + error, not only on buffer full. + trunk patch: http://svn.apache.org/r1824303 + 2.4.x patch: trunk works (modulo CHANGES) + +1: ylavic, rpluem, minfrin + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -133,12 +139,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1824460 2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/proxy-rfc1035-hostname-v2.diff - *) core: For consistency, ensure that read lines are NUL terminated on any - error, not only on buffer full. - trunk patch: http://svn.apache.org/r1824303 - 2.4.x patch: trunk works (modulo CHANGES) - +1: ylavic, rpluem - *) regex: Allow to configure global/default options for regexes, like caseless matching or extended format. trunk patch: http://svn.apache.org/r1824339