1251876Speter                                                     -*- coding: utf-8 -*-
2253734SpeterChanges with APR-util 1.5.2
3251876Speter
4253734Speter  *) Windows: Add command line makefiles. [Gregg Smith]
5251876Speter
6253734Speter  *) apr_uri_parse(): Do not accept invalid characters in the scheme.
7253734Speter     Per RFC 3986 3.3, enforce that the first segment of a relative path does
8253734Speter     not contain a colon. PR 52479. [Stefan Fritsch]
9251876Speter
10253734Speter  *) Fix memory leak in hook sorting function. PR 51256.
11253734Speter     [<horowity checkpoint com>]
12251876Speter
13253734Speter  *) Speedup md5 calculation by avoiding some copying on little endian
14253734Speter     architectures. PR 49011. [Stefan Fritsch, Stefan Fuhrmann
15253734Speter     <stefanfuhrmann alice-dsl de>]
16251876Speter
17253734Speter  *) Use heap memory for crypt in apr_password_validate(), to reduce stack
18253734Speter     usage. PR 54572. [Stefan Fritsch]
19251876Speter
20253734Speter  *) Fix password validation failure for all crypt and crypt_r based
21253734Speter     algorithms. PR 54603.  [Harvey Eneman <harvey.eneman oracle.com>]
22251876Speter
23253734Speter  *) Fix syntax error in crypto/apr_passwd.c on non-glibc systems. PR 54275.
24253734Speter     [Stefan Fritsch]
25251876Speter
26253734Speter  *) Fix potential data corruption in apr_brigade_write() and friends if
27253734Speter     the last bucket of the brigade is a heap bucket that has been split,
28253734Speter     and there are still references to the next part of the original bucket
29253734Speter     in use. [Stefan Fritsch]
30251876Speter
31253734Speter  *) Remove duplicated logic in apr_brigade_puts(). PR 53740. [Christophe
32253734Speter     Jaillet <christophe jaillet wanadoo fr>]
33251876Speter
34253734Speter  *) apr_crypto: If --with-crypto is passed to configure but no crypto
35253734Speter     libraries are enabled, autodetect available libraries.  [Jeff Trawick]
36251876Speter
37253734Speter  *) memcache: Fix dead server retry logic.  [Gavin Shelley <columbusmonkey me.com>]
38251876Speter
39253734SpeterChanges with APR-util 1.5.1
40251876Speter
41253734Speter  *) testmemcache: Fix crash. PR 52705. [Peter Poeml <peter poeml de>]
42253734Speter
43253734Speter  *) MinGW: Support shared builds of apr-util when apr is shared.
44253734Speter     PR 46175.  [Carlo Bramini <carlo.bramix libero.it>, Jeff Trawick]
45253734Speter
46253734Speter  *) Add support for Berkeley DB 5.2 and 5.3. Simplify detection script.
47253734Speter     PR 53684.  [Rainer Jung]
48253734Speter
49253734Speter  *) configure: Allow to specify library specific custom linker flags
50253734Speter     via the LDADD_XXX variables. [Rainer Jung]
51253734Speter
52253734Speter  *) apr_password_validate(): Fix intermittent errors on systems
53253734Speter     such as FreeBSD where the crypt() function is used.
54253734Speter     (Broken only in 1.5.0)  [Jeff Trawick]
55253734Speter
56253734Speter  *) Improve platform detection for bundled expat by updating
57253734Speter     config.guess and config.sub. [Rainer Jung]
58253734Speter
59253734SpeterChanges with APR-util 1.5.0
60253734Speter
61253734Speter  *) dbd_pgsql_escape: Use PQescapeStringConn. [Nick Kew]
62253734Speter
63253734Speter  *) apr_password_validate, apr_bcrypt_encode: Add support for bcrypt encoded
64253734Speter     passwords. The bcrypt implementation uses code from crypt_blowfish
65253734Speter     written by Solar Designer <solar openwall com>. apr_bcrypt_encode creates
66253734Speter     hashes with "$2y$" prefix, but apr_password_validate also accepts the old
67253734Speter     prefix "$2a$". PR 49288. [Stefan Fritsch]
68253734Speter
69253734Speter  *) APR dbd: Allow to use apr_dbd_get_row() with a different pool than
70253734Speter     apr_dbd_select(). PR 53533. [<arthur echo gmail com>]
71253734Speter
72253734Speter  *) APR dbd FreeTDS support: Fix spurious API errors caused by uninitialized
73253734Speter     fields.  [TROY.LIU ��������� <TROY.LIU deltaww.com.cn>]
74253734Speter
75253734Speter  *) apr_password_validate: Increase maximum hash string length to allow
76253734Speter     more than 9999 rounds with sha512-crypt. PR 53410. [Stefan Fritsch]
77253734Speter
78253734Speter  *) Fix segfaults in crypt() and crypt_r() failure modes.
79253734Speter     PR 47272.  [Arkadiusz Miskiewicz <arekm pld-linux.org>]
80253734Speter
81253734Speter  *) apr_crypto: Ensure that the if/else that governs the static
82253734Speter     initialisation of each crypto driver works when the first driver
83253734Speter     isn't in use. [Graham Leggett]
84253734Speter
85253734Speter  *) apr_crypto: Ensure the *driver variable is initialised when a statically
86253734Speter     compiled library is initialised for the first time. [Graham Leggett]
87253734Speter
88253734Speter  *) apr_crypto: Ensure the *driver variable is initialised when the library
89253734Speter     has already been loaded. Fix ported from apr_dbd. [Graham Leggett]
90253734Speter
91253734Speter  *) apr_crypto: Move the static initialisation of DRIVER_LOAD from
92253734Speter     apr_crypto_init() to apr_crypto_get_driver(), so that we don't lose
93253734Speter     the parameters. [Graham Leggett]
94253734Speter
95253734SpeterChanges with APR-util 1.4.x and later:
96253734Speter
97253734Speter  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?view=markup
98253734Speter
99251876SpeterChanges for APR-util 1.3.x and later:
100251876Speter
101251876Speter  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/CHANGES?view=markup
102251876Speter
103251876SpeterChanges for APR-util 1.2.x and later:
104251876Speter
105251876Speter  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/CHANGES?view=markup
106251876Speter
107251876SpeterChanges for APR-util 1.1.x and later:
108251876Speter
109251876Speter  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.1.x/CHANGES?view=markup
110251876Speter
111251876SpeterChanges for APR-util 1.0.x and later:
112251876Speter
113251876Speter  *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.0.x/CHANGES?view=markup
114251876Speter
115251876SpeterChanges for APR-util 0.9.x and later/earlier:
116251876Speter
117251876Speter  *) http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/CHANGES?view=markup
118