From 9c09313bc90d2e1156665027bfdf33907032e6f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 10 May 2023 10:41:42 +0200 Subject: [PATCH 1/2] Update BIND version to 9.18.16-dev --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4a8ab402af..7b6adec282 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], 15)dnl +m4_define([bind_VERSION_PATCH], 16)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 8fee182171c56d2914584d5b53c48c0abb1dcab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 10 May 2023 10:41:42 +0200 Subject: [PATCH 2/2] Set up release notes for BIND 9.18.16 --- doc/notes/notes-current.rst | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index f9579f0498..4bf86cd3db 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.15 +Notes for BIND 9.18.16 ---------------------- Security Fixes @@ -35,23 +35,7 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- When ISC_R_INVALIDPROTO (ENOPROTOOPT, EPROTONOSUPPORT) is returned from - libuv, treat it as a network failure, mark the server as broken and don't - try again. :gl:`#4005` - -- The :any:`max-transfer-time-in` and :any:`max-transfer-idle-in` options - were not implemented when the BIND 9 networking stack was refactored - in 9.16. The missing functionality has been re-implemented and - incoming zone transfers now time out properly when not progressing. - :gl:`#4004` - -- Log file rotation did not clean up older versions of log files when the - logging :any:`channel` configured an absolute path as ``file`` destination. - This has now been fixed. :gl:`#3991`. - -- The read timeout in ``rndc`` is now 60 seconds, matching the behavior - in BIND 9.16 and earlier. It had previously been lowered to 30 seconds - by mistake. :gl:`#4046` +- None. Known Issues ~~~~~~~~~~~~