]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
hangs head in shame ...
authorNick Kew <niq@apache.org>
Thu, 11 Oct 2007 23:24:26 +0000 (23:24 +0000)
committerNick Kew <niq@apache.org>
Thu, 11 Oct 2007 23:24:26 +0000 (23:24 +0000)
vote to fix my typo

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583985 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1e7969b76e39926873320203da82255e20ad4b66..4aeaa36c18c767972d0afa831dade6d4044c36c2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -79,6 +79,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * modules/proxy/mod_proxy_http.c (ap_proxy_http_register_hook): Fix
+      apr_pool_cleanup_register() invocation added in r583202, which was
+      causing every apr_proc_create() call to segfault.
+      Trunk version of patch:
+        http://svn.apache.org/viewvc?view=rev&revision=583813
+     +1: rpluem, jim, niq
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -211,13 +218,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      rpluem says: There is a conflict with the documentation (I don't know why).
      Once fixed I am +1.
 
-    * modules/proxy/mod_proxy_http.c (ap_proxy_http_register_hook): Fix
-      apr_pool_cleanup_register() invocation added in r583202, which was
-      causing every apr_proc_create() call to segfault.
-      Trunk version of patch:
-        http://svn.apache.org/viewvc?view=rev&revision=583813
-     +1: rpluem, jim
-
 PATCHES/ISSUES THAT ARE STALLED
 
     * mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability