Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#13267 closed enhancement (fixed)

c-ares-1.16.0

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 10.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (5)

comment:1 by Bruce Dubbs, 4 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 4 years ago

c-ares version 1.16.0

Changes:

  • Introduction of ares_getaddrinfo() API which provides similar output (including pr-per sorting as per RFC 6724) to the system native API, but utilizes different data structures in order to provide additional information such as TTLs and all aliases. Please reference the respective man pages for usage details.
  • Parse SOA records from ns_t_any response
  • CMake: Provide c-ares version in package export file
  • CMake: Add CPACK functionality for DEB and RPM
  • CMake: Generate PDB files during build
  • CMake: Support manpage installation

Bug fixes:

  • Fix bad expectation in IPv6 localhost test.
  • AutoTools: use XC_CHECK_BUILD_FLAGS instead of XC_CHECK_USER_FLAGS to prevent c-mplaints about CPPFLAGS in CFLAGS.
  • Fix .onion handling
  • Command line usage was out of date for adig and ahost.
  • Typos in manpages
  • If ares_getenv is defined, it must return a value on all platforms
  • If /etc/resolv.conf has invalid lookup values, use the defaults.
  • Tests: Separate live tests from SetServers* tests as only live tests should require internet access.
  • ares_gethostbyname() should return ENODATA if no valid A or AAAA record is f-und, but a CNAME was found.
  • CMake: Rework library function checking to prevent unintended linking with system libraries that aren't needed.
  • Due to use of inet_addr() it was not possible to return 255.255.255.255 from ares_geth-stbyname().
  • CMake: Fix building of tests on Windows

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 22847.

comment:4 by Bruce Dubbs, 4 years ago

Milestone: 9.210,0

Milestone renamed

comment:5 by Bruce Dubbs, 4 years ago

Milestone: 10,010.0

Milestone renamed

Note: See TracTickets for help on using tickets.