From 3913e59508e180cf11afbbb952cb91c2a2034595 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 1/6] Prepare release notes for BIND 9.19.2 --- doc/arm/notes.rst | 2 +- .../{notes-current.rst => notes-9.19.2.rst} | 20 ------------------- 2 files changed, 1 insertion(+), 21 deletions(-) rename doc/notes/{notes-current.rst => notes-9.19.2.rst} (86%) diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index ede9b5a995..0fd6e46273 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -36,7 +36,7 @@ The latest versions of BIND 9 software can always be found at https://www.isc.org/download/. There you will find additional information about each release, and source code. -.. include:: ../notes/notes-current.rst +.. include:: ../notes/notes-9.19.2.rst .. include:: ../notes/notes-9.19.1.rst .. include:: ../notes/notes-9.19.0.rst diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.19.2.rst similarity index 86% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.19.2.rst index 2cdadf56de..20a1c7bc4a 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.19.2.rst @@ -12,26 +12,6 @@ Notes for BIND 9.19.2 --------------------- -Security Fixes -~~~~~~~~~~~~~~ - -- None. - -Known Issues -~~~~~~~~~~~~ - -- None. - -New Features -~~~~~~~~~~~~ - -- None. - -Removed Features -~~~~~~~~~~~~~~~~ - -- None. - Feature Changes ~~~~~~~~~~~~~~~ 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 2/6] 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` From f4cfcd33894e70897f750f1e355b93bf357dff96 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 3/6] Reorder release notes --- doc/notes/notes-9.19.2.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/notes/notes-9.19.2.rst b/doc/notes/notes-9.19.2.rst index 8c0c611f14..7d0d891dbb 100644 --- a/doc/notes/notes-9.19.2.rst +++ b/doc/notes/notes-9.19.2.rst @@ -22,10 +22,10 @@ Feature Changes Bug Fixes ~~~~~~~~~ +- DNSSEC-signed catalog zones were not being processed correctly. This + has been fixed. :gl:`#3380` + - 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` From cd736a334efdc9aba1a20fb80aae9e9525817bf7 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 4/6] Add release note for GL #3327 --- doc/notes/notes-9.19.2.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/notes/notes-9.19.2.rst b/doc/notes/notes-9.19.2.rst index 7d0d891dbb..bc2b367cf2 100644 --- a/doc/notes/notes-9.19.2.rst +++ b/doc/notes/notes-9.19.2.rst @@ -22,6 +22,12 @@ Feature Changes Bug Fixes ~~~~~~~~~ +- The ``fetches-per-server`` quota is designed to adjust itself downward + automatically when an authoritative server times out too frequently. + Due to a coding error, that adjustment was applied incorrectly, so + that the quota for a congested server was always set to 1. This has + been fixed. :gl:`#3327` + - DNSSEC-signed catalog zones were not being processed correctly. This has been fixed. :gl:`#3380` From 5078a718997ae9637f3a6a63ad7c9f255072b58e 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:36:49 +0200 Subject: [PATCH 5/6] Add a CHANGES marker --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 7ea8466bb7..c057ba30ce 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.19.2 released --- + 5899. [func] Don't try to process DNSSEC-related and ZONEMD records in catz. [GL #3380] From f7c233e8e90b88856803ae28590818babf888d24 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:36:49 +0200 Subject: [PATCH 6/6] Update BIND 9 version for release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6d7f5feb54..174802a198 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([bind_VERSION_MAJOR], 9)dnl m4_define([bind_VERSION_MINOR], 19)dnl m4_define([bind_VERSION_PATCH], 2)dnl -m4_define([bind_VERSION_EXTRA], -dev)dnl +m4_define([bind_VERSION_EXTRA], )dnl m4_define([bind_DESCRIPTION], [(Development Release)])dnl m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl m4_define([bind_PKG_VERSION], [[bind_VERSION_MAJOR.bind_VERSION_MINOR.bind_VERSION_PATCH]bind_VERSION_EXTRA])dnl