From af92f445612ae4809f9a124c7eb8e20b456d6fb3 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 12 Jun 2023 16:32:22 +0200 Subject: [PATCH 1/2] Update BIND version to 9.18.17-dev --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4fa9517e4f..acb1f920e9 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], 16)dnl +m4_define([bind_VERSION_PATCH], 17)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 1184301d24ec9c5579260367f941cd9ce0285b36 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 12 Jun 2023 16:33:46 +0200 Subject: [PATCH 2/2] Set up release notes for BIND 9.18.17 --- doc/notes/notes-current.rst | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 5ae9d306f8..c11be555fe 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.16 +Notes for BIND 9.18.17 ---------------------- Security Fixes @@ -22,15 +22,10 @@ New Features - None. -- The system test suite can now be executed with pytest (along with - pytest-xdist for parallel execution). :gl:`#3978` - Removed Features ~~~~~~~~~~~~~~~~ -- TKEY mode 2 (Diffie-Hellman Exchanged Keying) is now deprecated, and - will be removed in a future release. A warning will be logged when - the ``tkey-dhkey`` option is used in ``named.conf``. :gl:`#3905` +- None. Feature Changes ~~~~~~~~~~~~~~~ @@ -40,23 +35,7 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- BIND could get stuck on reconfiguration when a `listen` statement - for HTTP is removed from the configuration. That has been fixed. - :gl:`#4071` - -- It could happen that after the :any:`stale-answer-client-timeout` duration, - a delegation from cache was returned to the client. This has now been fixed. - :gl:`#3950` - -- BIND could allocate too big buffers when sending data via - stream-based DNS transports, leading to increased memory usage. - This has been fixed. :gl:`#4038` - -- When the :any:`stale-answer-enable` option was enabled and the - :any:`stale-answer-client-timeout` option was enabled and larger than 0, - ``named`` was taking two places from the :any:`clients-per-query` limit for - each client and was failing to gradually auto-tune its value, as configured. - This has been fixed. :gl:`#4074` +- None. Known Issues ~~~~~~~~~~~~