From 8b05e6f7103bde492cf7e2cf8a0d98dbce43edb8 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 28 Apr 2020 16:03:41 +1000 Subject: [PATCH] Add release note for #1798 --- doc/notes/notes-current.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 1409833692..c2f46975a5 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -71,6 +71,11 @@ New Features statements, to limit the number of records of a particular type that can be added to a domain name via dynamic update. [GL #1657] +- ``named`` and ``named-checkzone`` now reject master zones that + have a DS RRset at the zone apex. Attempts to add DS records + at the zone apex via UPDATE will be logged but otherwise ignored. + DS records belong in the parent zone, not at the zone apex. [GL #1798] + Feature Changes ~~~~~~~~~~~~~~~