From 22e7942509a494930d9be7764f3758dc46f205e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 13 Mar 2024 09:55:18 +0100 Subject: [PATCH 1/2] Update BIND version to 9.18.26-dev --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b73c0fc3cf..92474c0f77 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # m4_define([bind_VERSION_MAJOR], 9)dnl m4_define([bind_VERSION_MINOR], 18)dnl -m4_define([bind_VERSION_PATCH], 25)dnl +m4_define([bind_VERSION_PATCH], 26)dnl m4_define([bind_VERSION_EXTRA], -dev)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 From e629704dfa36f96d8ad8779176ca8e415b9c76ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 13 Mar 2024 09:55:18 +0100 Subject: [PATCH 2/2] Set up release notes for BIND 9.18.26 --- doc/notes/notes-current.rst | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 855428e5ef..ca59158dc6 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -9,7 +9,7 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. -Notes for BIND 9.18.25 +Notes for BIND 9.18.26 ---------------------- Security Fixes @@ -36,11 +36,6 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- A regression in cache-cleaning code enabled memory use to grow - significantly more quickly than before, until the configured - :any:`max-cache-size` limit was reached. This has been fixed. - :gl:`#4596` - - Changes to ``listen-on`` statements were ignored on reconfiguration unless the port or interface address was changed, making it impossible to change a related listener transport type. That issue @@ -49,11 +44,6 @@ Bug Fixes ISC would like to thank Thomas Amgarten for bringing this issue to our attention. :gl:`#4518`, :gl:`#4528` -- Using :option:`rndc flush` inadvertently caused cache cleaning to - become less effective. This could ultimately lead to the configured - :any:`max-cache-size` limit being exceeded and has now been fixed. - :gl:`#4621` - Known Issues ~~~~~~~~~~~~