From 8b10742999adac6da8361fe10c0d1700a5fba7d5 Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Mon, 6 May 2002 09:21:41 +0000 Subject: [PATCH] for 2.0.36: showstoppers = 0; for 2.0.37: showstoppers = 1; git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94953 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/STATUS b/STATUS index 8cd5af3dd5..ce43925b6a 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/05/06 07:43:39 $] +Last modified at [$Date: 2002/05/06 09:21:41 $] Release: @@ -47,16 +47,11 @@ on related projects: CURRENT RELEASE NOTES: - * 36 status: + * 36 status: scheduled for release on Monday, May 6, 2002 RELEASE SHOWSTOPPERS: - * worker MPM segfaults because the apr_bucket_alloc_t is cleaned - up twice. - - * The atomics code produces binaries that are not forward compatible - on Solaris (eg. Solaris 5.6 binaries can fail on older hardware - running on Solaris 7). (See APR's STATUS file.) + * for 2.0.37: decide if the MMN bump was warranted CURRENT VOTES: @@ -90,12 +85,10 @@ CURRENT VOTES: RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: - * The worker MPM needs to be able to gracelessly kill off its - children. The current proposal would have the worker keep - track of all currently accepted socket descriptors, and to - close them all as soon as the listener thread receives the - signal to shutdown. - Status: Aaron volunteers + * The 2.0.36 worker MPM graceless shutdown changes work but are + a bit clunky on some platforms; eg, on Linux, the loop to + join each worker thread seems to hang, and the parent ends up + killing off the child with SIGKILL. But at least it shuts down. * --enable-mods-shared="foo1 foo2" is busted on Darwin. Pier posted a patch (Message-ID: ). -- 2.50.1