• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1c-ares version 1.15.0
2
3Changes:
4 o Add ares_init_options() configurability for path to resolv.conf file [1]
5 o Ability to exclude building of tools (adig, ahost, acountry) in CMake [3]
6 o Android: Support for domain search suffix [4]
7 o Report ARES_ENOTFOUND for .onion domain names as per RFC7686. [13]
8
9Bug fixes:
10 o AIX build fix for trying to include both nameser_compat.h and
11   onameser_compat.h [2]
12 o Windows: Improve DNS suffixes extracting from WinNT registry [5]
13 o Fix modern GCC warnings [6]
14 o Apply the IPv6 server blacklist to all nameserver sources, not just Windows
15   [7]
16 o Fix warnings emitted by MSVC when using -W4 [8]
17 o Prevent changing name servers while queries are outstanding [9]
18 o Harden and rationalize c-ares timeout computation [10]
19 o Distribute ares_android.h [11]
20 o ares_set_servers_csv() on failure should not leave channel in a bad state
21   [12]
22 o Add missing docs to distribution
23
24Thanks go to these friendly people for their efforts and contributions:
25  @afalin, Andi Schnebinger, Ben Noordhuis, Brad House, Brad Spencer,
26  David Hotham, @flyingdutchman23, John Schember, Ruslan Baratov,
27  Sarat Addepalli, Tobias Nießen (11 contributors)
28
29References to bug reports and discussions on issues:
30 [1] = https://github.com/c-ares/c-ares/issues/220
31 [2] = https://github.com/c-ares/c-ares/issues/224
32 [3] = https://github.com/c-ares/c-ares/issues/200
33 [4] = https://github.com/c-ares/c-ares/issues/207
34 [5] = https://github.com/c-ares/c-ares/pull/202
35 [6] = https://github.com/c-ares/c-ares/pull/201
36 [7] = https://github.com/c-ares/c-ares/pull/193
37 [8] = https://github.com/c-ares/c-ares/pull/192
38 [9] = https://github.com/c-ares/c-ares/pull/191
39 [10] = https://github.com/c-ares/c-ares/pull/187
40 [11] = https://c-ares.haxx.se/mail/c-ares-archive-2018-04/0000.shtml
41 [12] = https://c-ares.haxx.se/mail/c-ares-archive-2018-03/0000.shtml
42 [13] = https://github.com/c-ares/c-ares/issues/196
43
44