From 50b804cf4cd978cb4f1dea5661610675e7fd9340 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Tue, 3 May 2022 09:28:26 +0000 Subject: [PATCH] Add release note for catalog zones schema version 2 support (cherry picked from commit bc3dc2eb41854d0b0051103c41bfa0317f042999) --- doc/notes/notes-current.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 66e9cdb357..fd7a2d5acd 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -41,6 +41,18 @@ New Features and ``dig``, making it possible to implement Strict and Mutual TLS authentication, as described in RFC 9103, Section 9.3. :gl:`#3163` +- Catalog Zones schema version 2, as described in the "DNS Catalog Zones" IETF + draft version 5 document, is now supported by :iscman:`named`. All of the + previously supported BIND-specific catalog zone custom properties + (``primaries``, ``allow-query``, and ``allow-transfer``), as well as the new + Change of Ownership (``coo``) property, are now implemented. Schema version 1 + is still supported, with some additional validation rules applied from + schema version 2: for example, the ``version`` property is mandatory, and a + member zone PTR RRset must not contain more than one record. In the event of a + validation error, a corresponding error message is logged to help with + diagnosing the problem. :gl:`#3221` :gl:`#3222` :gl:`#3223` :gl:`#3224` + :gl:`#3225` + Removed Features ~~~~~~~~~~~~~~~~