From b6d97fef4669d07c108b130ea882f19a737d2ae9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 12 Aug 2021 11:19:20 +0200 Subject: Merging upstream version 2.7.0. Signed-off-by: Daniel Baumann --- CHANGES | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 46bf1b8..dc6cbcd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,46 @@ +2021-08-09 Jerry Lundström + + Release 2.7.0 + + This release adds DNS-over-HTTPS support! + + DNS-over-HTTPS can be used by specifying transport mode `doh` and you + should also look at the dnsperf(1) man-page (or `-H`) for the extended + options `doh-uri` and `doh-method`, which controls aspects of DoH/HTTP/2 + that you might want to set. + + Other fixes: + - Add check when constructing DNS packet so that total length of labels + does not exceed 255 bytes + - Fix connection/reconnection state handling for DoT transport + - Fix event handling by initializing them directly when opening the + sockets, otherwise events could have been missed which would give + incorrect statistics + + 61b5eac Tests with dumdumd + d71071c Tests with dumdumd + b42f92e DoH sending + 2fa40bb Net stats + f7f8692 DoH fixes + ea62b49 DoH concurrent streams + 91929f1 DoH reconnect + 17660e6 DoH fixes + 5276aa6 resperf buckets + 585860e Packages + 3ffc601 Fixes + 1570609 Man-page + 6bcadc7 README + f81adf1 Fixes + 1acd71f Code structure + 6c47876 Fixes + 2d379f4 Fixes + 4d5384b Fixes + cee93b3 Initial DNS-over-HTTPS support implementation + 4ff3ebc Events + 8b24bbf DoT state + 6a5b5ef Fix too long name + 71fa09f long opts + 2021-05-31 Jerry Lundström Release 2.6.0 -- cgit v1.2.3