Commit b5b72d66 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

Vote, move.

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

  *) core: Add %{REMOTE_PORT} to the expression parser. PR59938
     trunk patch: http://svn.apache.org/r1776459
                  http://svn.apache.org/r1788508
     2.4.x patch: trunk works
     +1: covener, ylavic, jchampion
     jchampion: Trunk patches don't apply cleanly for me. The patch I used to
                test is at https://home.apache.org/~jchampion/patches/2.4.x-expr-REMOTE_PORT.patch


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
@@ -187,14 +195,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk works
     +1: covener, ylavic

  *) core: Add %{REMOTE_PORT} to the expression parser. PR59938
     trunk patch: http://svn.apache.org/r1776459
                  http://svn.apache.org/r1788508
     2.4.x patch: trunk works
     +1: covener, ylavic, jchampion
     jchampion: Trunk patches don't apply cleanly for me. The patch I used to
                test is at https://home.apache.org/~jchampion/patches/2.4.x-expr-REMOTE_PORT.patch

  *) Easy patches: synch 2.4.x and trunk
     - cache: Use apr_pstrmemdup instead of apr_pstrndup when applicable
     - cache: Remove a useless break + tiny style fix (missing space)
@@ -207,7 +207,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  http://svn.apache.org/r1777594
                  http://svn.apache.org/r1783056
     2.4.x patch: trunk patches work
     +1: jailletc36
     +1: jailletc36, ylavic

  *) core: Disallow multiple Listen on the same IP:port when listener buckets
     are configured (ListenCoresBucketsRatio > 0), consistently with the single