]> granicus.if.org Git - apache/commitdiff
updating backport proposal of pre_close_connection and scoreboard changes, resetting...
authorStefan Eissing <icing@apache.org>
Fri, 12 Feb 2016 09:58:32 +0000 (09:58 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 12 Feb 2016 09:58:32 +0000 (09:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1729967 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9c5dd259b427774db6b93a0c0eba3066580ec31c..f43244bb6c529e517191b2bfdb75a3155fb89ee0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -112,17 +112,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  *) core: introducing new hook "pre_close_connection" to give protocols other
-     than http/1.1 a chance to send one last frame before close.
-     Requires MMN bump
-     trunk patch:  http://svn.apache.org/r1727071
-                   http://svn.apache.org/r1727573
-     2.4.x patch:  trunk works (modulo CHANGES)
-     +1: icing, covener, ylavic
-     covener: needs MMN bump, but sorting out previous MMN question first.
-     jim: Status, re: MMN bump ??
-
-
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -205,7 +194,31 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Requires r1729929 to be applied.
      +1: wrowe
  
-
+  *) core: introducing new hook "pre_close_connection" to give protocols other
+     than http/1.1 a chance to send one last frame before close. Scoreboard
+     additions to allow update from master connections.
+     Requires MMN bump
+     trunk patch:  http://svn.apache.org/r1727071
+                   http://svn.apache.org/r1727573
+     2.4.x patch:  trunk works (modulo CHANGES)
+     covener: needs MMN bump, but sorting out previous MMN question first.
+     jim: Status, re: MMN bump ??
+     icing: I am embarrassingly bad at this. I propose to include the scoreboard
+            additions into this bump and propose all this together. So the new
+            proposal is (including an old apr_time_now() optimization from jim
+            for scorebaord.c). And that now includes all backports necessary to
+            update mod_http2 in 2.4.x:
+     trunk patch:  
+                   http://svn.apache.org/r1417440
+                   http://svn.apache.org/r1727071
+                   http://svn.apache.org/r1727573
+                   http://svn.apache.org/r1726009
+                   http://svn.apache.org/r1726026
+                   http://svn.apache.org/r1729376
+                   http://svn.apache.org/r1729960
+     2.4.x patch:  trunk works (modulo CHANGES)
+     Resetting votes:
+     +1: icing
 
 PATCHES/ISSUES THAT ARE BEING WORKED