-*- coding: utf-8 -*- Changes with APR-util 1.7.0 *) apr_memcache: Check sockets from connection pool before using them and try to reconnect them if they are not usable any longer.[Ruediger Pluem] *) apr_crypto_openssl: Compatibility with OpenSSL 3. [Yann Ylavic] *) configure: Fix configure for compilers which don't accept implicit "int". PR 66396. [Florian Weimer ] *) apr_brigades: Add apr_brigade_split_boundary(), allowing us to split brigades on boundaries of arbitrary length. [Graham Leggett] *) 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] *) Trick autoconf into printing the correct default prefix in the help. [Stefan Fritsch] *) Add the ability to cross compile APR-Util. [Graham Leggett] *) Teach configure how to find and build against MariaDB 10.2. PR 61517 [Kris Karas ] *) apr_crypto_commoncrypto: Remove stray reference to -lcrypto that prevented commoncrypto being enabled. [Graham Leggett] *) Add --tag=CC to libtool invocations. PR 62640. [Michael Osipov] *) 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). [Graham Leggett] *) apr_crypto_openssl: use OPENSSL_init_crypto() to initialise OpenSSL on versions 1.1+. [Graham Leggett] *) apr_jose: Add support for encoding and decoding of JSON Object Signing and Encryption messages as per RFC7515, RFC7516, RFC7517 and RFC7519. [Graham Leggett] *) Add apr_errprintf() as a convenience function to create and populate apu_err_t. [Graham Leggett] *) apr_crypto: Add support for digest functions, with hashing, signing and verifying. [Graham Leggett] *) apr_json: Add support for encoding and decoding RFC8259 JSON. [Moriyoshi Koizumi ] *) New apr_crypto_prng API and apr_crypto_random[_thread]_bytes() functions. [Yann Ylavic] Changes with APR-util 1.6.x and later: *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.6.x/CHANGES?view=markup Changes with APR-util 1.5.x and later: *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/CHANGES?view=markup Changes with APR-util 1.4.x and later: *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?view=markup Changes for APR-util 1.3.x and later: *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/CHANGES?view=markup Changes for APR-util 1.2.x and later: *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/CHANGES?view=markup Changes for APR-util 1.1.x and later: *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.1.x/CHANGES?view=markup Changes for APR-util 1.0.x and later: *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.0.x/CHANGES?view=markup Changes for APR-util 0.9.x and later/earlier: *) http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/CHANGES?view=markup