]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES, README, release note
authorEvan Hunt <each@isc.org>
Fri, 15 May 2020 23:34:09 +0000 (16:34 -0700)
committerEvan Hunt <each@isc.org>
Tue, 26 May 2020 07:55:19 +0000 (00:55 -0700)
CHANGES
README.md
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index f68af14357f406ac3598d7f0dc5d598e41f58068..eef4ebcfd891e427f3c5f5287b1e2212772d516e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5419.  [func]          "dig +qid=<num>" sets the query ID to an arbitrary
+                       value. "configure --enable-singletrace" allows
+                       trace logging of a single query when QID is set to 0.
+                       [GL #1851]
+
 5418.  [bug]           delv failed to parse deprecated trusted-keys style
                        trust anchors. [GL #1860]
 
index 6d921fd85dadae7d598fa41a74157a441172de46..c01a88c542505a696f89412651471aafbe1bcb1f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -268,8 +268,11 @@ configure command line.  By default, fixed rrset-order is disabled to
 reduce memory footprint.
 
 The `--enable-querytrace` option causes `named` to log every step of
-processing every query. This should only be enabled when debugging, because
-it has a significant negative impact on query performance.
+processing every query.  The `--enable-singletrace` option turns on the
+same verbose tracing, but allows an individual query to be separately
+traced by setting its query ID to 0.  These options should only be enabled
+when debugging, because they have a significant negative impact on query
+performance.
 
 `make install` will install `named` and the various BIND 9 libraries.  By
 default, installation is into /usr/local, but this can be changed with the
index 35bfeb40caf939f34d9817eda1ea7aadafdc9cba..46d61fd32d34e92fbbb16fc95efedcd462409a10 100644 (file)
@@ -97,6 +97,9 @@ Feature Changes
    consistency. Log messages are emitted for streams with inconsistent
    message IDs. [GL #1674]
 
+-  ``dig +qid=<num>`` allows the user to specify a particular query ID
+   for testing purposes. [GL #1851]
+
 Bug Fixes
 ~~~~~~~~~