Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.02 KB

File metadata and controls

28 lines (21 loc) · 1.02 KB

c-ares version 1.34.5 - April 8 2025

This is a security release.

Security:

Changes:

  • Restore Windows XP support. PR #958

Bugfixes:

  • A missing mutex initialization would make busy polling for configuration changes (platforms other than Windows, Linux, MacOS) eat too much CPU PR #974
  • Pkgconfig may be generated wrong for static builds in relation to -pthread PR #965
  • Localhost resolution can fail if only one address family is in /etc/hosts PR #947

Thanks go to these friendly people for their efforts and contributions for this release:

  • Brad House (@bradh352)
  • Erik Lax (@eriklax)
  • Florian Pfisterer (@FlorianPfisterer)
  • Kai Pastor (@dg0yt)