node/deps/cares/RELEASE-NOTES.md
Node.js GitHub Bot edf87b4fbf
deps: update c-ares to v1.34.5
PR-URL: https://github.com/nodejs/node/pull/57792
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2025-04-10 12:39:53 +00:00

1 KiB

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)