Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 55087 invoked from network); 4 Aug 2009 20:49:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Aug 2009 20:49:22 -0000 Received: (qmail 90907 invoked by uid 500); 4 Aug 2009 20:49:27 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 90837 invoked by uid 500); 4 Aug 2009 20:49:27 -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 90828 invoked by uid 99); 4 Aug 2009 20:49:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 20:49:27 +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, 04 Aug 2009 20:49:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 606302388872; Tue, 4 Aug 2009 20:48:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r800962 - in /apr/apr-util/branches/1.3.x: CHANGES include/apu_version.h Date: Tue, 04 Aug 2009 20:48:56 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090804204856.606302388872@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Tue Aug 4 20:48:56 2009 New Revision: 800962 URL: http://svn.apache.org/viewvc?rev=800962&view=rev Log: and we are at util .10-dev Modified: apr/apr-util/branches/1.3.x/CHANGES apr/apr-util/branches/1.3.x/include/apu_version.h Modified: apr/apr-util/branches/1.3.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/CHANGES?rev=800962&r1=800961&r2=800962&view=diff ============================================================================== --- apr/apr-util/branches/1.3.x/CHANGES [utf-8] (original) +++ apr/apr-util/branches/1.3.x/CHANGES [utf-8] Tue Aug 4 20:48:56 2009 @@ -1,4 +1,8 @@ -*- coding: utf-8 -*- +Changes with APR-util 1.3.10 + + + Changes with APR-util 1.3.9 *) SECURITY: CVE-2009-2412 (cve.mitre.org) Modified: apr/apr-util/branches/1.3.x/include/apu_version.h URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/include/apu_version.h?rev=800962&r1=800961&r2=800962&view=diff ============================================================================== --- apr/apr-util/branches/1.3.x/include/apu_version.h (original) +++ apr/apr-util/branches/1.3.x/include/apu_version.h Tue Aug 4 20:48:56 2009 @@ -59,14 +59,14 @@ * The Patch Level never includes API changes, simply bug fixes. * Reset to 0 when upgrading APR_MINOR_VERSION */ -#define APU_PATCH_VERSION 9 +#define APU_PATCH_VERSION 10 /** * The symbol APU_IS_DEV_VERSION is only defined for internal, * "development" copies of APU. It is undefined for released versions * of APU. */ -/* #undef APU_IS_DEV_VERSION */ +#define APU_IS_DEV_VERSION #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)