]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.18.46
authorMichał Kępień <michal@isc.org>
Thu, 26 Feb 2026 20:37:49 +0000 (21:37 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 26 Feb 2026 20:37:49 +0000 (21:37 +0100)
doc/arm/notes.rst
doc/notes/notes-9.18.46.rst [new file with mode: 0644]

index e55819751f2755a3fb819784042beaae63aa5dbb..99f26debbdc3e3cac3f56bcbe10459f4534e5314 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.46.rst
 .. include:: ../notes/notes-9.18.45.rst
 .. include:: ../notes/notes-9.18.44.rst
 .. include:: ../notes/notes-9.18.43.rst
diff --git a/doc/notes/notes-9.18.46.rst b/doc/notes/notes-9.18.46.rst
new file mode 100644 (file)
index 0000000..b9c9767
--- /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.46
+----------------------
+
+Bug Fixes
+~~~~~~~~~
+
+- Clear serve-stale flags when following the CNAME chains.
+
+  A stale answer could have been served in case of multiple upstream
+  failures when following the CNAME chains.  This has been fixed.
+  :gl:`#5751`
+
+