CHANGES and release note

This commit is contained in:
Evan Hunt 2020-09-11 13:47:27 -07:00
parent 8af7f81d6c
commit 3ff0ee568d
2 changed files with 15 additions and 0 deletions

View file

@ -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]

View 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
~~~~~~~~~