]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES and release note
authorEvan Hunt <each@isc.org>
Fri, 11 Sep 2020 20:47:27 +0000 (13:47 -0700)
committerEvan Hunt <each@isc.org>
Sun, 8 Nov 2020 21:36:12 +0000 (13:36 -0800)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 9e73f227dcfd800971d0fcae34f37c3e1f3da844..f988e74bc78f649726e087e867f5d5975cfdeb86 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5528.  [func]          Convert "dig", "host" and "nslookup" to use the
+                       network manager. As a side effect of this change,
+                       "dig +unexpected" no longer works, and has been
+                       disabled. [GL #2140]
+
 5527.  [bug]           There was a NULL pointer dereference if the creation
                        of the fetch to determine if a negative trust anchor
                        was still valid failed. [GL #2244]
index 23f9d8da2cfbbc519e16764a94488e03ea9e217a..5f9257fa3548697adcedf30aa454596a5bc5a9da 100644 (file)
@@ -36,6 +36,16 @@ Feature Changes
 
 - None.
 
+- The ``dig``, ``host``, and ``nslookup`` tools have been converted to
+  use the new network manager API rather than the older ISC socket API.
+
+  As a side effect of this change, the ``dig +unexpected`` option no longer
+  works.  This could previously be used for diagnosing broken servers or
+  network configurations by listening for replies from servers other than
+  the one that was queried.  With the new API such answers are filtered
+  before they ever reach ``dig``.  Consequently, the option has been
+  removed. [GL #2140]
+
 Bug Fixes
 ~~~~~~~~~