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.1.8~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de6fe92a1793bd3f7f5a7eb2e279f9927961cd02;p=thirdparty%2Fapache%2Fhttpd.git 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/branches/2.2.x@290442 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 573c61f17de..96a539b25eb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- 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.