diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-08-12 09:19:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-08-12 09:19:14 +0000 |
commit | ecc5838aff97659dd679f03edc8838205f868848 (patch) | |
tree | 85848124743d10e50adce2e36e3566b3d37b4ce7 /CHANGES | |
parent | Adding upstream version 2.6.0. (diff) | |
download | dnsperf-ecc5838aff97659dd679f03edc8838205f868848.tar.xz dnsperf-ecc5838aff97659dd679f03edc8838205f868848.zip |
Adding upstream version 2.7.0.upstream/2.7.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | CHANGES | 43 |
1 files changed, 43 insertions, 0 deletions
@@ -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 |