Blame RELEASE-NOTES

Packit 514978
c-ares version 1.13.0
Packit 514978
Packit 514978
Changes:
Packit 514978
Packit 514978
 o cmake build system support added
Packit 514978
 o Add virtual function set for socket IO: ares_set_socket_functions [5]
Packit 514978
 
Packit 514978
Bug fixes:
Packit 514978
Packit 514978
 o CVE-2017-1000381: c-ares NAPTR parser out of bounds access [1]
Packit 514978
 o macos: do not set HAVE_CLOCK_GETTIME_MONOTONIC
Packit 514978
 o test: check ares_create_query with too-long name
Packit 514978
 o dist: add ares_library_initialized.* to the tarball
Packit 514978
 o fix build on OpenBSD
Packit 514978
 o dist: ship msvc_ver.inc too [2]
Packit 514978
 o test: Add gTest/gMock files to SOURCES
Packit 514978
 o test: add fuzz entrypoint for ares_create_query()
Packit 514978
 o configure: clock_gettime workaround [3]
Packit 514978
 o docs: convert INSTALL to MarkDown & tweak [4]
Packit 514978
 o ares_process: fix return type of socket_create function (win32 warning)
Packit 514978
 o docs: fixed references to ares_set_local_ip4 and ares_set_local_ip6
Packit 514978
 o Windows DNS server sorting [6]
Packit 514978
 o Use ares_socklen_t instead of socket_t [7]
Packit 514978
 o ares_create_query: use ares_free not naked free
Packit 514978
 o msvc_ver.inc support most recent Visual Studio 2017 [8]
Packit 514978
 o acountry: Convert char from ISO-8859-1 to UTF-8 [9]
Packit 514978
 o ares_expand_name: limit number of indirections
Packit 514978
 o configure: do not check for ar if specified manually [10]
Packit 514978
 o Added support for Windows DNS Suffix Search List [11]
Packit 514978
 o ares.h: support compiling with QNX [12]
Packit 514978
 
Packit 514978
Thanks go to these friendly people for their efforts and contributions:
Packit 514978
Packit 514978
  Aaron Bieber, Andrew Sullivan, Brad House, Bruce Stephens, Calle Wilund,
Packit 514978
  Chris Araman, Christian Ammer, Daniel Stenberg, David Drysdale, David Hotham,
Packit 514978
  Dionna Glaze, Gregor Jasny, Michael Osei, Mulle kybernetiK, noiz at github,
Packit 514978
  Sergii Pylypenko, Stephen Sorley, Thomas Köckerbauer,
Packit 514978
  (18 contributors)
Packit 514978
Packit 514978
References to bug reports and discussions on issues:
Packit 514978
Packit 514978
 [1] = https://c-ares.haxx.se/adv_20170620.html
Packit 514978
 [2] = https://github.com/c-ares/c-ares/issues/69
Packit 514978
 [3] = https://github.com/c-ares/c-ares/issues/71
Packit 514978
 [4] = https://github.com/c-ares/c-ares/issues/83
Packit 514978
 [5] = https://github.com/c-ares/c-ares/issues/72
Packit 514978
 [6] = https://github.com/c-ares/c-ares/issues/81
Packit 514978
 [7] = https://github.com/c-ares/c-ares/issues/92
Packit 514978
 [8] = https://github.com/c-ares/c-ares/issues/101
Packit 514978
 [9] = https://github.com/c-ares/c-ares/issues/97
Packit 514978
 [10] = https://github.com/c-ares/c-ares/issues/62
Packit 514978
 [11] = https://github.com/c-ares/c-ares/issues/93
Packit 514978
 [12] = https://github.com/c-ares/c-ares/issues/113
Packit 514978