Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 75563 invoked from network); 15 Nov 2007 20:31:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2007 20:31:08 -0000 Received: (qmail 57440 invoked by uid 500); 15 Nov 2007 20:30:56 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 57338 invoked by uid 500); 15 Nov 2007 20:30:55 -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 57327 invoked by uid 99); 15 Nov 2007 20:30:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2007 12:30:55 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2007 20:30:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 727B71A983A; Thu, 15 Nov 2007 12:30:47 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r595440 - in /apr/apr/branches/1.2.x: CHANGES STATUS include/apr_version.h Date: Thu, 15 Nov 2007 20:30:47 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071115203047.727B71A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Thu Nov 15 12:30:46 2007 New Revision: 595440 URL: http://svn.apache.org/viewvc?rev=595440&view=rev Log: bump after tag Modified: apr/apr/branches/1.2.x/CHANGES apr/apr/branches/1.2.x/STATUS apr/apr/branches/1.2.x/include/apr_version.h Modified: apr/apr/branches/1.2.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/CHANGES?rev=595440&r1=595439&r2=595440&view=diff ============================================================================== --- apr/apr/branches/1.2.x/CHANGES [utf-8] (original) +++ apr/apr/branches/1.2.x/CHANGES [utf-8] Thu Nov 15 12:30:46 2007 @@ -1,4 +1,8 @@ -*- coding: utf-8 -*- +Changes for APR 1.2.13 + + + Changes for APR 1.2.12 *) Numerous fixes to the test/ framework, including better handling of Modified: apr/apr/branches/1.2.x/STATUS URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/STATUS?rev=595440&r1=595439&r2=595440&view=diff ============================================================================== --- apr/apr/branches/1.2.x/STATUS [utf-8] (original) +++ apr/apr/branches/1.2.x/STATUS [utf-8] Thu Nov 15 12:30:46 2007 @@ -3,6 +3,7 @@ Releases: + 1.2.13 : in maintenance 1.2.12 : tagged November 15, 2007 1.2.11 : released September 6, 2007 1.2.10 : not released Modified: apr/apr/branches/1.2.x/include/apr_version.h URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/include/apr_version.h?rev=595440&r1=595439&r2=595440&view=diff ============================================================================== --- apr/apr/branches/1.2.x/include/apr_version.h (original) +++ apr/apr/branches/1.2.x/include/apr_version.h Thu Nov 15 12:30:46 2007 @@ -59,14 +59,14 @@ * The Patch Level never includes API changes, simply bug fixes. * Reset to 0 when upgrading APR_MINOR_VERSION */ -#define APR_PATCH_VERSION 12 +#define APR_PATCH_VERSION 13 /** * The symbol APR_IS_DEV_VERSION is only defined for internal, * "development" copies of APR. It is undefined for released versions * of APR. */ -/* #undef APR_IS_DEV_VERSION */ +#define APR_IS_DEV_VERSION #if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN)