]> granicus.if.org Git - apache/commitdiff
vote/comment
authorEric Covener <covener@apache.org>
Sun, 5 Aug 2018 14:15:25 +0000 (14:15 +0000)
committerEric Covener <covener@apache.org>
Sun, 5 Aug 2018 14:15:25 +0000 (14:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837467 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 74002f0e1aa694f40c2f15c19943b2cf1d871997..02cfa87e20173e2a8423033bf29caaa4f657bc16 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -124,6 +124,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mpm_winnt: Don't forget to close the I/O completion port as part of the
+                cleanup in the child process.
+     trunk patch: http://svn.apache.org/r1801143
+     2.4.x patch: svn merge -c 1801143 ^/httpd/httpd/trunk . 
+     +1: jailletc36, ylavic (by inspection), covener
+     jailletc36: untested, but looks straight forward enough to vote
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -133,7 +140,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1811831 ^/httpd/httpd/trunk .
      +1: jorton, rpluem
      ylavic: same as dev@; since SetEnv* are usable from htaccess, wouldn't
-             we open a door here (unconditionally)?
+             we open a door here (unconditionally)? 
+             covener: seems like we need some kind of pattern for opting in
+             to restricted arguments.
 
   *) core: avoid duplicate headers when using ap_send_error_response.
            From trunk's testing the code seems running fine without any side
@@ -154,13 +163,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      would be sent to the origin server (the proxy backend) and not to our
      client. Further discussion should possibly happen on dev@.
 
-  *) mpm_winnt: Don't forget to close the I/O completion port as part of the
-                cleanup in the child process.
-     trunk patch: http://svn.apache.org/r1801143
-     2.4.x patch: svn merge -c 1801143 ^/httpd/httpd/trunk . 
-     +1: jailletc36, ylavic (by inspection),
-     jailletc36: untested, but looks straight forward enough to vote
-
   *) kotkov has made mamy improvements to the mpm_winnt about one year ago.
      None of them have been merged or proposed for backport yet.
      Start the merge process with the first easy steps in order to synch
@@ -179,7 +181,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       trunk: http://svn.apache.org/r1836469
              http://svn.apache.org/r1836154
       2.4.x patch: svn merge -c 1836469,1836154 ^/httpd/httpd/trunk . 
-      +1: jorton,
+      +1: jorton, covener
 
    *) Support IPv6-sized client strings in mod_status and mod_echo
       trunk: http://svn.apache.org/r1837225