summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2019-06-23 23:38:02 +0000
committerGraham Leggett <minfrin@apache.org>2019-06-23 23:38:02 +0000
commit41666087a9efa4ef4f38617794aefb81c29400b9 (patch)
treeea757b9e8d944467a778ca9dc9758130547f9e5b /CHANGES
parenta8ef9b25706d3ce1c5c2cb1b6adcf872d9e9d2c9 (diff)
downloadapr-41666087a9efa4ef4f38617794aefb81c29400b9.tar.gz
apr_crypto_openssl: Remove unused link to the ssl library.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1861959 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 90fa1840b..70d5447fb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) apr_crypto_openssl: Remove unused link to the ssl library.
+ [Graham Leggett]
+
*) 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).