From 16006e959f0e514ebcac959d95e26512f46ac442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 2 Jun 2022 20:43:07 +0200 Subject: [PATCH 1/6] Prepare release notes for BIND 9.18.4 --- doc/arm/notes.rst | 2 +- .../{notes-current.rst => notes-9.18.4.rst} | 20 ------------------- 2 files changed, 1 insertion(+), 21 deletions(-) rename doc/notes/{notes-current.rst => notes-9.18.4.rst} (86%) diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index 9178215ab8..77bf9adca7 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -33,7 +33,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.18.4.rst .. include:: ../notes/notes-9.18.3.rst .. include:: ../notes/notes-9.18.2.rst .. include:: ../notes/notes-9.18.1.rst diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.18.4.rst similarity index 86% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.18.4.rst index 0d5399df98..485c820db6 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.18.4.rst @@ -12,26 +12,6 @@ Notes for BIND 9.18.4 --------------------- -Security Fixes -~~~~~~~~~~~~~~ - -- None. - -Known Issues -~~~~~~~~~~~~ - -- None. - -New Features -~~~~~~~~~~~~ - -- None. - -Removed Features -~~~~~~~~~~~~~~~~ - -- None. - Feature Changes ~~~~~~~~~~~~~~~ From 71d315a4614caafff6268d0e14d8890879df9be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 2 Jun 2022 20:43:07 +0200 Subject: [PATCH 2/6] Tweak and reword release notes --- doc/notes/notes-9.18.4.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/notes/notes-9.18.4.rst b/doc/notes/notes-9.18.4.rst index 485c820db6..94a7d6f261 100644 --- a/doc/notes/notes-9.18.4.rst +++ b/doc/notes/notes-9.18.4.rst @@ -15,16 +15,17 @@ Notes for BIND 9.18.4 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 f353ea526ba4db4e3e9a9342e509e5f23b910447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 2 Jun 2022 20:43:07 +0200 Subject: [PATCH 3/6] Reorder release notes --- doc/notes/notes-9.18.4.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/notes/notes-9.18.4.rst b/doc/notes/notes-9.18.4.rst index 94a7d6f261..ab1be916c3 100644 --- a/doc/notes/notes-9.18.4.rst +++ b/doc/notes/notes-9.18.4.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 9a36774aee8fb72b70be3b383946e89070570d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 2 Jun 2022 20:43:07 +0200 Subject: [PATCH 4/6] Add release note for GL #3327 --- doc/notes/notes-9.18.4.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/notes/notes-9.18.4.rst b/doc/notes/notes-9.18.4.rst index ab1be916c3..12429c4a78 100644 --- a/doc/notes/notes-9.18.4.rst +++ b/doc/notes/notes-9.18.4.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 93a8f1766ee0f23a7d1440217f76a7a395311131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 2 Jun 2022 21:06:44 +0200 Subject: [PATCH 5/6] Add a CHANGES marker --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 8e279f5d93..e9be04af4a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.18.4 released --- + 5899. [func] Don't try to process DNSSEC-related and ZONEMD records in catz. [GL #3380] From 727d0d68d87f48f00da08f3b4e5dc9c15c6fdf0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 2 Jun 2022 21:06:44 +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 e9f4bb7fe3..b9b81864a2 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([bind_VERSION_MAJOR], 9)dnl m4_define([bind_VERSION_MINOR], 18)dnl m4_define([bind_VERSION_PATCH], 4)dnl -m4_define([bind_VERSION_EXTRA], -dev)dnl +m4_define([bind_VERSION_EXTRA], )dnl m4_define([bind_DESCRIPTION], [(Stable 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