Opened 2 months ago

Closed 2 months ago

#20096 closed enhancement (fixed)

c-ares-1.32.2

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 2 months ago

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

comment:2 by Bruce Dubbs, 2 months ago

c-ares version 1.32.2 - July 15 2024

This is a bugfix release.

Bugfixes:

  • Windows: rework EventThread AFD code for better stability.
  • Windows: If an IP address was detected to have changed, it could lead to a crash due to a bad pointer. Regression introduced in 1.31.0. 59e3a1f4
  • Windows: use QueryPerformanceCounters() instead of GetTickCount64() for better time accuracy (~15ms -> ~1us). 8a50fc6c
  • Windows 32bit config change callback needs to be tagged as stdcall otherwise could result in a crash. 5c2bab35
  • Tests that need accurate timing should not depend on internal symbols as there are C++ equivalents in std::chrono.
  • Kqueue (MacOS, *BSD): If the open socket count exceeded 8 (unlikely), it would try to allocate a new buffer that was too small.

comment:3 by Bruce Dubbs, 2 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

ef43aa3570 Update to sphinx-7.4.4 (Python module).
5ef9d065d4 Update to c-ares-1.32.2.
Note: See TracTickets for help on using tickets.