From commits-return-9211-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Thu Nov 15 20:30:55 2007 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 75429 invoked from network); 15 Nov 2007 20:30:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2007 20:30:55 -0000 Received: (qmail 57094 invoked by uid 500); 15 Nov 2007 20:30:42 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 56994 invoked by uid 500); 15 Nov 2007 20:30:42 -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 56983 invoked by uid 99); 15 Nov 2007 20:30:42 -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:42 -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:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6A4AE1A9832; Thu, 15 Nov 2007 12:30:34 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r595439 - in /apr/apr/branches/0.9.x: CHANGES STATUS include/apr_version.h Date: Thu, 15 Nov 2007 20:30:34 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071115203034.6A4AE1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Thu Nov 15 12:30:33 2007 New Revision: 595439 URL: http://svn.apache.org/viewvc?rev=595439&view=rev Log: Bump after tag Modified: apr/apr/branches/0.9.x/CHANGES apr/apr/branches/0.9.x/STATUS apr/apr/branches/0.9.x/include/apr_version.h Modified: apr/apr/branches/0.9.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/CHANGES?rev=595439&r1=595438&r2=595439&view=diff ============================================================================== --- apr/apr/branches/0.9.x/CHANGES [utf-8] (original) +++ apr/apr/branches/0.9.x/CHANGES [utf-8] Thu Nov 15 12:30:33 2007 @@ -1,4 +1,8 @@ -*- coding: utf-8 -*- +Changes with APR 0.9.18 + + + Changes with APR 0.9.17 *) Fix DSO-related crash on z/OS caused by incorrect memory Modified: apr/apr/branches/0.9.x/STATUS URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/STATUS?rev=595439&r1=595438&r2=595439&view=diff ============================================================================== --- apr/apr/branches/0.9.x/STATUS [utf-8] (original) +++ apr/apr/branches/0.9.x/STATUS [utf-8] Thu Nov 15 12:30:33 2007 @@ -3,6 +3,7 @@ Release: + 0.9.18 : in maintenance 0.9.17 : tagged November 15, 2007 0.9.16 : released September 6, 2007 0.9.15 : not released Modified: apr/apr/branches/0.9.x/include/apr_version.h URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/include/apr_version.h?rev=595439&r1=595438&r2=595439&view=diff ============================================================================== --- apr/apr/branches/0.9.x/include/apr_version.h (original) +++ apr/apr/branches/0.9.x/include/apr_version.h Thu Nov 15 12:30:33 2007 @@ -61,13 +61,13 @@ #define APR_MINOR_VERSION 9 /** patch level */ -#define APR_PATCH_VERSION 17 +#define APR_PATCH_VERSION 18 /** * This symbol is defined for internal, "development" copies of APR. This * symbol will be #undef'd for releases. */ -/* #undef APR_IS_DEV_VERSION */ +#define APR_IS_DEV_VERSION /** The formatted string of APR's version */