summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2021-06-21 21:26:54 +0000
committerGraham Leggett <minfrin@apache.org>2021-06-21 21:26:54 +0000
commited965cbccdc8ef54e258941d43e21025c1abf3e4 (patch)
tree9bfd9fb42e48add52a0fc54a0e81dd4cbe96320d /CHANGES
parent8fad5de8706995ff249a0ddd885d8baa3e1ea35f (diff)
downloadapr-ed965cbccdc8ef54e258941d43e21025c1abf3e4.tar.gz
apr_dbm: Add dedicated apr_dbm_get_driver() function that returns
details of the driver selected and any error encountered. Add the apr_dbm_open2() function that references the driver. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1890952 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 ec9e1de67..0cf87986e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) apr_dbm: Add dedicated apr_dbm_get_driver() function that returns
+ details of the driver selected and any error encountered. Add the
+ apr_dbm_open2() function that references the driver. [Graham Leggett]
+
*) apr_mmap_t members pstart, psize and poffset are used internally only
on Windows, remove them. [Yann Yalvic]