]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, promote.
authorYann Ylavic <ylavic@apache.org>
Mon, 8 Oct 2018 21:44:09 +0000 (21:44 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 8 Oct 2018 21:44:09 +0000 (21:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1843209 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6ad8846247d6ea75df8d95f1f774143c0104007a..d654135720b44f39db31c2fe86f7503205a8c93c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -131,6 +131,18 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x branch: svn merge -c 1841446,1841455 ^/httpd/httpd/trunk .
      +1: icing, minfrin, jim
 
+  *) ab: print Server Temp Key information.
+     trunk patch: http://svn.apache.org/r1738415
+                  http://svn.apache.org/r1826930
+     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-ab.patch
+     +1: minfrin, jim, ylavic
+
+  *) ab: Add client certificate support.
+     trunk: http://svn.apache.org/r1841784
+     2.4.x: svn merge -c r1841784 ^/httpd/httpd/trunk .
+     (requires r1738415 and r1826930 above to resolve conflict)
+     +1: minfrin, jim, ylavic
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -182,18 +194,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: http://home.apache.org/~jim/patches/socache_redisv2.patch
       +1: jim, minfrin
 
-  *) ab: print Server Temp Key information.
-     trunk patch: http://svn.apache.org/r1738415
-                  http://svn.apache.org/r1826930
-     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-ab.patch
-     +1: minfrin, jim
-
-  *) ab: Add client certificate support.
-     trunk: http://svn.apache.org/r1841784
-     2.4.x: svn merge -c r1841784 ^/httpd/httpd/trunk .
-     (requires r1738415 and r1826930 above to resolve conflict)
-     +1: minfrin, jim
-
   *) mod_ssl: Fix a regression that the configuration settings for verify mode
      and verify depth were taken from the frontend connection in case of
      connections by the proxy to the backend. PR 62769.