From 5b12ba7673597b839fd522aba92c3f4e94d92ed8 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] (cherry picked from commit bb3556baa42b49150a4bb2fec4c830b4cedf5025) --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 1cfe48002f..6ff46e3c25 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 if the server is specified. [GL #1181]