Commit 19d537f3 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@1824179 13f79535-47bb-0310-9956-ffa450edef68
parent 84ffb8f4
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -119,6 +119,22 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

  *) mod_proxy_balancer,mod_slotmem_shm: Rework SHM reuse/deletion to not
     depend on the number of restarts (non-Unix systems) and preserve shared
     names as much as possible on configuration changes for SHMs and persisted
     files.  PR 62044.
     trunk patch: http://svn.apache.org/r1822509
                  http://svn.apache.org/r1822511
                  http://svn.apache.org/r1823412
                  http://svn.apache.org/r1823415
                  http://svn.apache.org/r1823416
                  http://svn.apache.org/r1823564
                  http://svn.apache.org/r1823572
                  http://svn.apache.org/r1823575
     2.4.x patch: trunk works (modulo CHANGES)
                  (or http://home.apache.org/~ylavic/patches/httpd-2.4.x-PR62044-slotmems_reuse.patch)
     +1: ylavic, jim, minfrin


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
@@ -197,22 +213,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk works
     +1: jim, minfrin

  *) mod_proxy_balancer,mod_slotmem_shm: Rework SHM reuse/deletion to not
     depend on the number of restarts (non-Unix systems) and preserve shared
     names as much as possible on configuration changes for SHMs and persisted
     files.  PR 62044.
     trunk patch: http://svn.apache.org/r1822509
                  http://svn.apache.org/r1822511
                  http://svn.apache.org/r1823412
                  http://svn.apache.org/r1823415
                  http://svn.apache.org/r1823416
                  http://svn.apache.org/r1823564
                  http://svn.apache.org/r1823572
                  http://svn.apache.org/r1823575
     2.4.x patch: trunk works (modulo CHANGES)
                  (or http://home.apache.org/~ylavic/patches/httpd-2.4.x-PR62044-slotmems_reuse.patch)
     +1: ylavic, jim,

  *) logresolve: Fix segfault with logresolve -c and IPv6
     Due to a logic error, there could be a NULL pointer dereference.
     [Stefan Fritsch]