From 008dfecbd1d02e3dbb2f2cbfb1488e76cf62dc9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 2 Jun 2022 18:27:40 +0200 Subject: [PATCH] Tweak and reword release notes --- doc/notes/notes-9.19.2.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/notes/notes-9.19.2.rst b/doc/notes/notes-9.19.2.rst index 20a1c7bc4a..8c0c611f14 100644 --- a/doc/notes/notes-9.19.2.rst +++ b/doc/notes/notes-9.19.2.rst @@ -15,16 +15,17 @@ Notes for BIND 9.19.2 Feature Changes ~~~~~~~~~~~~~~~ -- Some more ``dnssec-policy`` configuration checks have been added to - detect weird policies such as missing KSK and/or ZSK, and too short - key lifetimes and re-sign periods. :gl:`#1611`. +- New ``dnssec-policy`` configuration checks have been added to detect + unusual policies, such as missing KSK and/or ZSK and too-short key + lifetimes and re-sign periods. :gl:`#1611` Bug Fixes ~~~~~~~~~ -- Key files were updated every time the ``dnssec-policy`` key manager ran, - whether the metadata has changed or not. BIND now checks if changes were - applied before writing out the key files. :gl:`#3302`. +- Key files were updated every time the ``dnssec-policy`` key manager + ran, whether the metadata had changed or not. :iscman:`named` now + checks whether changes were applied before writing out the key files. + :gl:`#3302` - DNSSEC-signed catalog zones were not being processed correctly. This - has been fixed. :gl:`#3380`. + has been fixed. :gl:`#3380`