CHANGES revision 251886
1                                                     -*- coding: utf-8 -*-
2Changes with APR-Util 1.4.1
3
4  *) Apply Windows build fixes for the apr_crypto API. [Mladen Turk]
5
6Changes with APR-util 1.4.0
7
8  *) apr_ldap_init: Pass secure=1 to ldapssl_init() with Solaris LDAP SDK.
9     PR: 42682 [Stefan Fritsch]
10
11  *) apr_memcache_server_create: Fix possible segfault. PR 51064.
12     [Michajlo Matijkiw <michajlo_matijkiw comcast com>]
13
14  *) apr_thread_pool: Fix thread unsafe pool usage. [Stefan Fritsch]
15
16  *) Do not include apr.h and apr_errno.h from system search path in
17     apu_errno.h. PR 46487 [Rainer Jung]
18
19  *) Add optional dbm, openssl and nss subpackages to the RPM spec file.
20     [Graham Leggett]
21
22  *) apr_dbd_freetds: The sybdb.h header file might be freetds/sybdb.h
23     or sybdb.h. [Graham Leggett]
24
25  *) Add apr_crypto implementations for OpenSSL and Mozilla NSS. Add a unit
26     test to verify the interoperability of the two modules. Builds default
27     to disabled unless explicitly enabled.
28     [Graham Leggett]
29
30  *) Add the apr_crypto interface, a rewrite of the earlier apr_ssl code,
31     based on the modular dso interface used for dbd and ldap. Initially,
32     the interface supports symmetrical encryption and decryption. The
33     purpose of the interface is to offer portable and interoperable
34     access to basic crypto using the native crypto libraries present on
35     each platform.  [Graham Leggett]
36
37  *) Add trace probes to hooks, making it easier to inspect APR Hook based
38     applications with DTrace or other such mechanisms.
39     [Theo Schlossnagle <jesus omniti.com>, generalized by Jeff Trawick]
40
41  *) Implement resource list when threads are unavailable. PR 24325
42     [Bojan Smojver]
43
44Changes for APR-util 1.3.x and later:
45
46  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/CHANGES?view=markup
47
48Changes for APR-util 1.2.x and later:
49
50  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/CHANGES?view=markup
51
52Changes for APR-util 1.1.x and later:
53
54  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.1.x/CHANGES?view=markup
55
56Changes for APR-util 1.0.x and later:
57
58  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.0.x/CHANGES?view=markup
59
60Changes for APR-util 0.9.x and later/earlier:
61
62  *) http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/CHANGES?view=markup
63