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 DF5854E23 for ; Thu, 19 May 2011 14:41:17 +0000 (UTC) Received: (qmail 15444 invoked by uid 500); 19 May 2011 14:41:17 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 15384 invoked by uid 500); 19 May 2011 14:41:17 -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 15377 invoked by uid 99); 19 May 2011 14:41:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2011 14:41:17 +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; Thu, 19 May 2011 14:41:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 448C223888C2; Thu, 19 May 2011 14:40:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1124860 - in /apr/apr-util/branches/1.3.x: CHANGES include/apu_version.h Date: Thu, 19 May 2011 14:40:56 -0000 To: commits@apr.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110519144056.448C223888C2@eris.apache.org> Author: trawick Date: Thu May 19 14:40:55 2011 New Revision: 1124860 URL: http://svn.apache.org/viewvc?rev=1124860&view=rev Log: 1.3.12 is tagged; bump to 1.3.13 (development) 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=1124860&r1=1124859&r2=1124860&view=diff ============================================================================== --- apr/apr-util/branches/1.3.x/CHANGES [utf-8] (original) +++ apr/apr-util/branches/1.3.x/CHANGES [utf-8] Thu May 19 14:40:55 2011 @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with APR-util 1.3.13 + + Changes with APR-util 1.3.12 *) apr_ldap: Fix crash because of NULL cleanup registered by 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=1124860&r1=1124859&r2=1124860&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 Thu May 19 14:40:55 2011 @@ -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 12 +#define APU_PATCH_VERSION 13 /** * The symbol APU_IS_DEV_VERSION is only defined for internal, * "development" copies of APU. It is undefined for released versions * of APU. */ -/* #define APU_IS_DEV_VERSION */ +#define APU_IS_DEV_VERSION #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)