summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 0 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 23f91dc7e..07f7d9ee1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,13 +5,6 @@ Changes for APR 2.0.0
*) apr_thread_exit() is now a void function. [Joe Orton]
- *) apr_dir_read(): The returned finfo->name field is now duplicated
- into the pool for all implementations. [Joe Orton]
-
- *) 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]