From: Justin Erenkrantz Date: Thu, 14 Feb 2002 07:32:51 +0000 (+0000) Subject: Welcome to .33-dev. X-Git-Tag: 2.0.33~261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e82b0632037bfcf4b70cc85ec1edd0ea66a552da;p=apache Welcome to .33-dev. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93414 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 51900cbe7f..afc7d0f537 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,18 @@ +Changes with Apache 2.0.33-dev + + *) Fix a bug in mod_cgid that would prevent proper shutdown death + of the cgid process. [Aaron Bannert] + + *) Add signal handling back in to the worker MPM for the one_process + (-X, -DDEBUG, -DONE_PROCESS) case. [Aaron Bannert] + + *) Performance: Reuse per-connection transaction pools in the + worker MPM, rather than destroying and recreating them. [Brian Pane] + + *) Remove all signals from the worker MPM's child process. Instead, + the parent uses the Pipe of Death for all communication with the + child processes. [Ryan Bloom] + Changes with Apache 2.0.32 *) mod_negotiation: ForceLanguagePriority now uses 'Prefer' as the diff --git a/include/ap_release.h b/include/ap_release.h index 74644a050f..7ce3a52c9c 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -73,7 +73,7 @@ */ #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPRODUCT "Apache" -#define AP_SERVER_BASEREVISION "2.0.32" +#define AP_SERVER_BASEREVISION "2.0.33-dev" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION