Commit b285ac5b authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Promote.


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

    * mod_mem_cache: Memory leak fix: Unconditionally free the buffer.
      Trunk: http://svn.apache.org/viewvc?view=rev&revision=450070
      +1: minfrin, jim, wrowe
        wrowe asks; should ptr mobj->m be nulled out for safety's sake?

PATCHES PROPOSED TO BACKPORT FROM TRUNK:

    * mpm_winnt: Fix return values from wait_for_many_objects.
@@ -173,11 +178,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
           make more sense, permit direct Reverse'als when appropriate and
           restrict the Substitutions to be parsed only when required.

    * mod_mem_cache: Memory leak fix: Unconditionally free the buffer.
      Trunk: http://svn.apache.org/viewvc?view=rev&revision=450070
      +1: minfrin, jim, wrowe
        wrowe asks; should ptr mobj->m be nulled out for safety's sake?

   * 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.