-
Notifications
You must be signed in to change notification settings - Fork 61
/
CHANGES
99 lines (61 loc) · 3.56 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
-*- coding: utf-8 -*-
Changes with APR-util 1.7.0
*) apr_ldap: Explicitly detect the case where OpenLDAP has been
installed with SASL support, but the SASL headers are missing.
[Graham Leggett]
*) apr_ldap: Add the new APR LDAP API. [Graham Leggett]
*) apr_buffer: Add the apr_buffer API. [Graham Leggett]
*) 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 <fweimer redhat.com>]
*) 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 <bugs-a17 moonlit-rail.com>]
*) 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 <mozo mozo jp>]
*) New apr_crypto_prng API and apr_crypto_random[_thread]_bytes() functions.
[Yann Ylavic]
*) win32: Remove Windows 9x support.
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