Commit 3813726a authored by Jeff Trawick's avatar Jeff Trawick
Browse files

vote, promote


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@486609 13f79535-47bb-0310-9956-ffa450edef68
parent 68508b34
Loading
Loading
Loading
Loading
+30 −30
Changes for STATUS: 30 added lines, 30 removed lines.
Original line number Diff line number Diff line
@@ -78,6 +78,35 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

   * mod_dumpio: Allow logging at other LogLevels via DumpIOLogLevel
     directive.
      Trunk version of patch:
        http://svn.apache.org/viewvc?view=rev&revision=463291
      2.2.x version of patch:
        http://people.apache.org/~jim/patches/dumpio-patch.txt
      +1: jim, wrowe, trawick (remember to tweak the "2.3.x" string in
          mod_dumpio.xml)
      wrowe asks: isn't it time to make LogLevel directive parsing
                  reusable in the ap_config api?

   * rotatelogs: Produce useful error messages for open() failures.
     PR 39487
     Trunk version of patch:
       http://svn.apache.org/viewvc?view=rev&revision=478135
       http://svn.apache.org/viewvc?view=rev&revision=485828
     2.2.x version of patch:
       Trunk version works.
     +1: trawick, jim, wrowe

   * mod_proxy_balancer: Have the find_best_worker() function
    increment the elected counter, rather than requiring each
    ind lb method to do it, isolating what each lb method
    needs to do.
     Trunk version of patch:
       http://svn.apache.org/viewvc?view=rev&revision=484783
     2.2.x version of patch:
       Trunk version works.
     +1: jim, rpluem, trawick

PATCHES PROPOSED TO BACKPORT FROM TRUNK:

@@ -179,16 +208,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: minfrin, jim, wrowe
        wrowe asks; should ptr mobj->m be nulled out for safety's sake?

   * mod_dumpio: Allow logging at other LogLevels via DumpIOLogLevel
     directive.
      Trunk version of patch:
        http://svn.apache.org/viewvc?view=rev&revision=463291
      2.2.x version of patch:
        http://people.apache.org/~jim/patches/dumpio-patch.txt
      +1: jim, wrowe
      wrowe asks: isn't it time to make LogLevel directive parsing
                  reusable in the ap_config api?

   * mod_authn_dbd: Export any additional columns queried in the SQL select
     into the environment with the name AUTHENTICATE_<COLUMN>. This brings
     mod_authn_dbd behaviour in line with mod_authnz_ldap.
@@ -218,25 +237,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                 same syntax to benefit from one generic implementation
                 (in httpd, not apr, since it's config syntax specific).

   * rotatelogs: Produce useful error messages for open() failures.
     PR 39487
     Trunk version of patch:
       http://svn.apache.org/viewvc?view=rev&revision=478135
       http://svn.apache.org/viewvc?view=rev&revision=485828
     2.2.x version of patch:
       Trunk version works.
     +1: trawick, jim, wrowe

   * mod_proxy_balancer: Have the find_best_worker() function
    increment the elected counter, rather than requiring each
    ind lb method to do it, isolating what each lb method
    needs to do.
     Trunk version of patch:
       http://svn.apache.org/viewvc?view=rev&revision=484783
     2.2.x version of patch:
       Trunk version works.
     +1: jim, rpluem

   * mod_proxy_balancer: Remove unnecessary lock/unlock for
     the post_request hook. We are actually doing nothing here.
     But keep the code (but macroed out) for future usage.
@@ -265,4 +265,4 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:

  * mod_filter: PR#39420, make matching on resp=Content-Type case-insensitive.
    http://svn.apache.org/viewvc?view=rev&revision=486455
    +1: niq
    +1: niq, trawick