From 042bb988469c928e5b5f1b5d7a77d6f103628464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayd=C4=B1n=20Mercan?= Date: Tue, 6 Feb 2024 15:28:12 +0300 Subject: [PATCH] Add CHANGES and release note for [GL #4523] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 98eca3480b..8ca7f9e5fd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6380. [func] Queries and responses now emit distinct dnstap entries + for DoT and DoH. [GL #4523] + 6379. [bug] A QP iterator bug could result in DNSSEC validation failing because the wrong NSEC was returned. [GL #4659] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 2f71c587d2..0fd1bb9137 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -26,6 +26,9 @@ New Features - A new DNSSEC tool :iscman:`dnssec-ksr` is added to create Key Signing Request (KSR) and Signed Key Response (SKR) files. :gl:`#1128` +- Queries and responses now emit distinct dnstap entries for DoT and DoH. + :any:`dnstap-read` understands DoH and DoT entries. :gl:`#4523` + Removed Features ~~~~~~~~~~~~~~~~