summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2018-06-21 17:37:31 +0000
committerYann Ylavic <ylavic@apache.org>2018-06-21 17:37:31 +0000
commit3b184bb1f97b973487e13e95e8ab54fdb02e3e24 (patch)
treede1738f654826bfc84a4f84c8779fe02ae98add6 /CHANGES
parent22d813ce8f45111bd9bf2aee56295ccbba186d96 (diff)
downloadapr-3b184bb1f97b973487e13e95e8ab54fdb02e3e24.tar.gz
apr_reslist: add apr_reslist_acquire_ex().
Allows to control acquire order, either LIFO (default and current behaviour) or FIFO. Associated test upcoming... git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1834034 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 ae24bb443..fdd532e2a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) Add apr_reslist_acquire_ex() which allows to control acquire order,
+ that is LIFO (default) or FIFO. [Yann Ylavic]
+
*) apr_file_write: Optimize large reads from buffered files on Windows.
[Evgeny Kotkov]