summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2016-07-07 14:55:34 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2016-07-07 14:55:34 +0000
commitbbfbc8cf92fa40e30eee9d9c21d0fa8618c022cf (patch)
tree1d88d6b76acd0b1d0f88826420f6c175375635e7 /CHANGES
parent9f3260d9f25bf7527a8749d5d7dfacccfaee1708 (diff)
downloadlibapr-bbfbc8cf92fa40e30eee9d9c21d0fa8618c022cf.tar.gz
apr_crypto: Don't cache the driver if initialisation fails. This
stops the second and subsequent attempt to use the API from failing claiming the library is not initialised. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1751806 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 80b970df7..5d65a6537 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) apr_crypto: Don't cache the driver if initialisation fails. This
+ stops the second and subsequent attempt to use the API from failing
+ claiming the library is not initialised. [Graham Leggett]
+
*) apr_xml_to_text: Add style APR_XML_X2T_PARSED to maintain a
consistent namespace prefix. [Jari Urpalainen
<jari.urpalainen nokia.com>]