summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2016-03-13 15:09:03 +0000
committerGraham Leggett <minfrin@apache.org>2016-03-13 15:09:03 +0000
commit5a653c27e54468210061f5f5dab8f11aa3428f94 (patch)
treeee7cb0be2d12fb99e332ad7f4a1cc4ba67f7bb0e /CHANGES
parent4316b99199f505ac8eb15fcebb39e54518efe521 (diff)
downloadapr-5a653c27e54468210061f5f5dab8f11aa3428f94.tar.gz
apr_file_io: Add apr_file_pipe_create_pools() allowing a pair of
pipes to be created, each in a different pool. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1734816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 91a205055..605e3c03e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) apr_file_io: Add apr_file_pipe_create_pools() allowing a pair of
+ pipes to be created, each in a different pool. [Graham Leggett]
+
*) apr_table_overlap: Add APR_OVERLAP_TABLES_ADD to merge and set when
overlapping tables. [Graham Leggett]