2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-24 02:58:38 +00:00
bind/doc/notes/notes-current.rst

47 lines
982 B
ReStructuredText
Raw Normal View History

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-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
~~~~~~~~~~~~~~~
- 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-04-12 13:41:18 +02:00
Bug Fixes
~~~~~~~~~
2022-09-09 19:56:43 +02:00
- None.