2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

Tweak and reword release notes

This commit is contained in:
Michał Kępień
2022-06-02 18:27:40 +02:00
parent 3913e59508
commit 008dfecbd1

View File

@@ -15,16 +15,17 @@ Notes for BIND 9.19.2
Feature Changes Feature Changes
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
- Some more ``dnssec-policy`` configuration checks have been added to - New ``dnssec-policy`` configuration checks have been added to detect
detect weird policies such as missing KSK and/or ZSK, and too short unusual policies, such as missing KSK and/or ZSK and too-short key
key lifetimes and re-sign periods. :gl:`#1611`. lifetimes and re-sign periods. :gl:`#1611`
Bug Fixes Bug Fixes
~~~~~~~~~ ~~~~~~~~~
- Key files were updated every time the ``dnssec-policy`` key manager ran, - Key files were updated every time the ``dnssec-policy`` key manager
whether the metadata has changed or not. BIND now checks if changes were ran, whether the metadata had changed or not. :iscman:`named` now
applied before writing out the key files. :gl:`#3302`. checks whether changes were applied before writing out the key files.
:gl:`#3302`
- DNSSEC-signed catalog zones were not being processed correctly. This - DNSSEC-signed catalog zones were not being processed correctly. This
has been fixed. :gl:`#3380`. has been fixed. :gl:`#3380`