From 682f01815052306c9819b48c19c4d206cd83aef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 4 Aug 2023 11:08:44 +0200 Subject: [PATCH 1/6] Prepare release notes for BIND 9.18.18 --- doc/arm/notes.rst | 2 +- doc/notes/{notes-current.rst => notes-9.18.18.rst} | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) rename doc/notes/{notes-current.rst => notes-9.18.18.rst} (94%) diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index 29ff69c83e..be823b80ce 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -35,7 +35,7 @@ information about each release, and source code. .. include:: ../notes/notes-known-issues.rst -.. include:: ../notes/notes-current.rst +.. include:: ../notes/notes-9.18.18.rst .. include:: ../notes/notes-9.18.17.rst .. include:: ../notes/notes-9.18.16.rst .. include:: ../notes/notes-9.18.15.rst diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.18.18.rst similarity index 94% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.18.18.rst index f2f1844004..e6058e1bf6 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.18.18.rst @@ -12,16 +12,6 @@ Notes for BIND 9.18.18 ---------------------- -Security Fixes -~~~~~~~~~~~~~~ - -- None. - -New Features -~~~~~~~~~~~~ - -- None. - Removed Features ~~~~~~~~~~~~~~~~ From 2a57eb4a29afba96e347154ec439047ad98a0413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 4 Aug 2023 11:08:44 +0200 Subject: [PATCH 2/6] Tweak and reword release notes --- doc/notes/notes-9.18.18.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/notes/notes-9.18.18.rst b/doc/notes/notes-9.18.18.rst index e6058e1bf6..d12fb58a57 100644 --- a/doc/notes/notes-9.18.18.rst +++ b/doc/notes/notes-9.18.18.rst @@ -16,7 +16,7 @@ Removed Features ~~~~~~~~~~~~~~~~ - The :any:`dialup` and :any:`heartbeat-interval` options have been - deprecated and will be removed in a future release. :gl:`#3700` + deprecated and will be removed in a future BIND 9 release. :gl:`#3700` Feature Changes ~~~~~~~~~~~~~~~ @@ -26,14 +26,15 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- Processing already queued queries received over TCP can cause assertion - failure when the server is reconfigured at the same time or the cache has been - flushed. This has been fixed to not process queued already received queries - over TCP while the server is in the "exclusive" mode. :gl:`#4200` +- Processing already-queued queries received over TCP could cause an + assertion failure, when the server was reconfigured at the same time + or the cache was being flushed. This has been fixed. :gl:`#4200` -- Ignore :any:`max-zone-ttl` for :any:`dnssec-policy` "insecure", - otherwise some zones will not be loaded if they use a TTL value larger - than 86400. :gl:`#4032`. +- Setting :any:`dnssec-policy` to ``insecure`` prevented zones + containing resource records with a TTL value larger than 86400 seconds + (1 day) from being loaded. This has been fixed by ignoring the TTL + values in the zone and using a value of 604800 seconds (1 week) as the + maximum zone TTL in key rollover timing calculations. :gl:`#4032` Known Issues ~~~~~~~~~~~~ From dda66bbe00a043987440519632d6670e5e34e90f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 4 Aug 2023 11:08:44 +0200 Subject: [PATCH 3/6] Reorder release notes --- doc/notes/notes-9.18.18.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/notes/notes-9.18.18.rst b/doc/notes/notes-9.18.18.rst index d12fb58a57..54f6dd61b1 100644 --- a/doc/notes/notes-9.18.18.rst +++ b/doc/notes/notes-9.18.18.rst @@ -12,16 +12,11 @@ Notes for BIND 9.18.18 ---------------------- -Removed Features -~~~~~~~~~~~~~~~~ - -- The :any:`dialup` and :any:`heartbeat-interval` options have been - deprecated and will be removed in a future BIND 9 release. :gl:`#3700` - Feature Changes ~~~~~~~~~~~~~~~ -- None. +- The :any:`dialup` and :any:`heartbeat-interval` options have been + deprecated and will be removed in a future BIND 9 release. :gl:`#3700` Bug Fixes ~~~~~~~~~ From e36d6ca0d88bf83887c562a398390a53f88e4a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 4 Aug 2023 11:08:44 +0200 Subject: [PATCH 4/6] Add release note for GL #4215 --- doc/notes/notes-9.18.18.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/notes/notes-9.18.18.rst b/doc/notes/notes-9.18.18.rst index 54f6dd61b1..10719678ca 100644 --- a/doc/notes/notes-9.18.18.rst +++ b/doc/notes/notes-9.18.18.rst @@ -15,6 +15,14 @@ Notes for BIND 9.18.18 Feature Changes ~~~~~~~~~~~~~~~ +- When a primary server for a zone responds to an SOA query, but the + subsequent TCP connection required to transfer the zone is refused, + that server is marked as temporarily unreachable. This now also + happens if the TCP connection attempt times out, preventing too many + zones from queuing up on an unreachable server and allowing the + refresh process to move on to the next configured primary more + quickly. :gl:`#4215` + - The :any:`dialup` and :any:`heartbeat-interval` options have been deprecated and will be removed in a future BIND 9 release. :gl:`#3700` From 4ba877aafbb750b6c8139001b06b3842eec371ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 4 Aug 2023 11:45:33 +0200 Subject: [PATCH 5/6] Add a CHANGES marker --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 669b4a7e49..3f4e3642e7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.18.18 released --- + 6220. [func] Deprecate the 'dialup' and 'heartbeat-interval' options. [GL #3700] From 1f8de2f0aa6a47e299fbd8e66921fbcb4c5f64dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 4 Aug 2023 11:45:33 +0200 Subject: [PATCH 6/6] Update BIND version for release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 519050ce61..580dccd23f 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], 18)dnl -m4_define([bind_VERSION_EXTRA], -dev)dnl +m4_define([bind_VERSION_EXTRA], )dnl m4_define([bind_DESCRIPTION], [(Extended Support Version)])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