2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 15:45:25 +00:00

Set up release notes for BIND 9.19.3

This commit is contained in:
Michał Kępień
2022-06-03 11:01:13 +02:00
parent 75219d745e
commit a300392fcc

View File

@@ -9,7 +9,7 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
Notes for BIND 9.19.2 Notes for BIND 9.19.3
--------------------- ---------------------
Security Fixes Security Fixes
@@ -35,16 +35,9 @@ Removed Features
Feature Changes Feature Changes
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
- Some more ``dnssec-policy`` configuration checks have been added to - None.
detect weird policies such as missing KSK and/or ZSK, and too short
key lifetimes and re-sign periods. :gl:`#1611`.
Bug Fixes Bug Fixes
~~~~~~~~~ ~~~~~~~~~
- Key files were updated every time the ``dnssec-policy`` key manager ran, - None.
whether the metadata has changed or not. BIND now checks if 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`.