From commits-return-7037-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Mon Sep 26 20:23:09 2005 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 85296 invoked from network); 26 Sep 2005 20:23:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Sep 2005 20:23:09 -0000 Received: (qmail 94387 invoked by uid 500); 26 Sep 2005 20:23:09 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 94283 invoked by uid 500); 26 Sep 2005 20:23:09 -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 94270 invoked by uid 99); 26 Sep 2005 20:23:09 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 26 Sep 2005 13:23:08 -0700 Received: (qmail 85263 invoked by uid 65534); 26 Sep 2005 20:22:48 -0000 Message-ID: <20050926202248.85262.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r291730 - in /apr/apr/branches/0.9.x: CHANGES STATUS include/apr_version.h Date: Mon, 26 Sep 2005 20:22:47 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: wrowe Date: Mon Sep 26 13:22:42 2005 New Revision: 291730 URL: http://svn.apache.org/viewcvs?rev=291730&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/viewcvs/apr/apr/branches/0.9.x/CHANGES?rev=291730&r1=291729&r2=291730&view=diff ============================================================================== --- apr/apr/branches/0.9.x/CHANGES (original) +++ apr/apr/branches/0.9.x/CHANGES Mon Sep 26 13:22:42 2005 @@ -1,3 +1,7 @@ +Changes with APR 0.9.8-dev + + + Changes with APR 0.9.7 *) Fix crash in apr_dir_make_recursive() for relative path Modified: apr/apr/branches/0.9.x/STATUS URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/STATUS?rev=291730&r1=291729&r2=291730&view=diff ============================================================================== --- apr/apr/branches/0.9.x/STATUS (original) +++ apr/apr/branches/0.9.x/STATUS Mon Sep 26 13:22:42 2005 @@ -3,6 +3,7 @@ Release: + 0.9.8 : in development 0.9.7 : tagged September 26, 2005 0.9.6 : released February 4, 2005 0.9.5 : released November 16, 2004 Modified: apr/apr/branches/0.9.x/include/apr_version.h URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/apr_version.h?rev=291730&r1=291729&r2=291730&view=diff ============================================================================== --- apr/apr/branches/0.9.x/include/apr_version.h (original) +++ apr/apr/branches/0.9.x/include/apr_version.h Mon Sep 26 13:22:42 2005 @@ -61,13 +61,13 @@ #define APR_MINOR_VERSION 9 /** patch level */ -#define APR_PATCH_VERSION 7 +#define APR_PATCH_VERSION 8 /** * This symbol is defined for internal, "development" copies of APR. This * symbol will be #undef'd for releases. */ -/* #define APR_IS_DEV_VERSION */ +#define APR_IS_DEV_VERSION /** The formatted string of APR's version */