1                                                     -*- coding: utf-8 -*-
2Changes with APR-util 1.6.1
3
4  *) Win32: Add function exports from new apr_crypto API's missing in 1.6.0.
5
6  *) Win32: Introduce XML_PARSER build-time variable to select the expat
7     library name to be linked to libaprutil-1.dll. See Makefile.win
8
9  *) Win32: Removed lingering xml/xml.dsp project forked from the expat
10     Project in the 1.9x era. Use expat's maintained build schema instead,
11     prior to building apr-util.
12
13  *) apr_crypto: Fix compatibility with LibreSSL.  PR 61596.
14     [Bernard Spil <brnrd freebsd.org>, Yann Ylavic]
15
16  *) sdbm: better database/page validation to fail cleanly when corrupted.
17     [Yann Ylavic]
18
19Changes with APR-util 1.6.0
20
21  *) The expat dependency of apr-util is no longer built with apr-util.
22     Install expat (including development headers and libraries) first
23     before building apr-util. [https://libexpat.github.io/]
24
25  *) Mark apr_dbd_freetds as unsupported, and remove it from all builds
26     [Nick Kew]
27
28  *) Update MySQL build to stop using libmysqlclient_r.
29     [Petr Sumbera <petr.sumbera oracle.com>]
30
31  *) apr_buckets: Add apr_bucket_file_set_buf_size() which allows to configure
32     the size of the buffer used to read files.  [Yann Ylavic]
33
34  *) apr_crypto: avoid excessive iteration in bcrypt hash.
35     [Hanno B��ck <hanno hboeck.de>]
36
37  *) apr_siphash: Implement keyed hash function SipHash.  [Yann Ylavic]
38
39  *) apr_crypto: Add apr_crypto_key() function which supports keys
40     generated from a passphrase or a raw secret provided by the caller.
41     Deprecate apr_crypto_passphrase(). [Graham Leggett]
42
43  *) apr_crypto_nss: Ensure the SECItem returned by PK11_ParamFromIV
44     is properly freed. [Graham Leggett]
45
46  *) apr_crypto: Don't cache the driver if initialisation fails. This
47     stops the second and subsequent attempt to use the API from failing
48     claiming the library is not initialised. [Graham Leggett]
49
50  *) apr_crypto: Add a native CommonCrypto implementation for iOS and OSX
51     where OpenSSL has been deprecated. [Graham Leggett]
52
53  *) apr_xml_to_text: Add style APR_XML_X2T_PARSED to maintain a
54     consistent namespace prefix. [Jari Urpalainen
55     <jari.urpalainen nokia.com>]
56
57Changes with APR-util 1.5.x and later:
58
59  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/CHANGES?view=markup
60
61Changes with APR-util 1.4.x and later:
62
63  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?view=markup
64
65Changes for APR-util 1.3.x and later:
66
67  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/CHANGES?view=markup
68
69Changes for APR-util 1.2.x and later:
70
71  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/CHANGES?view=markup
72
73Changes for APR-util 1.1.x and later:
74
75  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.1.x/CHANGES?view=markup
76
77Changes for APR-util 1.0.x and later:
78
79  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.0.x/CHANGES?view=markup
80
81Changes for APR-util 0.9.x and later/earlier:
82
83  *) http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/CHANGES?view=markup
84