| 1 |
-*- coding: utf-8 -*- |
| 2 |
Changes with APR-util 1.4.3 |
| 3 |
|
| 4 |
*) Fix potential data corruption in apr_brigade_write() and friends if |
| 5 |
the last bucket of the brigade is a heap bucket that has been split, |
| 6 |
and there are still references to the next part of the original bucket |
| 7 |
in use. [Stefan Fritsch] |
| 8 |
|
| 9 |
*) Remove duplicated logic in apr_brigade_puts(). PR 53740. [Christophe |
| 10 |
Jaillet <christophe jaillet wanadoo fr>] |
| 11 |
|
| 12 |
*) memcache: Fix dead server retry logic. [Gavin Shelley <columbusmonkey me.com>] |
| 13 |
|
| 14 |
*) Improve platform detection for bundled expat by updating |
| 15 |
config.guess and config.sub. [Rainer Jung] |
| 16 |
|
| 17 |
*) APR dbd: Allow to use apr_dbd_get_row() with a different pool than |
| 18 |
apr_dbd_select(). PR 53533. [<arthur echo gmail com>] |
| 19 |
|
| 20 |
*) APR dbd FreeTDS support: Fix spurious API errors caused by uninitialized |
| 21 |
fields. [TROY.LIU 劉春偉 <TROY.LIU deltaww.com.cn>] |
| 22 |
|
| 23 |
*) apr_password_validate: Increase maximum hash string length to allow |
| 24 |
more than 9999 rounds with sha512-crypt. PR 53410. [Stefan Fritsch] |
| 25 |
|
| 26 |
*) Fix segfaults in crypt() and crypt_r() failure modes. |
| 27 |
PR 47272. [Arkadiusz Miskiewicz <arekm pld-linux.org>] |
| 28 |
|
| 29 |
*) apr_crypto: Ensure that the if/else that governs the static |
| 30 |
initialisation of each crypto driver works when the first driver |
| 31 |
isn't in use. [Graham Leggett] |
| 32 |
|
| 33 |
*) apr_crypto: Ensure the *driver variable is initialised when a statically |
| 34 |
compiled library is initialised for the first time. [Graham Leggett] |
| 35 |
|
| 36 |
*) apr_crypto: Ensure the *driver variable is initialised when the library |
| 37 |
has already been loaded. Fix ported from apr_dbd. [Graham Leggett] |
| 38 |
|
| 39 |
*) Improve platform detection for bundled expat by updating |
| 40 |
config.guess and config.sub. [Rainer Jung] |
| 41 |
|
| 42 |
Changes with APR-util 1.4.2 (not released) |
| 43 |
|
| 44 |
*) apr_crypto: Move the static initialisation of DRIVER_LOAD from |
| 45 |
apr_crypto_init() to apr_crypto_get_driver(), so that we don't lose |
| 46 |
the parameters. [Graham Leggett] |
| 47 |
|
| 48 |
Changes with APR-util 1.4.1 |
| 49 |
|
| 50 |
*) Apply Windows build fixes for the apr_crypto API. [Mladen Turk] |
| 51 |
|
| 52 |
Changes with APR-util 1.4.0 |
| 53 |
|
| 54 |
*) apr_ldap_init: Pass secure=1 to ldapssl_init() with Solaris LDAP SDK. |
| 55 |
PR: 42682 [Stefan Fritsch] |
| 56 |
|
| 57 |
*) apr_memcache_server_create: Fix possible segfault. PR 51064. |
| 58 |
[Michajlo Matijkiw <michajlo_matijkiw comcast com>] |
| 59 |
|
| 60 |
*) apr_thread_pool: Fix thread unsafe pool usage. [Stefan Fritsch] |
| 61 |
|
| 62 |
*) Do not include apr.h and apr_errno.h from system search path in |
| 63 |
apu_errno.h. PR 46487 [Rainer Jung] |
| 64 |
|
| 65 |
*) Add optional dbm, openssl and nss subpackages to the RPM spec file. |
| 66 |
[Graham Leggett] |
| 67 |
|
| 68 |
*) apr_dbd_freetds: The sybdb.h header file might be freetds/sybdb.h |
| 69 |
or sybdb.h. [Graham Leggett] |
| 70 |
|
| 71 |
*) Add apr_crypto implementations for OpenSSL and Mozilla NSS. Add a unit |
| 72 |
test to verify the interoperability of the two modules. Builds default |
| 73 |
to disabled unless explicitly enabled. |
| 74 |
[Graham Leggett] |
| 75 |
|
| 76 |
*) Add the apr_crypto interface, a rewrite of the earlier apr_ssl code, |
| 77 |
based on the modular dso interface used for dbd and ldap. Initially, |
| 78 |
the interface supports symmetrical encryption and decryption. The |
| 79 |
purpose of the interface is to offer portable and interoperable |
| 80 |
access to basic crypto using the native crypto libraries present on |
| 81 |
each platform. [Graham Leggett] |
| 82 |
|
| 83 |
*) Add trace probes to hooks, making it easier to inspect APR Hook based |
| 84 |
applications with DTrace or other such mechanisms. |
| 85 |
[Theo Schlossnagle <jesus omniti.com>, generalized by Jeff Trawick] |
| 86 |
|
| 87 |
*) Implement resource list when threads are unavailable. PR 24325 |
| 88 |
[Bojan Smojver] |
| 89 |
|
| 90 |
Changes for APR-util 1.3.x and later: |
| 91 |
|
| 92 |
*) http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/CHANGES?view=markup |
| 93 |
|
| 94 |
Changes for APR-util 1.2.x and later: |
| 95 |
|
| 96 |
*) http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/CHANGES?view=markup |
| 97 |
|
| 98 |
Changes for APR-util 1.1.x and later: |
| 99 |
|
| 100 |
*) http://svn.apache.org/viewvc/apr/apr-util/branches/1.1.x/CHANGES?view=markup |
| 101 |
|
| 102 |
Changes for APR-util 1.0.x and later: |
| 103 |
|
| 104 |
*) http://svn.apache.org/viewvc/apr/apr-util/branches/1.0.x/CHANGES?view=markup |
| 105 |
|
| 106 |
Changes for APR-util 0.9.x and later/earlier: |
| 107 |
|
| 108 |
*) http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/CHANGES?view=markup |