Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 81368 invoked from network); 31 Dec 2005 16:49:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Dec 2005 16:49:42 -0000 Received: (qmail 76814 invoked by uid 500); 31 Dec 2005 16:49:41 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 76790 invoked by uid 500); 31 Dec 2005 16:49:41 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 76774 invoked by uid 99); 31 Dec 2005 16:49:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Dec 2005 08:49:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of joe@mail.sunstarsys.com designates 64.139.134.58 as permitted sender) Received: from [64.139.134.58] (HELO mail.sunstarsys.com) (64.139.134.58) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Dec 2005 08:49:39 -0800 Received: from gemini.sunstarsys.com (mumonkan.sunstarsys.com [65.12.220.185]) by mail.sunstarsys.com (8.13.4/8.13.4/Debian-3) with ESMTP id jBVGnHM6007352 for ; Sat, 31 Dec 2005 11:49:18 -0500 Received: from gemini.sunstarsys.com (joe@localhost.localdomain [127.0.0.1]) by gemini.sunstarsys.com (8.13.5/8.13.5/Debian-3) with ESMTP id jBVGnCk6019288 for ; Sat, 31 Dec 2005 11:49:12 -0500 Received: (from joe@localhost) by gemini.sunstarsys.com (8.13.5/8.13.5/Submit) id jBVGnBao019287; Sat, 31 Dec 2005 11:49:11 -0500 From: Joe Schaefer To: apreq-dev@httpd.apache.org Subject: Re: svn commit: r360292 - in /httpd/apreq/trunk: CHANGES include/apreq_version.h module/apache2/filter.c References: <20051231152552.53936.qmail@minotaur.apache.org> Date: Sat, 31 Dec 2005 11:49:11 -0500 In-Reply-To: <20051231152552.53936.qmail@minotaur.apache.org> (pgollucci@apache.org's message of "Sat, 31 Dec 2005 15:25:51 -0000") Message-ID: <87hd8pdxfc.fsf@gemini.sunstarsys.com> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N pgollucci@apache.org writes: > Author: pgollucci > Date: Sat Dec 31 07:25:48 2005 > New Revision: 360292 > > URL: http://svn.apache.org/viewcvs?rev=360292&view=rev > Log: > make use of the APREQ_DEFAULT_READ_LIMIT constant for the read_limit > > Modified: > httpd/apreq/trunk/CHANGES > httpd/apreq/trunk/include/apreq_version.h > httpd/apreq/trunk/module/apache2/filter.c Oops. Actually you don't need a library version bump here, since you're just changing mod_apreq2. Instead, you need to bump the mmn number in module/apache2/apreq_module_apache2.h -- Joe Schaefer