Commit 7e1b0522 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

Vote, promote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1843209 13f79535-47bb-0310-9956-ffa450edef68
parent 5cfdc792
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -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.