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 4C961D3DC for ; Fri, 7 Sep 2012 21:35:19 +0000 (UTC) Received: (qmail 79371 invoked by uid 500); 7 Sep 2012 21:35:19 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 79277 invoked by uid 500); 7 Sep 2012 21:35:19 -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 79264 invoked by uid 99); 7 Sep 2012 21:35:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 21:35:19 +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; Fri, 07 Sep 2012 21:35:17 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2A5EC2388980 for ; Fri, 7 Sep 2012 21:34:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1382183 - in /apr/apr-util/branches/1.5.x: CHANGES STATUS include/apu_version.h Date: Fri, 07 Sep 2012 21:34:34 -0000 To: commits@apr.apache.org From: sf@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120907213435.2A5EC2388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sf Date: Fri Sep 7 21:34:34 2012 New Revision: 1382183 URL: http://svn.apache.org/viewvc?rev=1382183&view=rev Log: And on to 1.5.2 Modified: apr/apr-util/branches/1.5.x/CHANGES apr/apr-util/branches/1.5.x/STATUS apr/apr-util/branches/1.5.x/include/apu_version.h Modified: apr/apr-util/branches/1.5.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/CHANGES?rev=1382183&r1=1382182&r2=1382183&view=diff ============================================================================== --- apr/apr-util/branches/1.5.x/CHANGES [utf-8] (original) +++ apr/apr-util/branches/1.5.x/CHANGES [utf-8] Fri Sep 7 21:34:34 2012 @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with APR-util 1.5.2 + + Changes with APR-util 1.5.1 *) testmemcache: Fix crash. [Peter Poeml ] Modified: apr/apr-util/branches/1.5.x/STATUS URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/STATUS?rev=1382183&r1=1382182&r2=1382183&view=diff ============================================================================== --- apr/apr-util/branches/1.5.x/STATUS [utf-8] (original) +++ apr/apr-util/branches/1.5.x/STATUS [utf-8] Fri Sep 7 21:34:34 2012 @@ -3,6 +3,7 @@ Last modified at [$Date$] Releases: 2.0.0 : None/EOL - merged into apr/trunk/ + 1.5.2 : in development on branches/1.5.x/ 1.5.1 : tagged September 7, 2012 1.5.0 : tagged August 6, 2012, not released 1.4.2 : not released Modified: apr/apr-util/branches/1.5.x/include/apu_version.h URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/include/apu_version.h?rev=1382183&r1=1382182&r2=1382183&view=diff ============================================================================== --- apr/apr-util/branches/1.5.x/include/apu_version.h (original) +++ apr/apr-util/branches/1.5.x/include/apu_version.h Fri Sep 7 21:34:34 2012 @@ -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 1 +#define APU_PATCH_VERSION 2 /** * 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)