Commit 13c6bdee authored by Graham Leggett's avatar Graham Leggett
Browse files

Vote and promote.


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

  *) MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and
     before signals handling to avoid lifetime issues on restart or shutdown.
     PR 62658.
     trunk patch: http://svn.apache.org/r1835845
                  http://svn.apache.org/r1835846
                  http://svn.apache.org/r1837354
                  http://svn.apache.org/r1837356
                  http://svn.apache.org/r1839571
                  http://svn.apache.org/r1839583
     2.4.x patch: http://home.apache.org/~ylavic/patches/2.4.x-mpms_async_objects_lifetime.patch
     +1: ylavic, jim (but not for 2.4.35), minfrin


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -176,18 +187,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://home.apache.org/~jim/patches/socache_redisv2.patch
      +1: jim, minfrin

  *) MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and
     before signals handling to avoid lifetime issues on restart or shutdown.
     PR 62658.
     trunk patch: http://svn.apache.org/r1835845
                  http://svn.apache.org/r1835846
                  http://svn.apache.org/r1837354
                  http://svn.apache.org/r1837356
                  http://svn.apache.org/r1839571
                  http://svn.apache.org/r1839583
     2.4.x patch: http://home.apache.org/~ylavic/patches/2.4.x-mpms_async_objects_lifetime.patch
     +1: ylavic, jim (but not for 2.4.35), 

  *) ab: print Server Temp Key information.
     trunk patch: http://svn.apache.org/r1738415
                  http://svn.apache.org/r1826930