mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-14 22:53:34 -04:00
54 lines
1.3 KiB
ReStructuredText
54 lines
1.3 KiB
ReStructuredText
.. 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.8
|
|
---------------------
|
|
|
|
Security Fixes
|
|
~~~~~~~~~~~~~~
|
|
|
|
- None.
|
|
|
|
Known Issues
|
|
~~~~~~~~~~~~
|
|
|
|
- BIND 9.18 does not support dynamic updates forwarding (see
|
|
:any:`allow-update-forwarding`) in conjuction with zone transfers
|
|
over TLS (XoT). :gl:`#3512`
|
|
|
|
New Features
|
|
~~~~~~~~~~~~
|
|
|
|
- None.
|
|
|
|
Removed Features
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
- None.
|
|
|
|
Feature Changes
|
|
~~~~~~~~~~~~~~~
|
|
|
|
- None.
|
|
|
|
- The ability to use pkcs11 via engine_pkcs11 has been restored, by only using
|
|
deprecated APIs in OpenSSL 3.0.0. BIND needs to be compiled
|
|
with '-DOPENSSL_API_COMPAT=10100' specified in the CFLAGS at
|
|
compile time. :gl:`!6711`
|
|
|
|
Bug Fixes
|
|
~~~~~~~~~
|
|
|
|
- An assertion failure was fixed in ``named`` that was caused by aborting the statistics
|
|
channel connection while sending statistics data to the client. :gl:`#3542`
|
|
|
|
- Changing just the TSIG key names for primaries in catalog zones' member
|
|
zones was not effective. :gl:`#3557`
|