| 1 |
-*- coding: utf-8 -*-
|
| 2 |
Changes with APR-util 1.4.0
|
| 3 |
|
| 4 |
*) Do not include apr.h and apr_errno.h from system search path in
|
| 5 |
apu_errno.h. PR 46487 [Rainer Jung <rainer.jung kippdata.de>]
|
| 6 |
|
| 7 |
*) Add optional dbm, openssl and nss subpackages to the RPM spec file.
|
| 8 |
[Graham Leggett]
|
| 9 |
|
| 10 |
*) apr_dbd_freetds: The sybdb.h header file might be freetds/sybdb.h
|
| 11 |
or sybdb.h. [Graham Leggett]
|
| 12 |
|
| 13 |
*) Add apr_crypto implementations for OpenSSL and Mozilla NSS. Add a unit
|
| 14 |
test to verify the interoperability of the two modules. Builds default
|
| 15 |
to disabled unless explicitly enabled.
|
| 16 |
[Graham Leggett]
|
| 17 |
|
| 18 |
*) Add the apr_crypto interface, a rewrite of the earlier apr_ssl code,
|
| 19 |
based on the modular dso interface used for dbd and ldap. Initially,
|
| 20 |
the interface supports symmetrical encryption and decryption. The
|
| 21 |
purpose of the interface is to offer portable and interoperable
|
| 22 |
access to basic crypto using the native crypto libraries present on
|
| 23 |
each platform. [Graham Leggett]
|
| 24 |
|
| 25 |
*) Add DTrace Probes to Hooks, making it easier to inspect APR Hook based
|
| 26 |
applications with DTrace. [Theo Schlossnagle <jesus omniti.com>]
|
| 27 |
|
| 28 |
*) Implement resource list when threads are unavailable. PR 24325
|
| 29 |
[Bojan Smojver]
|
| 30 |
|
| 31 |
Changes for APR-util 1.3.x and later:
|
| 32 |
|
| 33 |
*) http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/CHANGES?view=markup
|
| 34 |
|
| 35 |
Changes for APR-util 1.2.x and later:
|
| 36 |
|
| 37 |
*) http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/CHANGES?view=markup
|
| 38 |
|
| 39 |
Changes for APR-util 1.1.x and later:
|
| 40 |
|
| 41 |
*) http://svn.apache.org/viewvc/apr/apr-util/branches/1.1.x/CHANGES?view=markup
|
| 42 |
|
| 43 |
Changes for APR-util 1.0.x and later:
|
| 44 |
|
| 45 |
*) http://svn.apache.org/viewvc/apr/apr-util/branches/1.0.x/CHANGES?view=markup
|
| 46 |
|
| 47 |
Changes for APR-util 0.9.x and later/earlier:
|
| 48 |
|
| 49 |
*) http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/CHANGES?view=markup
|