From: Michał Kępień Date: Mon, 12 Apr 2021 10:15:45 +0000 (+0200) Subject: Reorder release notes X-Git-Tag: v9.17.12~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cb6426b55846ad399075dc43c99f4d5bd93208e;p=thirdparty%2Fbind9.git Reorder release notes --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 048403a7472..4c0a4e3385e 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -61,21 +61,6 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- After ``rndc checkds -checkds`` or ``rndc dnssec -rollover`` is used, - ``named`` now immediately attempts to reconfigure zone keys. This - change prevents unnecessary key rollover delays. [GL #2488] - -- Zones using KASP could not be thawed after they were frozen using - ``rndc freeze``. This has been fixed. [GL #2523] - -- CDS/CDNSKEY DELETE records are now removed when a zone transitions - from a secure to an insecure state. ``named-checkzone`` also no longer - reports an error when such records are found in an unsigned zone. - [GL #2517] - -- ``named`` crashed after skipping a primary server while transferring a - zone over TLS. This has been fixed. [GL #2562] - - TCP idle and initial timeouts were being incorrectly applied: only the ``tcp-initial-timeout`` was applied on the whole connection, even if the connection were still active, which could prevent a large zone @@ -95,3 +80,18 @@ Bug Fixes corrupt state. (Other zone journal files were not affected.) This has been fixed. If a corrupt journal file is detected, ``named`` can now recover from it. [GL #2600] + +- CDS/CDNSKEY DELETE records are now removed when a zone transitions + from a secure to an insecure state. ``named-checkzone`` also no longer + reports an error when such records are found in an unsigned zone. + [GL #2517] + +- Zones using KASP could not be thawed after they were frozen using + ``rndc freeze``. This has been fixed. [GL #2523] + +- After ``rndc checkds -checkds`` or ``rndc dnssec -rollover`` is used, + ``named`` now immediately attempts to reconfigure zone keys. This + change prevents unnecessary key rollover delays. [GL #2488] + +- ``named`` crashed after skipping a primary server while transferring a + zone over TLS. This has been fixed. [GL #2562]