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.
|
|
|
|
|
2022-09-09 19:56:43 +02:00
|
|
|
Notes for BIND 9.19.6
|
2022-04-12 13:41:18 +02:00
|
|
|
---------------------
|
|
|
|
|
|
|
|
Security Fixes
|
|
|
|
~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
- None.
|
|
|
|
|
|
|
|
Known Issues
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
|
|
|
- None.
|
|
|
|
|
|
|
|
New Features
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
2022-09-09 19:56:43 +02:00
|
|
|
- None.
|
2022-05-03 09:28:26 +00:00
|
|
|
|
2020-11-24 10:44:40 +11:00
|
|
|
- A new configuration option ``require-cookie`` has been introduced, it
|
|
|
|
specifies if there should be a DNS COOKIE in the response for a given
|
|
|
|
prefix and if not named falls back to TCP. This is useful if you know
|
|
|
|
a given server support DNS COOKIE. It can also be used to force all
|
|
|
|
non DNS COOKIE responses to fall back to TCP. :gl:`#2295`
|
|
|
|
|
2022-04-12 13:41:18 +02:00
|
|
|
Removed Features
|
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
|
2022-07-11 08:49:38 +02:00
|
|
|
- None.
|
2022-04-12 13:41:18 +02:00
|
|
|
|
|
|
|
Feature Changes
|
|
|
|
~~~~~~~~~~~~~~~
|
|
|
|
|
2022-08-16 16:02:45 +01:00
|
|
|
- When an international domain name is not valid according to IDNA2008,
|
|
|
|
:program:`dig` will now try to convert it according to IDNA2003 rules,
|
|
|
|
or pass it through unchanged, instead of stopping with an error message.
|
|
|
|
You can use the ``idna2`` utility for checking IDNA syntax. :gl:`#3485`.
|
2022-08-26 12:28:10 +02:00
|
|
|
|
2022-04-12 13:41:18 +02:00
|
|
|
Bug Fixes
|
|
|
|
~~~~~~~~~
|
|
|
|
|
2022-09-09 19:56:43 +02:00
|
|
|
- None.
|