]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.18.42
authorMichal Nowak <mnowak@isc.org>
Thu, 6 Nov 2025 18:47:48 +0000 (19:47 +0100)
committerMichal Nowak <mnowak@isc.org>
Thu, 6 Nov 2025 18:47:48 +0000 (19:47 +0100)
doc/arm/notes.rst
doc/notes/notes-9.18.42.rst [new file with mode: 0644]

index c63ca973b1e7ff2f044983fa1fcb97aa4a0eff43..2b620ed1d2d96b4c14e91c659dec982ae35dd356 100644 (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
diff --git a/doc/notes/notes-9.18.42.rst b/doc/notes/notes-9.18.42.rst
new file mode 100644 (file)
index 0000000..44cb8cc
--- /dev/null
@@ -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 signing key.
+
+  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`
+
+