diff --git a/CHANGES b/CHANGES index f17012f56b..bc76b1cf6d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6231. [func] Make nsupdate honor -v for SOA requests if the server + is specified. [GL #1181] + 6230. [bug] Prevent an unnecessary query restart if a synthesized CNAME target points to the CNAME owner. [GL #3835] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index e8e2cabdfb..79dcce4a0b 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -32,6 +32,9 @@ Feature Changes - None. +- Make :iscman:`nsupdate` honor the ``-v`` option. If set, and the server is + specified, SOA queries are now send over TCP as well. :gl:`#1181` + Bug Fixes ~~~~~~~~~