Commit 8e869d06 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@1775778 13f79535-47bb-0310-9956-ffa450edef68
parent f2a66d4f
Loading
Loading
Loading
Loading
+27 −28
Original line number Diff line number Diff line
@@ -119,34 +119,11 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]



PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]

  *) mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
     allowing per backend TLS configuration.
     trunk patch: http://svn.apache.org/r1740928
                  http://svn.apache.org/r1740960
                  http://svn.apache.org/r1740967
                  http://svn.apache.org/r1740987
                  http://svn.apache.org/r1740998
                  http://svn.apache.org/r1742697
                  http://svn.apache.org/r1756976
     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1740928_and_co.patch
     +1: ylavic

  *) event: close a race condition where we might re-enable listeners while they
     are already or about to be closed.
     trunk patch: http://svn.apache.org/r1774541
     2.4.x patch: trunk works
     +1: ylavic, jim

  *) mod_proxy_express.c: Silence compiler warning
     "111: warning: 'backend' may be used uninitialized in this function"
     trunk patch: http://svn.apache.org/r1741570
     2.4.x patch: trunk works
     +1: rjung, jim
     +1: rjung, jim, ylavic

  *) mod_ssl: Silence compiler warning
     "686: warning: 'ok' may be used uninitialized in
@@ -157,20 +134,42 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     have set "ok".
     trunk patch: http://svn.apache.org/r1775173
     2.4.x patch: trunk works
     +1: rjung, jim
     +1: rjung, jim, ylavic

  *) core: remove isascci check before narrower checks in vhost checking
     trunk patch: http://svn.apache.org/r1775199
                  http://svn.apache.org/r1775664
     2.4.x patch: trunk works + CHANGES
     +1: covener, jim
     +1: covener, jim, ylavic

  *) mod_http: Optimize bad headers handling workflow
     Trunk version of patch:
      http://svn.apache.org/r1775195
     Backport version for 2.4.x of patch:
      Trunk version of patch works
     +1: rpluem, jim
     +1: rpluem, jim, ylavic


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]

  *) mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
     allowing per backend TLS configuration.
     trunk patch: http://svn.apache.org/r1740928
                  http://svn.apache.org/r1740960
                  http://svn.apache.org/r1740967
                  http://svn.apache.org/r1740987
                  http://svn.apache.org/r1740998
                  http://svn.apache.org/r1742697
                  http://svn.apache.org/r1756976
     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1740928_and_co.patch
     +1: ylavic

  *) event: close a race condition where we might re-enable listeners while they
     are already or about to be closed.
     trunk patch: http://svn.apache.org/r1774541
     2.4.x patch: trunk works
     +1: ylavic, jim

  *) util_fcgi: Fix crash with empty-valued envvars. PR60275
     trunk patch: http://svn.apache.org/r1775487.
@@ -180,7 +179,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  *) ext_filter: Don't eat error buckets. PR60375
     trunk patch: http://svn.apache.org/r1775770
     2.4 patch: trunk works
     +1 covener
     +1: covener, ylavic
     
  *) mod_proxy_{ajp,fcgi}: Fix a possible crash when reusing an established
     backend connection, happening with LogLevel trace2 or higher configured,