From commits-return-12014-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Thu Apr 14 21:58:29 2011 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 57260 invoked from network); 14 Apr 2011 21:58:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Apr 2011 21:58:29 -0000 Received: (qmail 28877 invoked by uid 500); 14 Apr 2011 21:58:29 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 28785 invoked by uid 500); 14 Apr 2011 21:58:29 -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 28778 invoked by uid 99); 14 Apr 2011 21:58:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Apr 2011 21:58:28 +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, 14 Apr 2011 21:58:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C0C04238890A; Thu, 14 Apr 2011 21:58:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1092529 - in /apr/apr-util/branches/1.3.x: CHANGES include/apu_version.h Date: Thu, 14 Apr 2011 21:58:05 -0000 To: commits@apr.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110414215805.C0C04238890A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Thu Apr 14 21:58:05 2011 New Revision: 1092529 URL: http://svn.apache.org/viewvc?rev=1092529&view=rev Log: 1.3.11 is tagged; bump to 1.3.12 (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=1092529&r1=1092528&r2=1092529&view=diff ============================================================================== --- apr/apr-util/branches/1.3.x/CHANGES [utf-8] (original) +++ apr/apr-util/branches/1.3.x/CHANGES [utf-8] Thu Apr 14 21:58:05 2011 @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with APR-util 1.3.12 + + Changes with APR-util 1.3.11 *) apr_dbd_oracle: fix endianness issue in prepared statements. 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=1092529&r1=1092528&r2=1092529&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 Apr 14 21:58:05 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 11 +#define APU_PATCH_VERSION 12 /** * 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)