From 97c70e6b4e162aed38e3977e2f8896b3c3a0a6ff Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Thu, 10 Aug 2023 09:40:14 +0200 Subject: [PATCH] Add release note and CHANGES for #1181 --- CHANGES | 3 +++ doc/notes/notes-current.rst | 3 +++ 2 files changed, 6 insertions(+) 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 ~~~~~~~~~