Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 85929 invoked from network); 4 Sep 2007 00:45:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2007 00:45:41 -0000 Received: (qmail 36349 invoked by uid 500); 4 Sep 2007 00:45:35 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 36311 invoked by uid 500); 4 Sep 2007 00:45:35 -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 36300 invoked by uid 99); 4 Sep 2007 00:45:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2007 17:45:35 -0700 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; Tue, 04 Sep 2007 00:46:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3F3031A9832; Mon, 3 Sep 2007 17:45:07 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r572464 - /apr/apr/branches/1.2.x/CHANGES Date: Tue, 04 Sep 2007 00:45:07 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070904004507.3F3031A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Mon Sep 3 17:45:06 2007 New Revision: 572464 URL: http://svn.apache.org/viewvc?rev=572464&view=rev Log: Not entirely empty of change entries Modified: apr/apr/branches/1.2.x/CHANGES Modified: apr/apr/branches/1.2.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/CHANGES?rev=572464&r1=572463&r2=572464&view=diff ============================================================================== --- apr/apr/branches/1.2.x/CHANGES [utf-8] (original) +++ apr/apr/branches/1.2.x/CHANGES [utf-8] Mon Sep 3 17:45:06 2007 @@ -1,7 +1,11 @@ -*- coding: utf-8 -*- Changes for APR 1.2.11 + *) Win32 apr_file_read; Correctly handle completion-based read-to-EOF. + [Steven Naim ] + *) Fixed Win32 regression of stdout inheritance in apr_proc_create. + [William Rowe] Changes for APR 1.2.10