From: Colm MacCarthaigh Date: Tue, 20 Sep 2005 13:16:01 +0000 (+0000) Subject: As of the 2.2.x docs re-sync, this change is now in the 2.2.x branch. X-Git-Tag: 2.3.0~2984 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c44f9f423763f31b699eedb8170ced6f5b785df;p=apache As of the 2.2.x docs re-sync, this change is now in the 2.2.x branch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290442 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e284fd6d34..d5793b3b00 100644 --- a/CHANGES +++ b/CHANGES @@ -2,9 +2,6 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] - *) Document the ReceiveBufferSize change done in r157583 [Murray - Nesbitt ] - *) Fix mod_dbd's config [Brian J. France ] *) httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT setting, as @@ -30,6 +27,9 @@ Changes with Apache 2.3.0 Changes with Apache 2.1.8 + *) Document the ReceiveBufferSize change done in r157583 [Murray + Nesbitt ] + *) prefork, worker and event MPMs: Support a graceful-stop procedure: Server will wait until existing requests are finished or until "GracefulShutdownTimeout" number of seconds before exiting.