From 2b2e97a81584e1ae837ce093bca1975f0a4c05f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 15 Jul 2020 23:06:25 +0200 Subject: [PATCH] Set up release notes for BIND 9.17.4 --- doc/arm/notes.rst | 1 + doc/notes/notes-current.rst | 54 +++++++++++++++++++++++++++++++++++++ util/copyrights | 1 + 3 files changed, 56 insertions(+) create mode 100644 doc/notes/notes-current.rst diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index f5291bc9e7..16a8227d75 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -52,6 +52,7 @@ https://www.isc.org/download/. There you will find additional information about each release, source code, and pre-compiled versions for Microsoft Windows operating systems. +.. include:: ../notes/notes-current.rst .. include:: ../notes/notes-9.17.3.rst .. include:: ../notes/notes-9.17.2.rst .. include:: ../notes/notes-9.17.1.rst diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst new file mode 100644 index 0000000000..692b8c60e7 --- /dev/null +++ b/doc/notes/notes-current.rst @@ -0,0 +1,54 @@ +.. + Copyright (C) Internet Systems Consortium, Inc. ("ISC") + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + + See the COPYRIGHT file distributed with this work for additional + information regarding copyright ownership. + +Notes for BIND 9.17.4 +--------------------- + +Security Fixes +~~~~~~~~~~~~~~ + +- None. + +Known Issues +~~~~~~~~~~~~ + +- None. + +New Features +~~~~~~~~~~~~ + +- ``rndc`` has been updated to use the new BIND network manager API. + This change had the side effect of altering the TCP timeout for RNDC + connections from 60 seconds to the ``tcp-idle-timeout`` value, which + defaults to 30 seconds. Also, because the network manager currently + has no support for UNIX-domain sockets, those cannot now be used + with ``rndc``. This will be addressed in a future release, either by + restoring UNIX-domain socket support or by formally declaring them + to be obsolete in the control channel. [GL #1759] + +Feature Changes +~~~~~~~~~~~~~~~ + +- None. + +Bug Fixes +~~~~~~~~~ + +- Addressed an error in recursive clients stats reporting. + There were occasions when an incoming query could trigger a prefetch for + some eligible rrset, and if the prefetch code were executed before recursion, + no increment in recursive clients stats would take place. Conversely, + when processing the answers, if the recursion code were executed before the + prefetch, the same counter would be decremented without a matching increment. + [GL #1719] + +- The introduction of KASP support broke whether the second field + of sig-validity-interval was treated as days or hours. (Thanks to + Tony Finch.) [GL !3735] diff --git a/util/copyrights b/util/copyrights index 15d0484ec4..c75ffcddb6 100644 --- a/util/copyrights +++ b/util/copyrights @@ -1233,6 +1233,7 @@ ./doc/notes/notes-9.17.1.rst RST 2020 ./doc/notes/notes-9.17.2.rst RST 2020 ./doc/notes/notes-9.17.3.rst RST 2020 +./doc/notes/notes-current.rst RST 2020 ./docutil/HTML_COPYRIGHT X 2001,2004,2016,2018,2019,2020 ./docutil/MAN_COPYRIGHT X 2001,2004,2016,2018,2019,2020 ./docutil/patch-db2latex-duplicate-template-bug X 2007,2018,2019,2020