]> granicus.if.org Git - apache/commitdiff
Vote, promote.
authorJoe Orton <jorton@apache.org>
Thu, 17 Apr 2014 09:04:12 +0000 (09:04 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 17 Apr 2014 09:04:12 +0000 (09:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588179 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index bfb5fb8f0b19a77ca4c019f5e90aa779cb118943..7fc22d0dd229a44ae9775d9ffdef5aa1edaf288d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -106,6 +106,17 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk patch works, modulo CHANGES
     +1: minfrin, jim, ylavic
 
+   * mod_ssl: only read "active" values from the key_files array (PR 56306)
+     trunk patch: https://svn.apache.org/r1585918
+     2.4.x patch: trunk patch works (modulo CHANGES)
+     +1: kbrand, ylavic, jorton
+
+   * mod_ssl: reverse the order when merging global and vhost-level config
+     arrays (PR 56353)
+     trunk patch: https://svn.apache.org/r1585919
+     2.4.x patch: trunk patch works (modulo CHANGES)
+     +1: kbrand, ylavic, jorton
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -215,18 +226,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      (also addresses PR 56241)
      trunk patch: https://svn.apache.org/r1585090
      2.4.x patch: trunk patch works (modulo CHANGES)
-     +1: kbrand
-
-   * mod_ssl: only read "active" values from the key_files array (PR 56306)
-     trunk patch: https://svn.apache.org/r1585918
-     2.4.x patch: trunk patch works (modulo CHANGES)
-     +1: kbrand, ylavic
-
-   * mod_ssl: reverse the order when merging global and vhost-level config
-     arrays (PR 56353)
-     trunk patch: https://svn.apache.org/r1585919
-     2.4.x patch: trunk patch works (modulo CHANGES)
-     +1: kbrand, ylavic
+     +1: kbrand, jorton
 
    * core: synch with trunk
        - follow-up to r813376: finish reverting r808965 (ServerTokens set foo)