You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2019/03/13 12:28:55 UTC

svn commit: r1855405 - /httpd/httpd/branches/2.4.x/STATUS

Author: jim
Date: Wed Mar 13 12:28:55 2019
New Revision: 1855405

URL: http://svn.apache.org/viewvc?rev=1855405&view=rev
Log:
promote

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1855405&r1=1855404&r2=1855405&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Mar 13 12:28:55 2019
@@ -126,6 +126,33 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_reqtimeout: Allow to configure (TLS-)handshake timeouts.  PR 61310.
+     trunk patch: http://svn.apache.org/r1853901
+                  http://svn.apache.org/r1853906
+                  http://svn.apache.org/r1853908
+                  http://svn.apache.org/r1853929
+                  http://svn.apache.org/r1853935
+                  http://svn.apache.org/r1853967
+     2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-reqtimeout_handshake-v2.patch
+     +1: ylavic, icing, jim
+     icing: please add r1853967 to this to keep h2 working with this change. if added, +1 
+
+  *) mod_cache_socache: Avoid reallocations and be safe with outgoing data
+     lifetime.
+     trunk patch: http://svn.apache.org/r1853874
+                  http://svn.apache.org/r1853938 (CHANGES entry)
+     2.4.x patch: svn merge -c 1853874,1853938 ^/httpd/httpd/trunk .
+                  (trunk works, modulo CHANGES)
+     +1: ylavic, icing, jim
+
+  *) mod_http2: enable re-use of slave connections again. Fixed slave connection
+     keepalives counter. [Stefan Eissing]
+     trunk patch: http://svn.apache.org/r1852038
+                  http://svn.apache.org/r1852101
+     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/h2-slave-keepalives.patch
+     +1: icing, ylavic, jim
+
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -230,32 +257,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              comment) are non functional (or at least intended as such).
              
 
-  *) mod_reqtimeout: Allow to configure (TLS-)handshake timeouts.  PR 61310.
-     trunk patch: http://svn.apache.org/r1853901
-                  http://svn.apache.org/r1853906
-                  http://svn.apache.org/r1853908
-                  http://svn.apache.org/r1853929
-                  http://svn.apache.org/r1853935
-                  http://svn.apache.org/r1853967
-     2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-reqtimeout_handshake-v2.patch
-     +1: ylavic, icing, jim
-     icing: please add r1853967 to this to keep h2 working with this change. if added, +1 
-
-  *) mod_cache_socache: Avoid reallocations and be safe with outgoing data
-     lifetime.
-     trunk patch: http://svn.apache.org/r1853874
-                  http://svn.apache.org/r1853938 (CHANGES entry)
-     2.4.x patch: svn merge -c 1853874,1853938 ^/httpd/httpd/trunk .
-                  (trunk works, modulo CHANGES)
-     +1: ylavic, icing, jim
-
-  *) mod_http2: enable re-use of slave connections again. Fixed slave connection
-     keepalives counter. [Stefan Eissing]
-     trunk patch: http://svn.apache.org/r1852038
-                  http://svn.apache.org/r1852101
-     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/h2-slave-keepalives.patch
-     +1: icing, ylavic, jim
-
   *) mod_http2/mod_proxy_http2: backport of v1.14.1. Fixes several important bugs and adds
      some requested new features (and some I made up). See patched CHANGES for all details.
      [Stefan Eissing]