Commit 0d1de7b8 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

promote those w/ 3 +1s


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

  *) core: Disallow multiple Listen on the same IP:port when listener buckets
     are configured (ListenCoresBucketsRatio > 0), consistently with the single
     bucket case (default), thus avoiding the leak of the corresponding socket
     descriptors on graceful restart.
     trunk patch: http://svn.apache.org/r1789220
                  http://svn.apache.org/r1792675
     2.4.x patch: trunk works (modulo CHANGES)
     +1: ylavic, jim, jorton, 

   *) prefork: This fixes race-condition in signals handling when httpd is
               runnning on foreground and user hits ctrl+c
     trunk patch: http://svn.apache.org/r1618555
     2.4.x patch: svn merge -c 1618555 ^/httpd/httpd/trunk .
     +1: ylavic, jorton, jim
     jailetc36: untested because I'm unsure on how to reproduce the race, but
                the patch description looks straighforward.
                If confirmed, it would worth, IMHO, a CHANGE entry and maybe a
                2.2.x backport.
                [jorton: race, so hard to repro, triggered regularly w/docker.]

  *) core: ap_server_config_defines and ap_server_{pre,post}_read_config
           constantness and bytes saving, no functional change.
     trunk patch: http://svn.apache.org/r1713043
                  http://svn.apache.org/r1802305
                  http://svn.apache.org/r1802309
     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-globals_constantness_and_bytes_saving.patch
     +1: ylavic, jorton, jim



PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
@@ -161,26 +190,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                mod_journald can't be configured in maintainer mode (-std=c89).
                Can anyone else reproduce, or is it just my distro?

  *) core: Disallow multiple Listen on the same IP:port when listener buckets
     are configured (ListenCoresBucketsRatio > 0), consistently with the single
     bucket case (default), thus avoiding the leak of the corresponding socket
     descriptors on graceful restart.
     trunk patch: http://svn.apache.org/r1789220
                  http://svn.apache.org/r1792675
     2.4.x patch: trunk works (modulo CHANGES)
     +1: ylavic, jim, jorton, 

   *) prefork: This fixes race-condition in signals handling when httpd is
               runnning on foreground and user hits ctrl+c
     trunk patch: http://svn.apache.org/r1618555
     2.4.x patch: svn merge -c 1618555 ^/httpd/httpd/trunk .
     +1: ylavic, jorton, jim
     jailetc36: untested because I'm unsure on how to reproduce the race, but
                the patch description looks straighforward.
                If confirmed, it would worth, IMHO, a CHANGE entry and maybe a
                2.2.x backport.
                [jorton: race, so hard to repro, triggered regularly w/docker.]

  *) buildconf: add an apr-config mode, which allows builds to proceed without
                APR source code as long as a valid APR installation exists.
                Involves checking in the latest versions of APR's m4 files and
@@ -214,14 +223,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: svn merge -c1729235 -c1730079 -c1801665 ^/httpd/httpd/trunk .
     +1: jchampion

  *) core: ap_server_config_defines and ap_server_{pre,post}_read_config
           constantness and bytes saving, no functional change.
     trunk patch: http://svn.apache.org/r1713043
                  http://svn.apache.org/r1802305
                  http://svn.apache.org/r1802309
     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-globals_constantness_and_bytes_saving.patch
     +1: ylavic, jorton, jim

  *) core: Support use of optional "tag" in syslog entries. PR 60525.
     trunk patch: http://svn.apache.org/r1784318
     2.4.x patch: http://home.apache.org/~jim/patches/syslog-tag.patch