Merge tag 'v9_16_39' into v9_16
BIND 9.16.39
This commit is contained in:
@@ -546,7 +546,7 @@ tarball-create:
|
||||
- mkdir "${BIND_DIRECTORY}"
|
||||
- echo "SRCID=$(git rev-list --max-count=1 HEAD | cut -b1-7)" > "${BIND_DIRECTORY}/srcid"
|
||||
- tar --append --file="${BIND_DIRECTORY}.tar" "${BIND_DIRECTORY}/srcid"
|
||||
- sphinx-build -b man -d "${BIND_DIRECTORY}/tmp/.doctrees/" -W -a -v -c doc/man/ -D version="@BIND9_VERSION@" -D today="@RELEASEDATE@" -D release="@BIND9_VERSIONSTRING@" doc/man "${BIND_DIRECTORY}/doc/man"
|
||||
- sphinx-build -b man -d "${BIND_DIRECTORY}/tmp/.doctrees/" -W -a -v -c doc/man/ -D version="@BIND9_VERSION@" -D today="@RELEASE_DATE@" -D release="@BIND9_VERSIONSTRING@" doc/man "${BIND_DIRECTORY}/doc/man"
|
||||
- rm -rf "${BIND_DIRECTORY}/tmp/.doctrees/"
|
||||
- for man in "${BIND_DIRECTORY}/doc/man/"*; do mv "$man" "$man"in; done
|
||||
- tar --append --file="${BIND_DIRECTORY}.tar" "${BIND_DIRECTORY}/doc/man/"*in
|
||||
|
||||
2
CHANGES
2
CHANGES
@@ -2,6 +2,8 @@
|
||||
an NSEC3 incapable DNSSEC algorithm using KASP the zone
|
||||
could sometimes be incompletely signed. [GL #3937]
|
||||
|
||||
--- 9.16.39 released ---
|
||||
|
||||
6119. [bug] Make sure to revert the reconfigured zones to the
|
||||
previous version of the view, when the new view
|
||||
reconfiguration fails during the configuration of
|
||||
|
||||
@@ -47,6 +47,7 @@ for Microsoft Windows operating systems.
|
||||
.. include:: ../notes/notes-known-issues.rst
|
||||
|
||||
.. include:: ../notes/notes-current.rst
|
||||
.. include:: ../notes/notes-9.16.39.rst
|
||||
.. include:: ../notes/notes-9.16.38.rst
|
||||
.. include:: ../notes/notes-9.16.37.rst
|
||||
.. include:: ../notes/notes-9.16.36.rst
|
||||
|
||||
@@ -28,4 +28,6 @@ Bug Fixes
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
||||
- None.
|
||||
- There are no new known issues with this release. See :ref:`above
|
||||
<relnotes_known_issues>` for a list of all known issues affecting this
|
||||
BIND 9 branch.
|
||||
|
||||
60
doc/notes/notes-9.16.39.rst
Normal file
60
doc/notes/notes-9.16.39.rst
Normal file
@@ -0,0 +1,60 @@
|
||||
.. Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
||||
..
|
||||
.. SPDX-License-Identifier: MPL-2.0
|
||||
..
|
||||
.. 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 https://mozilla.org/MPL/2.0/.
|
||||
..
|
||||
.. See the COPYRIGHT file distributed with this work for additional
|
||||
.. information regarding copyright ownership.
|
||||
|
||||
Notes for BIND 9.16.39
|
||||
----------------------
|
||||
|
||||
Feature Changes
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- libuv support for receiving multiple UDP messages in a single
|
||||
``recvmmsg()`` system call has been tweaked several times between
|
||||
libuv versions 1.35.0 and 1.40.0; the current recommended libuv
|
||||
version is 1.40.0 or higher. New rules are now in effect for running
|
||||
with a different version of libuv than the one used at compilation
|
||||
time. These rules may trigger a fatal error at startup:
|
||||
|
||||
- Building against or running with libuv versions 1.35.0 and 1.36.0 is
|
||||
now a fatal error.
|
||||
|
||||
- Running with libuv version higher than 1.34.2 is now a fatal error
|
||||
when :iscman:`named` is built against libuv version 1.34.2 or lower.
|
||||
|
||||
- Running with libuv version higher than 1.39.0 is now a fatal error
|
||||
when :iscman:`named` is built against libuv version 1.37.0, 1.38.0,
|
||||
1.38.1, or 1.39.0.
|
||||
|
||||
This prevents the use of libuv versions that may trigger an assertion
|
||||
failure when receiving multiple UDP messages in a single system call.
|
||||
:gl:`#3840`
|
||||
|
||||
Bug Fixes
|
||||
~~~~~~~~~
|
||||
|
||||
- :iscman:`named` could crash with an assertion failure when adding a
|
||||
new zone into the configuration file for a name which was already
|
||||
configured as a member zone for a catalog zone. This has been fixed.
|
||||
:gl:`#3911`
|
||||
|
||||
- When :iscman:`named` starts up, it sends a query for the DNSSEC key
|
||||
for each configured trust anchor to determine whether the key has
|
||||
changed. In some unusual cases, the query might depend on a zone for
|
||||
which the server is itself authoritative, and would have failed if it
|
||||
were sent before the zone was fully loaded. This has now been fixed by
|
||||
delaying the key queries until all zones have finished loading.
|
||||
:gl:`#3673`
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
||||
- There are no new known issues with this release. See :ref:`above
|
||||
<relnotes_known_issues>` for a list of all known issues affecting this
|
||||
BIND 9 branch.
|
||||
Reference in New Issue
Block a user