Skip to content

Commit

Permalink
1.34.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Nov 9, 2024
1 parent 2003128 commit 4c7dc83
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
25 changes: 25 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@
layout: page
title: Changelog
---
<a name="1_34_3"></a>
## c-ares version 1.34.3 - November 9 2024

This is a bugfix release.

Changes:
* Build the release package in an automated way so we can provide
provenance as per [SLSA3](https://slsa.dev/).
[PR #906](https://github.com/c-ares/c-ares/pull/906)

Bugfixes:
* Some upstream servers are non-compliant with EDNS options, resend queries
without EDNS. [Issue #911](https://github.com/c-ares/c-ares/issues/911)
* Android: <=7 needs sys/system_properties.h
[a70637c](https://github.com/c-ares/c-ares/commit/a70637c)
* Android: CMake needs `-D_GNU_SOURCE` and others.
[PR #915](https://github.com/c-ares/c-ares/pull/914)
* TSAN warns on missing lock, but lock isn't actually necessary.
[PR #915](https://github.com/c-ares/c-ares/pull/915)
* `ares_getaddrinfo()` for `AF_UNSPEC` should retry IPv4 if only IPv6 is
received. [765d558](https://github.com/c-ares/c-ares/commit/765d558)
* `ares_send()` shouldn't return `ARES_EBADRESP`, its `ARES_EBADQUERY`.
[91519e7](https://github.com/c-ares/c-ares/commit/91519e7)
* Fix typos in man pages. [PR #905](https://github.com/c-ares/c-ares/pull/905)

<a name="1_34_2"></a>
## c-ares version 1.34.2 - October 15 2024

Expand Down
2 changes: 2 additions & 0 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Download c-ares
layout: page
permalink: /download/
versions:
- version: 1.34.3
date: "9-nov-2024"
- version: 1.34.2
date: "15-oct-2024"
- version: 1.34.1
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: page
version:
version: 1.34.2
date: "15-oct-2024"
version: 1.34.3
date: "9-nov-2024"
---

- [Download](#download)
Expand Down

0 comments on commit 4c7dc83

Please sign in to comment.