]> granicus.if.org Git - apache/commitdiff
Vote and promote.
authorGraham Leggett <minfrin@apache.org>
Fri, 16 Feb 2018 13:16:24 +0000 (13:16 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 16 Feb 2018 13:16:24 +0000 (13:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824468 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9a9d4e34f2efcadc9220c9b5c36c3ef6f68696e7..c4e5c54e04f5e2ad9298a0a1aa6792e92f21f935 100644 (file)
--- 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