From commits-return-10936-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Fri Oct 16 20:57:15 2009 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 75910 invoked from network); 16 Oct 2009 20:57:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Oct 2009 20:57:14 -0000 Received: (qmail 91560 invoked by uid 500); 16 Oct 2009 20:57:14 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 91497 invoked by uid 500); 16 Oct 2009 20:57:14 -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 91488 invoked by uid 99); 16 Oct 2009 20:57:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 20:57:14 +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, 16 Oct 2009 20:57:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3766523888CF; Fri, 16 Oct 2009 20:56:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r826084 - /apr/apr/branches/1.4.x/CHANGES Date: Fri, 16 Oct 2009 20:56:51 -0000 To: commits@apr.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091016205651.3766523888CF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rpluem Date: Fri Oct 16 20:56:50 2009 New Revision: 826084 URL: http://svn.apache.org/viewvc?rev=826084&view=rev Log: * Fix indentation. Modified: apr/apr/branches/1.4.x/CHANGES Modified: apr/apr/branches/1.4.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?rev=826084&r1=826083&r2=826084&view=diff ============================================================================== --- apr/apr/branches/1.4.x/CHANGES [utf-8] (original) +++ apr/apr/branches/1.4.x/CHANGES [utf-8] Fri Oct 16 20:56:50 2009 @@ -1,10 +1,10 @@ -*- coding: utf-8 -*- Changes for APR 1.4.0 - *) Make apr_pollset and apr_pollcb implementations using providers. - Added apr_pollset_create_ex and apr_pollcb_create_ex that allows - choosing non-default providers. - [Mladen Turk] + *) Make apr_pollset and apr_pollcb implementations using providers. + Added apr_pollset_create_ex and apr_pollcb_create_ex that allows + choosing non-default providers. + [Mladen Turk] *) apr_temp_dir_get() now checks the TMPDIR environment variable first, instead of third. [Jim Jagielski]