new: doc: Prepare documentation for BIND 9.18.42

Merge branch 'mnowak/prepare-documentation-for-bind-9.18.42' into 'v9.18.42-release'

See merge request isc-private/bind9!879
This commit is contained in:
Michal Nowak 2025-11-07 10:26:14 +01:00
commit 460b2f7b62
4 changed files with 52 additions and 0 deletions

View file

@ -18,6 +18,7 @@ Changelog
development. Regular users should refer to :ref:`Release Notes <relnotes>`
for changes relevant to them.
.. include:: ../changelog/changelog-9.18.42.rst
.. include:: ../changelog/changelog-9.18.41.rst
.. include:: ../changelog/changelog-9.18.40.rst
.. include:: ../changelog/changelog-9.18.39.rst

View file

@ -45,6 +45,7 @@ The list of known issues affecting the latest version in the 9.18 branch can be
found at
https://gitlab.isc.org/isc-projects/bind9/-/wikis/Known-Issues-in-BIND-9.18
.. include:: ../notes/notes-9.18.42.rst
.. include:: ../notes/notes-9.18.41.rst
.. include:: ../notes/notes-9.18.40.rst
.. include:: ../notes/notes-9.18.39.rst

View file

@ -0,0 +1,26 @@
.. 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.
BIND 9.18.42
------------
Bug Fixes
~~~~~~~~~
- Skip unsupported algorithms when looking for signing key.
``2882dbfc803``
A mix of supported and unsupported DNSSEC algorithms in the same zone
could have caused validation failures. Ignore the DNSSEC keys with
unsupported algorithm when looking for the signing keys. :gl:`#5622`
:gl:`!11211`

View file

@ -0,0 +1,24 @@
.. 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.18.42
----------------------
Bug Fixes
~~~~~~~~~
- Skip unsupported algorithms when looking for a signing key.
A mix of supported and unsupported DNSSEC algorithms in the same zone
could cause validation failures. Unsupported algorithms are now
ignored when looking for signing keys. :gl:`#5622`