mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 18:20:00 -04:00
Prepare release notes for BIND 9.18.46
This commit is contained in:
parent
e43123b1e9
commit
f8c9d93a36
2 changed files with 25 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
24
doc/notes/notes-9.18.46.rst
Normal file
24
doc/notes/notes-9.18.46.rst
Normal 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.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`
|
||||
|
||||
|
||||
Loading…
Reference in a new issue