Commit 616c8417 authored by Graham Leggett's avatar Graham Leggett
Browse files

Vote, promote.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1841260 13f79535-47bb-0310-9956-ffa450edef68
parent d9374cf4
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -124,6 +124,11 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

   *) mod_proxy_hcheck: take balancer's SSLProxy* directives into account.
      trunk patch: http://svn.apache.org/r1836276
      2.4.x patch: svn merge -c 1836276 ^/httpd/httpd/trunk .
      +1: jim, ylavic, minfrin



PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -175,11 +180,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://home.apache.org/~jim/patches/socache_redis.patch
      +1: jim,

   *) mod_proxy_hcheck: take balancer's SSLProxy* directives into account.
      trunk patch: http://svn.apache.org/r1836276
      2.4.x patch: svn merge -c 1836276 ^/httpd/httpd/trunk .
      +1: jim, ylavic

  *) MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and
     before signals handling to avoid lifetime issues on restart or shutdown.
     PR 62658.