Commit a5cd8847 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@1824468 13f79535-47bb-0310-9956-ffa450edef68
parent 996e1d6b
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -118,6 +118,12 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

  *) core: For consistency, ensure that read lines are NUL terminated on any
     error, not only on buffer full.
     trunk patch: http://svn.apache.org/r1824303
     2.4.x patch: trunk works (modulo CHANGES)
     +1: ylavic, rpluem, minfrin


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
@@ -133,12 +139,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  http://svn.apache.org/r1824460
     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/proxy-rfc1035-hostname-v2.diff

  *) core: For consistency, ensure that read lines are NUL terminated on any
     error, not only on buffer full.
     trunk patch: http://svn.apache.org/r1824303
     2.4.x patch: trunk works (modulo CHANGES)
     +1: ylavic, rpluem

  *) regex: Allow to configure global/default options for regexes, like
     caseless matching or extended format.
     trunk patch: http://svn.apache.org/r1824339