diff --git a/doc/notes/notes-9.18.43.rst b/doc/notes/notes-9.18.43.rst index 21c7c13112..1876023035 100644 --- a/doc/notes/notes-9.18.43.rst +++ b/doc/notes/notes-9.18.43.rst @@ -15,20 +15,19 @@ Notes for BIND 9.18.43 Bug Fixes ~~~~~~~~~ -- AMTRELAY type 0 presentation format handling was wrong. +- Adding NSEC3 opt-out records could leave invalid records in chain. - RFC 8777 specifies a placeholder value of "." for the gateway field - when the gateway type is 0 (no gateway). This was not being checked - for nor emitted when displaying the record. This has been corrected. + When creating an NSEC3 opt-out chain, a node in the chain could be + removed too soon. The previous NSEC3 would therefore not be found, + resulting in invalid NSEC3 records being left in the zone. This has + been fixed. :gl:`#5671` + +- ``AMTRELAY`` type 0 presentation format handling was wrong. + + :rfc:`8777` specifies a placeholder value of ``.`` for the gateway field + when the gateway type is 0 (no gateway). This was not being checked + for, nor was it emitted when displaying the record. This has been corrected. Instances of this record will need the placeholder period added to them when upgrading. :gl:`#5639` -- Adding NSEC3 opt-out records could leave invalid records in chain. - - When creating an NSEC3 opt-out chain, a node in the chain could be - removed too soon, causing the previous NSEC3 being unable to be found, - resulting in invalid NSEC3 records to be left in the zone. This has - been fixed. :gl:`#5671` - -