From commits-return-10411-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Wed Jun 03 14:37:08 2009 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 96678 invoked from network); 3 Jun 2009 14:37:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jun 2009 14:37:08 -0000 Received: (qmail 83071 invoked by uid 500); 3 Jun 2009 14:37:20 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 83021 invoked by uid 500); 3 Jun 2009 14:37:20 -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 83012 invoked by uid 99); 3 Jun 2009 14:37:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 14:37:20 +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; Wed, 03 Jun 2009 14:37:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 516FD23888EC; Wed, 3 Jun 2009 14:36:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r781413 - in /apr/apr-util/branches/0.9.x: CHANGES STATUS include/apu_version.h Date: Wed, 03 Jun 2009 14:36:51 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090603143651.516FD23888EC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Wed Jun 3 14:36:50 2009 New Revision: 781413 URL: http://svn.apache.org/viewvc?rev=781413&view=rev Log: bump after tag Modified: apr/apr-util/branches/0.9.x/CHANGES apr/apr-util/branches/0.9.x/STATUS apr/apr-util/branches/0.9.x/include/apu_version.h Modified: apr/apr-util/branches/0.9.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/CHANGES?rev=781413&r1=781412&r2=781413&view=diff ============================================================================== --- apr/apr-util/branches/0.9.x/CHANGES [utf-8] (original) +++ apr/apr-util/branches/0.9.x/CHANGES [utf-8] Wed Jun 3 14:36:50 2009 @@ -1,4 +1,8 @@ -*- coding: utf-8 -*- +Changes with APR-util 0.9.17 + + + Changes with APR-util 0.9.16 *) SECURITY: CVE-2009-0023 (cve.mitre.org) @@ -11,7 +15,6 @@ *) Better error detection for bucket allocation failures. [Jim Jagielski] - Changes with APR-util 0.9.15 *) Test improvements to validate testmd4 and testdbm, unattended. Modified: apr/apr-util/branches/0.9.x/STATUS URL: http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/STATUS?rev=781413&r1=781412&r2=781413&view=diff ============================================================================== --- apr/apr-util/branches/0.9.x/STATUS [utf-8] (original) +++ apr/apr-util/branches/0.9.x/STATUS [utf-8] Wed Jun 3 14:36:50 2009 @@ -3,6 +3,7 @@ Release: + 0.9.17 : in maintenance 0.9.16 : tagged June 3, 2009 0.9.15 : released September 6, 2007 0.9.14 : not released Modified: apr/apr-util/branches/0.9.x/include/apu_version.h URL: http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/include/apu_version.h?rev=781413&r1=781412&r2=781413&view=diff ============================================================================== --- apr/apr-util/branches/0.9.x/include/apu_version.h (original) +++ apr/apr-util/branches/0.9.x/include/apu_version.h Wed Jun 3 14:36:50 2009 @@ -63,13 +63,13 @@ #define APU_MINOR_VERSION 9 /** patch level */ -#define APU_PATCH_VERSION 16 +#define APU_PATCH_VERSION 17 /** * This symbol is defined for internal, "development" copies of APU. This * symbol will be #undef'd for releases. */ -/* #undef APU_IS_DEV_VERSION */ +#define APU_IS_DEV_VERSION /** The formatted string of APU's version */