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