Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 155f6a2

Browse files
committed
CHANGES and release note for [GL #3842]
1 parent 8806abc commit 155f6a2

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
6130. [func] The new "delv +ns" option activates name server mode,
2+
in which delv sets up an internal recursive
3+
resolver and uses that, rather than an external
4+
server, to look up the requested data. All messages
5+
sent and received during the resolution and
6+
validation process are logged. This can be used in
7+
place of "dig +trace"; it more accurately
8+
replicates the behavior of named when resolving
9+
a query. [GL #3842]
10+
111
6129. [cleanup] Value stored to 'source' during its initialization is
212
never read. [GL #3965]
313

doc/notes/notes-current.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ New Features
2323
- BIND now depends on ``liburcu``, Userspace RCU, for lock-free data
2424
structures. :gl:`#3934`
2525

26+
- The new ``delv +ns`` option activates name server mode, in which ``delv``
27+
sets up an internal recursive resolver and uses that, rather than an
28+
external server, to look up the requested query name and type. All messages
29+
sent and received during the resolution and validation process are logged.
30+
This can be used in place of ``dig +trace``: it more accurately
31+
reproduces the behavior of ``named`` when resolving a query.
32+
33+
The log message ``resolver priming query complete`` was moved from the
34+
INFO log level to the DEBUG(1) log level, to prevent ``delv`` from
35+
emitting that message when setting up its internal resolver. :gl:`#3842`
36+
2637
Removed Features
2738
~~~~~~~~~~~~~~~~
2839

0 commit comments

Comments
 (0)