diff --git a/CHANGES b/CHANGES index f7b8e6fca5..365a838d81 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +4901. [func] "dig +nssearch" now lists the name servers + for a domain that time out, as well as the servers + that respond. [GL #64] + 4900. [cleanup] Remove all uses of inet_aton(). [GL #13] 4899. [test] Convert most of the remaining system tests to be able diff --git a/bin/dig/dig.docbook b/bin/dig/dig.docbook index 742d3cc7e1..219cfd5dee 100644 --- a/bin/dig/dig.docbook +++ b/bin/dig/dig.docbook @@ -877,7 +877,8 @@ attempts to find the authoritative name servers for the zone containing the name being looked up and display the SOA record that each name server has for - the zone. + the zone. Addresses of servers that that did not + respond are also printed.