]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Promote.
authorJim Jagielski <jim@apache.org>
Wed, 13 Dec 2006 14:09:05 +0000 (14:09 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 13 Dec 2006 14:09:05 +0000 (14:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@486660 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c57b02a9e6312d6b6735a3116590e072a01162cd..9d2fef166ea35ccae6fa57bf386ab91552d5011f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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.