File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed
Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 22layout : page
33title : Changelog
44---
5+ <a name =" 1_34_3 " ></a >
6+ ## c-ares version 1.34.3 - November 9 2024
7+
8+ This is a bugfix release.
9+
10+ Changes:
11+ * Build the release package in an automated way so we can provide
12+ provenance as per [ SLSA3] ( https://slsa.dev/ ) .
13+ [ PR #906 ] ( https://github.com/c-ares/c-ares/pull/906 )
14+
15+ Bugfixes:
16+ * Some upstream servers are non-compliant with EDNS options, resend queries
17+ without EDNS. [ Issue #911 ] ( https://github.com/c-ares/c-ares/issues/911 )
18+ * Android: <=7 needs sys/system_properties.h
19+ [ a70637c] ( https://github.com/c-ares/c-ares/commit/a70637c )
20+ * Android: CMake needs ` -D_GNU_SOURCE ` and others.
21+ [ PR #915 ] ( https://github.com/c-ares/c-ares/pull/914 )
22+ * TSAN warns on missing lock, but lock isn't actually necessary.
23+ [ PR #915 ] ( https://github.com/c-ares/c-ares/pull/915 )
24+ * ` ares_getaddrinfo() ` for ` AF_UNSPEC ` should retry IPv4 if only IPv6 is
25+ received. [ 765d558] ( https://github.com/c-ares/c-ares/commit/765d558 )
26+ * ` ares_send() ` shouldn't return ` ARES_EBADRESP ` , its ` ARES_EBADQUERY ` .
27+ [ 91519e7] ( https://github.com/c-ares/c-ares/commit/91519e7 )
28+ * Fix typos in man pages. [ PR #905 ] ( https://github.com/c-ares/c-ares/pull/905 )
29+
530<a name =" 1_34_2 " ></a >
631## c-ares version 1.34.2 - October 15 2024
732
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ title: Download c-ares
33layout : page
44permalink : /download/
55versions :
6+ - version : 1.34.3
7+ date : " 9-nov-2024"
68 - version : 1.34.2
79 date : " 15-oct-2024"
810 - version : 1.34.1
Original file line number Diff line number Diff line change 11---
22layout : page
33version :
4- version : 1.34.2
5- date : " 15-oct -2024"
4+ version : 1.34.3
5+ date : " 9-nov -2024"
66---
77
88- [ Download] ( #download )
You can’t perform that action at this time.
0 commit comments