]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #4523]
authorAydın Mercan <aydin@isc.org>
Tue, 6 Feb 2024 12:28:12 +0000 (15:28 +0300)
committerAydın Mercan <aydin@isc.org>
Fri, 26 Apr 2024 13:12:29 +0000 (16:12 +0300)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 98eca3480b50e2f3b56961e9645e69d15dd06ab6..8ca7f9e5fda90f6ec57f7e8ff3682b4f1519ce8c 100644 (file)
--- 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]
 
index 2f71c587d21e76b5cbae85444fafd03b3ba2c541..0fd1bb91377d2e00d888d7c494b75361d9f231c0 100644 (file)
@@ -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
 ~~~~~~~~~~~~~~~~