From: Evan Hunt Date: Thu, 2 Feb 2023 07:38:04 +0000 (-0800) Subject: CHANGES and release note for [GL #3842] X-Git-Tag: v9.19.12~57^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=155f6a2996ffe3ec4f535d8d0afb27c3f83d3027;p=thirdparty%2Fbind9.git CHANGES and release note for [GL #3842] --- diff --git a/CHANGES b/CHANGES index 5925f440b98..c8f60c16be2 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 438b47c6dde..208086c7e16 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~~~~~~~~