From: Petr Špaček Date: Thu, 3 Mar 2022 09:07:10 +0000 (+0100) Subject: Fix rndc command in release notes for 9.17.12 X-Git-Tag: v9.19.0~66^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f0ee7c303f6d22ea8eaf9d4822f84bf20755658;p=thirdparty%2Fbind9.git Fix rndc command in release notes for 9.17.12 rndc checkds does not exist, it should have been rndc dnssec Related: #2488, !4813 --- diff --git a/doc/notes/notes-9.17.12.rst b/doc/notes/notes-9.17.12.rst index 47ed9019d7a..6035d1aafda 100644 --- a/doc/notes/notes-9.17.12.rst +++ b/doc/notes/notes-9.17.12.rst @@ -79,7 +79,7 @@ Bug Fixes - 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, +- After ``rndc dnssec -checkds`` or ``rndc dnssec -rollover`` is used, ``named`` now immediately attempts to reconfigure zone keys. This change prevents unnecessary key rollover delays. :gl:`#2488`