Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 33551 invoked from network); 21 Sep 2010 20:51:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Sep 2010 20:51:30 -0000 Received: (qmail 44236 invoked by uid 500); 21 Sep 2010 20:51:30 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 44174 invoked by uid 500); 21 Sep 2010 20:51:29 -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 44167 invoked by uid 99); 21 Sep 2010 20:51:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Sep 2010 20:51:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Sep 2010 20:51:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 410852388865; Tue, 21 Sep 2010 20:51:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r999633 - /httpd/httpd/trunk/include/ap_mmn.h Date: Tue, 21 Sep 2010 20:51:06 -0000 To: cvs@httpd.apache.org From: minfrin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100921205106.410852388865@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: minfrin Date: Tue Sep 21 20:51:05 2010 New Revision: 999633 URL: http://svn.apache.org/viewvc?rev=999633&view=rev Log: Add an MMN bump for create_entity in mod_cache.h. Modified: httpd/httpd/trunk/include/ap_mmn.h Modified: httpd/httpd/trunk/include/ap_mmn.h URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mmn.h?rev=999633&r1=999632&r2=999633&view=diff ============================================================================== --- httpd/httpd/trunk/include/ap_mmn.h (original) +++ httpd/httpd/trunk/include/ap_mmn.h Tue Sep 21 20:51:05 2010 @@ -259,6 +259,8 @@ * to check_authorization() function. Add * parse_require_line() function. * 20100919.1 (2.3.9-dev) Introduce ap_rxplus util/API + * 20100921.0 (2.3.9-dev) Add an apr_bucket_brigade to the create_entity + * provider interface for mod_cache.h. */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */