From: Michal Nowak Date: Mon, 9 May 2022 07:44:59 +0000 (+0200) Subject: Reorder release notes X-Git-Tag: v9.19.1~2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d25977e50003ae3e4ad2f2dac443a764c92401f9;p=thirdparty%2Fbind9.git Reorder release notes --- diff --git a/doc/notes/notes-9.19.1.rst b/doc/notes/notes-9.19.1.rst index e643c2e3492..30ab7cf0fb1 100644 --- a/doc/notes/notes-9.19.1.rst +++ b/doc/notes/notes-9.19.1.rst @@ -26,6 +26,19 @@ Security Fixes New Features ~~~~~~~~~~~~ +- 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` + - Support DNS Extended Errors (:rfc:`8914`) ``Stale Answer`` and ``Stale NXDOMAIN Answer`` when stale answers are returned from cache. :gl:`#2267` @@ -44,19 +57,6 @@ 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` - Bug Fixes ~~~~~~~~~