summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2019-06-25 14:48:11 +0000
committerJoe Orton <jorton@apache.org>2019-06-25 14:48:11 +0000
commitf598efe21e4a8f5d8b8237cf4925ece694532f1a (patch)
tree797c6a756241bef0247d62094caf58c9b0fb0f68 /CHANGES
parent864ce9d1b1784c31386a7a5ff568e78f56a0a75f (diff)
downloadapr-f598efe21e4a8f5d8b8237cf4925ece694532f1a.tar.gz
Note apr_dir_pread.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1862073 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 70d5447fb..9b6655828 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]