You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2019/06/25 14:48:12 UTC

svn commit: r1862073 - /apr/apr/trunk/CHANGES

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]