Skip to content

Commit

Permalink
release-1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Aug 2, 2024
1 parent 6b501dd commit 30b86bf
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
28 changes: 28 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@
layout: page
title: Changelog
---

<a name="1_33_0"></a>
## c-ares version 1.33.0 - August 2 2024

This is a feature and bugfix release.

Features:
* Add DNS cookie support (RFC7873 + RFC9018) to help prevent off-path cache
poisoning attacks. [PR #833](https://github.com/c-ares/c-ares/pull/833)
* Implement TCP FastOpen (TFO) RFC7413, which will make TCP reconnects 0-RTT
on supported systems. [PR #840](https://github.com/c-ares/c-ares/pull/840)

Changes:
* Reorganize source tree. [PR #822](https://github.com/c-ares/c-ares/pull/822)
* Refactoring of connection handling to prevent code duplication.
[PR #839](https://github.com/c-ares/c-ares/pull/839)
* New dynamic array data structure to prevent simple logic flaws in array
handling in various code paths.
[PR #841](https://github.com/c-ares/c-ares/pull/841)

Bugfixes:
* `ares_destroy()` race condition during shutdown due to missing lock.
[PR #831](https://github.com/c-ares/c-ares/pull/831)
* Android: Preserve thread name after attaching it to JVM.
[PR #838](https://github.com/c-ares/c-ares/pull/838)
* Windows UWP (Store) support fix.
[PR #845](https://github.com/c-ares/c-ares/pull/845)

<a name="1_32_3"></a>
## c-ares version 1.32.3 - July 24 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.33.0
date: "2-aug-2024"
- version: 1.32.3
date: "24-jul-2024"
- version: 1.32.2
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.32.3
date: "24-jul-2024"
version: 1.33.0
date: "2-aug-2024"
---

- [Download](#download)
Expand Down

0 comments on commit 30b86bf

Please sign in to comment.