]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/apr-util/CHANGES
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / apr-util / CHANGES
1                                                      -*- coding: utf-8 -*-
2 Changes with APR-util 1.5.2
3
4   *) Windows: Add command line makefiles. [Gregg Smith]
5
6   *) apr_uri_parse(): Do not accept invalid characters in the scheme.
7      Per RFC 3986 3.3, enforce that the first segment of a relative path does
8      not contain a colon. PR 52479. [Stefan Fritsch]
9
10   *) Fix memory leak in hook sorting function. PR 51256.
11      [<horowity checkpoint com>]
12
13   *) Speedup md5 calculation by avoiding some copying on little endian
14      architectures. PR 49011. [Stefan Fritsch, Stefan Fuhrmann
15      <stefanfuhrmann alice-dsl de>]
16
17   *) Use heap memory for crypt in apr_password_validate(), to reduce stack
18      usage. PR 54572. [Stefan Fritsch]
19
20   *) Fix password validation failure for all crypt and crypt_r based
21      algorithms. PR 54603.  [Harvey Eneman <harvey.eneman oracle.com>]
22
23   *) Fix syntax error in crypto/apr_passwd.c on non-glibc systems. PR 54275.
24      [Stefan Fritsch]
25
26   *) Fix potential data corruption in apr_brigade_write() and friends if
27      the last bucket of the brigade is a heap bucket that has been split,
28      and there are still references to the next part of the original bucket
29      in use. [Stefan Fritsch]
30
31   *) Remove duplicated logic in apr_brigade_puts(). PR 53740. [Christophe
32      Jaillet <christophe jaillet wanadoo fr>]
33
34   *) apr_crypto: If --with-crypto is passed to configure but no crypto
35      libraries are enabled, autodetect available libraries.  [Jeff Trawick]
36
37   *) memcache: Fix dead server retry logic.  [Gavin Shelley <columbusmonkey me.com>]
38
39 Changes with APR-util 1.5.1
40
41   *) testmemcache: Fix crash. PR 52705. [Peter Poeml <peter poeml de>]
42
43   *) MinGW: Support shared builds of apr-util when apr is shared.
44      PR 46175.  [Carlo Bramini <carlo.bramix libero.it>, Jeff Trawick]
45
46   *) Add support for Berkeley DB 5.2 and 5.3. Simplify detection script.
47      PR 53684.  [Rainer Jung]
48
49   *) configure: Allow to specify library specific custom linker flags
50      via the LDADD_XXX variables. [Rainer Jung]
51
52   *) apr_password_validate(): Fix intermittent errors on systems
53      such as FreeBSD where the crypt() function is used.
54      (Broken only in 1.5.0)  [Jeff Trawick]
55
56   *) Improve platform detection for bundled expat by updating
57      config.guess and config.sub. [Rainer Jung]
58
59 Changes with APR-util 1.5.0
60
61   *) dbd_pgsql_escape: Use PQescapeStringConn. [Nick Kew]
62
63   *) apr_password_validate, apr_bcrypt_encode: Add support for bcrypt encoded
64      passwords. The bcrypt implementation uses code from crypt_blowfish
65      written by Solar Designer <solar openwall com>. apr_bcrypt_encode creates
66      hashes with "$2y$" prefix, but apr_password_validate also accepts the old
67      prefix "$2a$". PR 49288. [Stefan Fritsch]
68
69   *) APR dbd: Allow to use apr_dbd_get_row() with a different pool than
70      apr_dbd_select(). PR 53533. [<arthur echo gmail com>]
71
72   *) APR dbd FreeTDS support: Fix spurious API errors caused by uninitialized
73      fields.  [TROY.LIU 劉春偉 <TROY.LIU deltaww.com.cn>]
74
75   *) apr_password_validate: Increase maximum hash string length to allow
76      more than 9999 rounds with sha512-crypt. PR 53410. [Stefan Fritsch]
77
78   *) Fix segfaults in crypt() and crypt_r() failure modes.
79      PR 47272.  [Arkadiusz Miskiewicz <arekm pld-linux.org>]
80
81   *) apr_crypto: Ensure that the if/else that governs the static
82      initialisation of each crypto driver works when the first driver
83      isn't in use. [Graham Leggett]
84
85   *) apr_crypto: Ensure the *driver variable is initialised when a statically
86      compiled library is initialised for the first time. [Graham Leggett]
87
88   *) apr_crypto: Ensure the *driver variable is initialised when the library
89      has already been loaded. Fix ported from apr_dbd. [Graham Leggett]
90
91   *) apr_crypto: Move the static initialisation of DRIVER_LOAD from
92      apr_crypto_init() to apr_crypto_get_driver(), so that we don't lose
93      the parameters. [Graham Leggett]
94
95 Changes with APR-util 1.4.x and later:
96
97   *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?view=markup
98
99 Changes for APR-util 1.3.x and later:
100
101   *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/CHANGES?view=markup
102
103 Changes for APR-util 1.2.x and later:
104
105   *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/CHANGES?view=markup
106
107 Changes for APR-util 1.1.x and later:
108
109   *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.1.x/CHANGES?view=markup
110
111 Changes for APR-util 1.0.x and later:
112
113   *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.0.x/CHANGES?view=markup
114
115 Changes for APR-util 0.9.x and later/earlier:
116
117   *) http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/CHANGES?view=markup