From 2f39be23b1bf41b52472df8b17050d8a959143a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 13 Jan 2023 15:35:32 +0100 Subject: [PATCH 1/2] Update BIND version to 9.19.10-dev --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c5d0cd54fc..dcfe65377e 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # m4_define([bind_VERSION_MAJOR], 9)dnl m4_define([bind_VERSION_MINOR], 19)dnl -m4_define([bind_VERSION_PATCH], 9)dnl +m4_define([bind_VERSION_PATCH], 10)dnl m4_define([bind_VERSION_EXTRA], -dev)dnl m4_define([bind_DESCRIPTION], [(Development Release)])dnl m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl From bf14b1a74c987281207c79e27d5dad3ec90f12a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 13 Jan 2023 15:35:32 +0100 Subject: [PATCH 2/2] Set up release notes for BIND 9.19.10 --- doc/notes/notes-current.rst | 46 ++++--------------------------------- 1 file changed, 5 insertions(+), 41 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 078aa901ff..dde2868cee 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -9,8 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. -Notes for BIND 9.19.9 ---------------------- +Notes for BIND 9.19.10 +---------------------- Security Fixes ~~~~~~~~~~~~~~ @@ -25,53 +25,17 @@ New Features Removed Features ~~~~~~~~~~~~~~~~ -- The options to set alternate local addresses for inbound zone transfers - are removed (``alt-transfer-source``, ``alt-transfer-source-v6``, - ``use-alt-transfer-source``). :gl:`#3694` - -- The Differentiated Services Code Point (DSCP) feature in BIND - has been non-operational since the new Network Manager was introduced - in BIND 9.16. It is now marked as obsolete, and vestigial code - implementing it has been removed. Configuring DSCP values in - ``named.conf`` will cause a warning to be logged. :gl:`#3773` +- None. Feature Changes ~~~~~~~~~~~~~~~ -- Add the ability to configure the preferred source address when talking to - remote servers such as :any:`primaries` and any:`parental-agents`. - :gl:`!7110` - -- Replace DNS over TCP and DNS over TLS transports code with a new, - unified transport implementation. :gl:`#3374` +- None. Bug Fixes ~~~~~~~~~ -- TLS session resumption might lead to handshake failures when client - certificates are used for authentication (Mutual TLS). This has - been fixed. :gl:`#3725` - -- When an outgoing request timed out, the ``named`` would retry up to three - times with the same server instead of trying a next available name server. - This has been fixed. :gl:`#3637` - -- Recently used ADB names and ADB entries (IP addresses) could get cleaned when - ADB would be under memory pressure. To mitigate this, count only actual ADB - names and ADB entries into the overmem memory limit (exclude internal memory - structures used for "housekeeping") and exclude recently used (<= 10 seconds) - ADB names and entries from the overmem memory cleaner. :gl:`#3739` - -- Fix a rare assertion failure in the outgoing TCP DNS connection handling. - :gl:`#3178` :gl:`#3636` - -- In addition to a previously fixed bug, another similar issue was discovered - where quotas could be erroneously reached for servers, including any - configured forwarders, resulting in SERVFAIL answers being sent to clients. - This has been fixed. :gl:`#3752` - -- Clients may see an unexpected "Prohibited" extended DNS error when ``named`` - is configured with :any:`allow-recursion`). :gl:`#3743` +- None. Known Issues ~~~~~~~~~~~~