diff --git a/changelog.md b/changelog.md index 5b5dac0..9a85cfa 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,24 @@ layout: page title: Changelog --- + +## c-ares version 1.34.4 - December 14 2024 + +This is a bugfix release. + +Changes: +* 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) + +Bugfixes: +* Empty TXT records were not being preserved. [PR #922](https://github.com/c-ares/c-ares/pull/922) +* docs: update deprecation notices for `ares_create_query()` and `ares_mkquery()`. [PR #910](https://github.com/c-ares/c-ares/pull/910) +* license: some files weren't properly updated. [PR #920](https://github.com/c-ares/c-ares/pull/920) +* 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) +* CMake: set policy version to prevent deprecation warnings. [PR #932](https://github.com/c-ares/c-ares/pull/932) +* 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) +* Update to latest autoconf archive macros for enhanced system compatibility. [PR #936](https://github.com/c-ares/c-ares/pull/936) + + ## c-ares version 1.34.3 - November 9 2024 diff --git a/download.md b/download.md index 8e614c0..d6a5d39 100644 --- a/download.md +++ b/download.md @@ -3,6 +3,8 @@ title: Download c-ares layout: page permalink: /download/ versions: + - version: 1.34.4 + date: "14-dec-2024" - version: 1.34.3 date: "9-nov-2024" - version: 1.34.2 diff --git a/index.md b/index.md index ebeeaf4..d68b44d 100644 --- a/index.md +++ b/index.md @@ -1,8 +1,8 @@ --- layout: page version: - version: 1.34.3 - date: "9-nov-2024" + version: 1.34.4 + date: "14-dec-2024" --- - [Download](#download)