Skip to content

Commit 4c7dc83

Browse files
committed
1.34.3 release
1 parent 2003128 commit 4c7dc83

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22
layout: page
33
title: 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

download.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Download c-ares
33
layout: page
44
permalink: /download/
55
versions:
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

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: page
33
version:
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)

0 commit comments

Comments
 (0)