From 43bb2ff89df76932e1d407a0f84faf36a57dddc5 Mon Sep 17 00:00:00 2001 From: Robur Date: Wed, 10 Nov 2021 10:38:40 +0000 Subject: [PATCH] changes for 6.1.0 --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8ee4c5000..6a043641f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +### v6.1.0 (2021-11-10) + +* BUGFIX dns-client: avoid exception on TLS handshake failure (reported by @reynir) +* FEATURE dns-client: optionally send a edns in the query (reported by @orbitz #276) +* dns-client: combine send and recv, avoid resource leaks on timeout + ### v6.0.2 (2021-10-27) * dns: remove astring dependency (@hannesm)