Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 29125 invoked from network); 20 Sep 2005 13:16:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2005 13:16:27 -0000 Received: (qmail 90419 invoked by uid 500); 20 Sep 2005 13:16:19 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 90323 invoked by uid 500); 20 Sep 2005 13:16:18 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 90302 invoked by uid 99); 20 Sep 2005 13:16:17 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 20 Sep 2005 06:16:17 -0700 Received: (qmail 28987 invoked by uid 65534); 20 Sep 2005 13:16:09 -0000 Message-ID: <20050920131609.28986.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r290442 - in /httpd/httpd: branches/2.2.x/CHANGES trunk/CHANGES Date: Tue, 20 Sep 2005 13:16:08 -0000 To: cvs@httpd.apache.org From: colm@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: colm Date: Tue Sep 20 06:16:01 2005 New Revision: 290442 URL: http://svn.apache.org/viewcvs?rev=290442&view=rev Log: As of the 2.2.x docs re-sync, this change is now in the 2.2.x branch. Modified: httpd/httpd/branches/2.2.x/CHANGES httpd/httpd/trunk/CHANGES Modified: httpd/httpd/branches/2.2.x/CHANGES URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/CHANGES?rev=290442&r1=290441&r2=290442&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original) +++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Tue Sep 20 06:16:01 2005 @@ -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. Modified: httpd/httpd/trunk/CHANGES URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=290442&r1=290441&r2=290442&view=diff ============================================================================== --- httpd/httpd/trunk/CHANGES [utf-8] (original) +++ httpd/httpd/trunk/CHANGES [utf-8] Tue Sep 20 06:16:01 2005 @@ -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 @@ -29,6 +26,9 @@ [Martin Kraemer, David Reid] 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