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 2
2
layout : page
3
3
title : Changelog
4
4
---
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
+
5
30
<a name =" 1_34_2 " ></a >
6
31
## c-ares version 1.34.2 - October 15 2024
7
32
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ title: Download c-ares
3
3
layout : page
4
4
permalink : /download/
5
5
versions :
6
+ - version : 1.34.3
7
+ date : " 9-nov-2024"
6
8
- version : 1.34.2
7
9
date : " 15-oct-2024"
8
10
- version : 1.34.1
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : page
3
3
version :
4
- version : 1.34.2
5
- date : " 15-oct -2024"
4
+ version : 1.34.3
5
+ date : " 9-nov -2024"
6
6
---
7
7
8
8
- [ Download] ( #download )
You can’t perform that action at this time.
0 commit comments