summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2019-06-25 14:48:11 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2019-06-25 14:48:11 +0000
commit72d4ed5f6479c58e3b4ea6bb408600402569eab5 (patch)
tree797c6a756241bef0247d62094caf58c9b0fb0f68
parentfc20af17e8f587c9f69082905cbeec0e964362c2 (diff)
downloadlibapr-72d4ed5f6479c58e3b4ea6bb408600402569eab5.tar.gz
Note apr_dir_pread.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1862073 13f79535-47bb-0310-9956-ffa450edef68
-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]