You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2007/10/12 01:24:27 UTC

svn commit: r583985 - /httpd/httpd/branches/2.2.x/STATUS

Author: niq
Date: Thu Oct 11 16:24:26 2007
New Revision: 583985

URL: http://svn.apache.org/viewvc?rev=583985&view=rev
Log:
hangs head in shame ...
vote to fix my typo

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=583985&r1=583984&r2=583985&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu Oct 11 16:24:26 2007
@@ -79,6 +79,13 @@
 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 ]
 
@@ -210,13 +217,6 @@
      +1: niq
      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