]> granicus.if.org Git - apache/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Thu, 19 Nov 2015 19:51:46 +0000 (19:51 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 19 Nov 2015 19:51:46 +0000 (19:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1715252 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9a4058384260470e913e089b47f8e0475af235cb..e53129d47b556b27e3fa272dfc276061727a0646 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -111,6 +111,27 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) core/mod_ssl: 
+     - master conn_rec* addition to conn_rec
+     - minor mmn bump
+     - improved ALPN and Upgrade handling
+     - allowing requests for servers whose TLS configuration is compatible
+       to the SNI server ones
+     - disabling TLS renegotiation for slave connections
+     changes are necessary for update modules/http2
+     trunk patch: http://svn.apache.org/r1708107
+                  http://svn.apache.org/r1709587
+                  http://svn.apache.org/r1709602
+                  http://svn.apache.org/r1709995
+                  http://svn.apache.org/r1710231
+                  http://svn.apache.org/r1710419
+                  http://svn.apache.org/r1710572
+                  http://svn.apache.org/r1710583
+                  http://svn.apache.org/r1715023
+                  + manual addition of "conn_rec *master;"
+     branch mergeable to 2.4.x: ^/httpd/httpd/branches/2.4.17-protocols-changes
+     +1: icing, ylavic, jim
+
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -151,27 +172,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      icing: test 3 fails for me in t/security/CVE-2005-3357.t
      ylavic: not related (at least not the cause), fixed in r1715023.
 
-  *) core/mod_ssl: 
-     - master conn_rec* addition to conn_rec
-     - minor mmn bump
-     - improved ALPN and Upgrade handling
-     - allowing requests for servers whose TLS configuration is compatible
-       to the SNI server ones
-     - disabling TLS renegotiation for slave connections
-     changes are necessary for update modules/http2
-     trunk patch: http://svn.apache.org/r1708107
-                  http://svn.apache.org/r1709587
-                  http://svn.apache.org/r1709602
-                  http://svn.apache.org/r1709995
-                  http://svn.apache.org/r1710231
-                  http://svn.apache.org/r1710419
-                  http://svn.apache.org/r1710572
-                  http://svn.apache.org/r1710583
-                  http://svn.apache.org/r1715023
-                  + manual addition of "conn_rec *master;"
-     branch mergeable to 2.4.x: ^/httpd/httpd/branches/2.4.17-protocols-changes
-     +1: icing, ylavic, jim
-
   *) mod_ssl: For the "SSLStaplingReturnResponderErrors off" case, make sure
               to only staple responses with certificate status "good"
      trunk patch: https://svn.apache.org/r1711728