]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and promote.
authorGraham Leggett <minfrin@apache.org>
Wed, 1 Jan 2020 23:12:23 +0000 (23:12 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 1 Jan 2020 23:12:23 +0000 (23:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872227 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 108fe67405bcdbfbf23e8e7ff28219698d10091e..4079d7c8206fb1a06a1d6a32bc2e90c63b412bbe 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -132,6 +132,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) ap_check_pipeline: clarify/simplify !max_blank_lines logic, no functional change.
+     trunk patch: http://svn.apache.org/r1765061
+     2.4.x patch: svn merge -c 1765061 ^/httpd/httpd/trunk .
+     +1: jailletc36, ylavic, minfrin
+     jailletc36: this is fine because if !max_blank_lines, we break at the first
+                 iteration, so we know that mode = AP_MODE_SPECULATIVE
+
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -201,13 +208,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1861950 ^/httpd/httpd/trunk . 
      +1: minfrin
 
-  *) ap_check_pipeline: clarify/simplify !max_blank_lines logic, no functional change.
-     trunk patch: http://svn.apache.org/r1765061
-     2.4.x patch: svn merge -c 1765061 ^/httpd/httpd/trunk . 
-     +1: jailletc36, ylavic
-     jailletc36: this is fine because if !max_blank_lines, we break at the first
-                 iteration, so we know that mode = AP_MODE_SPECULATIVE
-
   *) mod_ssl: negotiate the TLS protocol version per name based vhost...
      trunk patch: http://svn.apache.org/r1868645
                   http://svn.apache.org/r1868743