From 741920ccaa55b7206a45b3aa22a98118b24b6f9e Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Thu, 14 Feb 2002 07:32:51 +0000 Subject: [PATCH] Welcome to .33-dev. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93414 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 15 +++++++++++++++ include/ap_release.h | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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 -- 2.40.0