2022-04-12 13:41:18 +02:00
|
|
|
.. 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.19.1
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
Security Fixes
|
|
|
|
~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
- None.
|
|
|
|
|
|
|
|
Known Issues
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
|
|
|
- None.
|
|
|
|
|
|
|
|
New Features
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
2022-04-21 10:45:01 +02:00
|
|
|
- Add DNS Extended Errors (:rfc:`8914`) when stale answers are returned from
|
|
|
|
cache. :gl:`#2267`
|
2022-04-12 13:41:18 +02:00
|
|
|
|
2022-04-05 10:29:08 +10:00
|
|
|
- The Object Identifier (OID) embedded at the start of a PRIVATEOID public
|
|
|
|
key in a KEY, DNSKEY, CDNSKEY, or RKEY resource record is now checked to
|
|
|
|
ensure that it is valid when reading from zone files or receiving data
|
|
|
|
on the wire, and the OID is now printed when the ``dig +rrcomments``
|
|
|
|
option is used. Similarly, the name embedded at the start of a PRIVATEDNS
|
|
|
|
public key is also checked for validity. :gl:`#3234`
|
|
|
|
|
2022-04-12 13:41:18 +02:00
|
|
|
Removed Features
|
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
- None.
|
|
|
|
|
|
|
|
Feature Changes
|
|
|
|
~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
- None.
|
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
~~~~~~~~~
|
|
|
|
|
2022-01-10 17:45:00 +01:00
|
|
|
- CDS and CDNSKEY DELETE records are removed from the zone when configured with
|
|
|
|
'auto-dnssec maintain;'. This has been fixed. :gl:`#2931`.
|