]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES and release note for [GL #3842]
authorEvan Hunt <each@isc.org>
Thu, 2 Feb 2023 07:38:04 +0000 (23:38 -0800)
committerEvan Hunt <each@isc.org>
Tue, 28 Mar 2023 19:41:32 +0000 (12:41 -0700)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 5925f440b98cc08a19ecba79cdecc2981a79ffed..c8f60c16be2a0aec743ebaa25b5416a2230385db 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,13 @@
+6130.  [func]          The new "delv +ns" option activates name server mode,
+                       in which delv sets up an internal recursive
+                       resolver and uses that, rather than an external
+                       server, to look up the requested data. All messages
+                       sent and received during the resolution and
+                       validation process are logged. This can be used in
+                       place of "dig +trace"; it more accurately
+                       replicates the behavior of named when resolving
+                       a query. [GL #3842]
+
 6129.  [cleanup]       Value stored to 'source' during its initialization is
                        never read. [GL #3965]
 
index 438b47c6ddefba47d5fc8c6c919603c277bdc8e3..208086c7e161b44bac1183ea37292ac34cbde56a 100644 (file)
@@ -23,6 +23,17 @@ New Features
 - BIND now depends on ``liburcu``, Userspace RCU, for lock-free data
   structures. :gl:`#3934`
 
+- The new ``delv +ns`` option activates name server mode, in which ``delv``
+  sets up an internal recursive resolver and uses that, rather than an
+  external server, to look up the requested query name and type. All messages
+  sent and received during the resolution and validation process are logged.
+  This can be used in place of ``dig +trace``: it more accurately
+  reproduces the behavior of ``named`` when resolving a query.
+
+  The log message ``resolver priming query complete`` was moved from the
+  INFO log level to the DEBUG(1) log level, to prevent ``delv`` from
+  emitting that message when setting up its internal resolver. :gl:`#3842`
+
 Removed Features
 ~~~~~~~~~~~~~~~~