From bb3556baa42b49150a4bb2fec4c830b4cedf5025 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 28 Aug 2023 12:03:45 +1000 Subject: [PATCH] Add CHANGES for [GL #4280] --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 0720653fd8..15210d2985 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +6232. [bug] Following the introduction of krb5-subdomain-self-rhs + and ms-subdomain-self-rhs update rules, removal of + nonexistent PTR and SRV records via UPDATE could fail. + [GL #4280] + 6231. [func] Make nsupdate honor -v for SOA requests only if the server is specified. [GL #1181]