1                                                     -*- coding: utf-8 -*-
2Changes for APR 1.7.0
3
4  *) apr_dir_read: [Unix] Dropped the preference of the dirread_r() flavor
5     for dirread(), because the former is both deprecated and unneeded.
6     [Yann Ylavic, William Rowe]
7
8  *) apr_file_info: [Win32 only] Treat only "name surrogate" reparse points
9     as symlinks, and not other reparse tag types. PR47630
10     [Oleg Liatte <olegliatte gmail.com>]
11
12  *) Test %ld vs. %lld to avoid compiler emits using APR_OFF_T_FMT, in the
13     case of apparently equivilant long and long long types. [William Rowe] 
14
15  *) Recognize APPLE predefined macros as equivilant to DARWIN. [Jim Jagielski]
16
17  *) Signals: Allow handling of SIGUSR2 in apr_signal_thread. [Yann Ylavic]
18
19  *) Atomics: Support for 64bit ints. [Jim Jagielski]
20
21  *) Add the apr_encode_* API that implements RFC4648 and RFC7515
22     compliant BASE64, BASE64URL, BASE32, BASE32HEX and BASE16
23     encode/decode functions. [Graham Leggett]
24
25  *) rand: Use arc4random_buf() on BSD platforms and getrandom() on Linux,
26     when available. [Christian Weisgerber <naddy openbsd.org, Yann Ylavic]
27
28  *) Add apr_sockaddr_zone_set, apr_sockaddr_zone_set to set and retrieve
29     the zone for link-local IPv6 addresses.  [Joe Orton]
30
31  *) apr_sockaddr_equal: Compare link-local IPv6 addresses with different
32     zones as not equal.  [Joe Orton]
33
34  *) apr_sockaddr_ip_getbuf, apr_sockaddr_ip_get: Append "%zone" for
35     IPv6 link-local addresses.  [Joe Orton]
36
37  *) Locks: add a --disable-timedlocks config option in case users
38     encounter more platforms where it fails [Nick Kew].
39
40  *) apr_allocator, apr_pools: Add apr_allocator_page_size() and
41     apr_allocator_min_order_set() to respectively get the (system's) page size
42     in use and set the minimum allocation size for an allocator (expressed in
43     2^order pages).  [Yann Ylavic]
44
45  *) locks: provide portable implementations of timedlock()s for
46     posix-sems, sysv-sems and pthreads for those platforms that
47     lack native versions (eg: OSX/macOS). [Jim Jagielski]
48
49  *) locks: Introduce apr_{thread,proc,global}_mutex_timedlock().
50     [Yann Ylavic]
51
52Changes for APR 1.6.x and later:
53
54  *) http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/CHANGES?view=markup
55
56Changes for APR 1.5.x and later:
57
58  *) http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/CHANGES?view=markup
59
60Changes for APR 1.4.x and later:
61
62  *) http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?view=markup
63
64Changes for APR 1.3.x and later:
65
66  *) http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/CHANGES?view=markup
67
68Changes for APR 1.2.x and later:
69
70  *) http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/CHANGES?view=markup
71
72Changes for APR 1.1.x and later:
73
74  *) http://svn.apache.org/viewvc/apr/apr/branches/1.1.x/CHANGES?view=markup
75
76Changes for APR 1.0.x and later:
77
78  *) http://svn.apache.org/viewvc/apr/apr/branches/1.0.x/CHANGES?view=markup
79
80Changes for APR 0.9.x and later/earlier:
81
82  *) http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/CHANGES?view=markup
83