Return-Path: X-Original-To: apmail-apr-commits-archive@www.apache.org Delivered-To: apmail-apr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D11257852 for ; Tue, 13 Sep 2011 01:26:33 +0000 (UTC) Received: (qmail 99444 invoked by uid 500); 13 Sep 2011 01:26:33 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 99410 invoked by uid 500); 13 Sep 2011 01:26:33 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 99403 invoked by uid 99); 13 Sep 2011 01:26:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 01:26:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 13 Sep 2011 01:26:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7834B238888F for ; Tue, 13 Sep 2011 01:26:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1170002 - in /apr/apr/branches/0.9.x: CHANGES include/apr_version.h Date: Tue, 13 Sep 2011 01:26:10 -0000 To: commits@apr.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110913012610.7834B238888F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Tue Sep 13 01:26:10 2011 New Revision: 1170002 URL: http://svn.apache.org/viewvc?rev=1170002&view=rev Log: 0.9.20 is tagged; bump to 0.9.21 Modified: apr/apr/branches/0.9.x/CHANGES apr/apr/branches/0.9.x/include/apr_version.h Modified: apr/apr/branches/0.9.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/CHANGES?rev=1170002&r1=1170001&r2=1170002&view=diff ============================================================================== --- apr/apr/branches/0.9.x/CHANGES [utf-8] (original) +++ apr/apr/branches/0.9.x/CHANGES [utf-8] Tue Sep 13 01:26:10 2011 @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with APR 0.9.21 + + Changes with APR 0.9.20 *) Security: CVE-2011-0419 Modified: apr/apr/branches/0.9.x/include/apr_version.h URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/include/apr_version.h?rev=1170002&r1=1170001&r2=1170002&view=diff ============================================================================== --- apr/apr/branches/0.9.x/include/apr_version.h (original) +++ apr/apr/branches/0.9.x/include/apr_version.h Tue Sep 13 01:26:10 2011 @@ -61,13 +61,13 @@ extern "C" { #define APR_MINOR_VERSION 9 /** patch level */ -#define APR_PATCH_VERSION 20 +#define APR_PATCH_VERSION 21 /** * This symbol is defined for internal, "development" copies of APR. This * symbol will be #undef'd for releases. */ -/* #define APR_IS_DEV_VERSION */ +#define APR_IS_DEV_VERSION /** The formatted string of APR's version */