summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2019-06-23 23:13:03 +0000
committerGraham Leggett <minfrin@apache.org>2019-06-23 23:13:03 +0000
commita8ef9b25706d3ce1c5c2cb1b6adcf872d9e9d2c9 (patch)
tree65596fc49bb78ebef721f07d19bdc64fab242ff6 /CHANGES
parent24ef67941e1b63f6e633f2688976ce35b77dbd51 (diff)
downloadapr-a8ef9b25706d3ce1c5c2cb1b6adcf872d9e9d2c9.tar.gz
apu_dso_init: Fix pool lifetime and introduce a reference count.
apu_dso_init() can now be called more than once (from multiple modules) and from unrelated pools (usually seen in unit tests). git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1861957 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index daf0de991..90fa1840b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) apu_dso_init: Fix pool lifetime and introduce a reference count.
+ apu_dso_init() can now be called more than once (from multiple
+ modules) and from unrelated pools (usually seen in unit tests).
+ [Graham Leggett]
+
*) apr_crypto_openssl: use OPENSSL_init_crypto() to initialise OpenSSL
on versions 1.1+. [Graham Leggett]