Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 14448 invoked from network); 20 Jul 2009 20:01:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jul 2009 20:01:15 -0000 Received: (qmail 83692 invoked by uid 500); 20 Jul 2009 20:02:20 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 83631 invoked by uid 500); 20 Jul 2009 20:02:20 -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 83545 invoked by uid 99); 20 Jul 2009 20:02:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2009 20:02:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Mon, 20 Jul 2009 20:02:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 14C1E23888FE; Mon, 20 Jul 2009 20:01:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r795981 - in /apr/apr/branches/1.3.x: CHANGES include/apr_version.h Date: Mon, 20 Jul 2009 20:01:57 -0000 To: commits@apr.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090720200158.14C1E23888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jim Date: Mon Jul 20 20:01:57 2009 New Revision: 795981 URL: http://svn.apache.org/viewvc?rev=795981&view=rev Log: We are at APR 1.3.8-dev Modified: apr/apr/branches/1.3.x/CHANGES apr/apr/branches/1.3.x/include/apr_version.h Modified: apr/apr/branches/1.3.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/CHANGES?rev=795981&r1=795980&r2=795981&view=diff ============================================================================== --- apr/apr/branches/1.3.x/CHANGES [utf-8] (original) +++ apr/apr/branches/1.3.x/CHANGES [utf-8] Mon Jul 20 20:01:57 2009 @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes for APR 1.3.8 + + Changes for APR 1.3.7 *) More elaborate detection for dup3(), accept4() and epoll_create1(). Modified: apr/apr/branches/1.3.x/include/apr_version.h URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/include/apr_version.h?rev=795981&r1=795980&r2=795981&view=diff ============================================================================== --- apr/apr/branches/1.3.x/include/apr_version.h (original) +++ apr/apr/branches/1.3.x/include/apr_version.h Mon Jul 20 20:01:57 2009 @@ -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 7 +#define APR_PATCH_VERSION 8 /** * 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 /** * Check at compile time if the APR version is at least a certain