Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 78601 invoked from network); 5 Feb 2010 19:43:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Feb 2010 19:43:26 -0000 Received: (qmail 9406 invoked by uid 500); 5 Feb 2010 19:43:26 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 9339 invoked by uid 500); 5 Feb 2010 19:43:25 -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 9330 invoked by uid 99); 5 Feb 2010 19:43:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2010 19:43:25 +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; Fri, 05 Feb 2010 19:43:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D7AFB23889E9; Fri, 5 Feb 2010 19:43:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r907067 - /apr/apr/branches/1.3.x/CHANGES Date: Fri, 05 Feb 2010 19:43:02 -0000 To: commits@apr.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100205194302.D7AFB23889E9@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Fri Feb 5 19:43:02 2010 New Revision: 907067 URL: http://svn.apache.org/viewvc?rev=907067&view=rev Log: note the difference in 1.3.11 (why else have it?) Modified: apr/apr/branches/1.3.x/CHANGES Modified: apr/apr/branches/1.3.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/CHANGES?rev=907067&r1=907066&r2=907067&view=diff ============================================================================== --- apr/apr/branches/1.3.x/CHANGES [utf-8] (original) +++ apr/apr/branches/1.3.x/CHANGES [utf-8] Fri Feb 5 19:43:02 2010 @@ -1,7 +1,8 @@ -*- coding: utf-8 -*- Changes for APR 1.3.11 - + *) Fix bad autoconf version number in messages from buildcheck.sh + (called from buildconf). [Jeff Trawick] Changes for APR 1.3.10