Commit 7e495cf5 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

Follow up to r1681006: promote the right lazy concensus.

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

   * mod_proxy: use the original (non absolute) form of the request-line's URI
     for requests embedded in CONNECT payloads used to connect SSL backends via
     a ProxyRemote forward-proxy. PR 55892.
     trunk patch: http://svn.apache.org/r1665215
                  http://svn.apache.org/r1665218 (CHANGES entry)
     2.2.x patch: trunk works (modulo CHANGES)
     +1: ylavic, wrowe

   * mod_authn_dbd: Fix lifetime of DB lookup entries independently of the
     selected DB engine.  PR 46421.
     trunk patch: http://svn.apache.org/r1663647
@@ -117,6 +109,11 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
                  (trunk works but the patch includes a CHANGES entry relative to 2.2.x only)
     +1: ylavic, rjung, wrowe

   * mpm_winnt service.c: Accept utf-8 service names/descriptions for i18n.
     trunk patches: http://svn.apache.org/r1611165
                    http://svn.apache.org/r1611169
     2.2.x patch: http://people.apache.org/~wrowe/httpd-2.2-utf8-servicename.patch
     +1: wrowe, gsmith


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -139,11 +136,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     rjung: It seems most prefer the %{...}T variant. I'll switch to that.
     ylavic: OK, I merged the below proposal with this one. breser vote discared.

   * mpm_winnt service.c: Accept utf-8 service names/descriptions for i18n.
     trunk patches: http://svn.apache.org/r1611165
                    http://svn.apache.org/r1611169
     2.2.x patch: http://people.apache.org/~wrowe/httpd-2.2-utf8-servicename.patch
     +1: wrowe, gsmith
   * mod_proxy: use the original (non absolute) form of the request-line's URI
     for requests embedded in CONNECT payloads used to connect SSL backends via
     a ProxyRemote forward-proxy. PR 55892.
     trunk patch: http://svn.apache.org/r1665215
                  http://svn.apache.org/r1665218 (CHANGES entry)
     2.2.x patch: trunk works (modulo CHANGES)
     +1: ylavic, wrowe


PATCHES/ISSUES THAT ARE STALLED