Skip to content

Commit 1234989

Browse files
committed
release-1.34.4
1 parent 4cff6dc commit 1234989

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
layout: page
33
title: Changelog
44
---
5+
<a name="1_34_4"></a>
6+
## c-ares version 1.34.4 - December 14 2024
7+
8+
This is a bugfix release.
9+
10+
Changes:
11+
* QNX Port: Port to QNX 8, add primary config reading support, add CI build. [PR #934](https://github.com/c-ares/c-ares/pull/934), [PR #937](https://github.com/c-ares/c-ares/pull/937), [PR #938](https://github.com/c-ares/c-ares/pull/938)
12+
13+
Bugfixes:
14+
* Empty TXT records were not being preserved. [PR #922](https://github.com/c-ares/c-ares/pull/922)
15+
* docs: update deprecation notices for `ares_create_query()` and `ares_mkquery()`. [PR #910](https://github.com/c-ares/c-ares/pull/910)
16+
* license: some files weren't properly updated. [PR #920](https://github.com/c-ares/c-ares/pull/920)
17+
* Fix bind local device regression from 1.34.0. [PR #929](https://github.com/c-ares/c-ares/pull/929), [PR #931](https://github.com/c-ares/c-ares/pull/931), [PR #935](https://github.com/c-ares/c-ares/pull/935)
18+
* CMake: set policy version to prevent deprecation warnings. [PR #932](https://github.com/c-ares/c-ares/pull/932)
19+
* CMake: shared and static library names should be the same on unix platforms like autotools uses. [PR #933](https://github.com/c-ares/c-ares/pull/933)
20+
* Update to latest autoconf archive macros for enhanced system compatibility. [PR #936](https://github.com/c-ares/c-ares/pull/936)
21+
22+
523
<a name="1_34_3"></a>
624
## c-ares version 1.34.3 - November 9 2024
725

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.4
7+
date: "14-dec-2024"
68
- version: 1.34.3
79
date: "9-nov-2024"
810
- version: 1.34.2

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.3
5-
date: "9-nov-2024"
4+
version: 1.34.4
5+
date: "14-dec-2024"
66
---
77

88
- [Download](#download)

0 commit comments

Comments
 (0)