Commit 76fe9126 authored by Ruediger Pluem's avatar Ruediger Pluem
Browse files

* Vote and promote

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

  *) event: based on the commit log ("use a subpool of pchild since skiplist
     allocations will happen across threads and are only protected from
     other skiplist operations.", per sf's review comments), it sounds like this
     should be backported.
     trunk patch: http://svn.apache.org/r1588806
     2.4.x patch: http://home.apache.org/~jailletc36/backport_1588806.patch
     +1: ylavic, jim, rpluem


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
@@ -142,14 +150,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: svn merge -c 1832092 ^/httpd/httpd/trunk .
     +1: elukey

  *) event: based on the commit log ("use a subpool of pchild since skiplist
     allocations will happen across threads and are only protected from
     other skiplist operations.", per sf's review comments), it sounds like this
     should be backported.
     trunk patch: http://svn.apache.org/r1588806
     2.4.x patch: http://home.apache.org/~jailletc36/backport_1588806.patch
     +1: ylavic, jim

  *) mod_ssl: Fix the error code returned in an error path of 'ssl_io_filter_handshake()'
              This messes-up error handling performed in 'ssl_io_filter_error()'
     trunk patch: http://svn.apache.org/r1645529