]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for catalog zones schema version 2 support
authorAram Sargsyan <aram@isc.org>
Tue, 3 May 2022 09:28:26 +0000 (09:28 +0000)
committerAram Sargsyan <aram@isc.org>
Tue, 3 May 2022 16:41:55 +0000 (16:41 +0000)
doc/notes/notes-current.rst

index 0d5e85440b16f74b11f9177cc232fc664bb1b4c2..660e0c5da009bcd1c311aa9088b59f511e7afd42 100644 (file)
@@ -41,6 +41,18 @@ New Features
   data on the wire.  Similarly, the name embedded at the start of
   a PRIVATEDNS public key is also checked for validity. :gl:`#3296`
 
+- 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
 ~~~~~~~~~~~~~~~~