From commits-return-14912-archive-asf-public=cust-asf.ponee.io@apr.apache.org Tue Jun 25 14:48:14 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 19F9A18062F for ; Tue, 25 Jun 2019 16:48:14 +0200 (CEST) Received: (qmail 49030 invoked by uid 500); 25 Jun 2019 14:48:13 -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 49021 invoked by uid 99); 25 Jun 2019 14:48:13 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jun 2019 14:48:13 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id AC0723A2D13 for ; Tue, 25 Jun 2019 14:48:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1862073 - /apr/apr/trunk/CHANGES Date: Tue, 25 Jun 2019 14:48:12 -0000 To: commits@apr.apache.org From: jorton@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20190625144812.AC0723A2D13@svn01-us-west.apache.org> Author: jorton Date: Tue Jun 25 14:48:11 2019 New Revision: 1862073 URL: http://svn.apache.org/viewvc?rev=1862073&view=rev Log: Note apr_dir_pread. Modified: apr/apr/trunk/CHANGES Modified: apr/apr/trunk/CHANGES URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=1862073&r1=1862072&r2=1862073&view=diff ============================================================================== --- apr/apr/trunk/CHANGES [utf-8] (original) +++ apr/apr/trunk/CHANGES [utf-8] Tue Jun 25 14:48:11 2019 @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes for APR 2.0.0 + *) apr_dir_pread(): Add function which restricts per-read memory + consumption to a different pool to the apr_dir_t object. + [Joe Orton] + *) apr_crypto_openssl: Remove unused link to the ssl library. [Graham Leggett]