2022-04-12 07:41:18 -04: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.
|
|
|
|
|
|
2023-12-08 09:51:48 -05:00
|
|
|
Notes for BIND 9.19.20
|
2023-01-13 09:35:32 -05:00
|
|
|
----------------------
|
2022-04-12 07:41:18 -04:00
|
|
|
|
|
|
|
|
Security Fixes
|
|
|
|
|
~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
- None.
|
|
|
|
|
|
|
|
|
|
New Features
|
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
|
2023-12-08 09:51:48 -05:00
|
|
|
- None.
|
2023-10-16 10:31:56 -04:00
|
|
|
|
2022-04-12 07:41:18 -04:00
|
|
|
Removed Features
|
|
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
|
|
2023-11-10 07:50:32 -05:00
|
|
|
- None.
|
2023-10-26 06:00:32 -04:00
|
|
|
|
2022-04-12 07:41:18 -04:00
|
|
|
Feature Changes
|
|
|
|
|
~~~~~~~~~~~~~~~
|
|
|
|
|
|
2023-12-08 09:51:48 -05:00
|
|
|
- None.
|
2023-07-17 22:24:07 -04:00
|
|
|
|
2023-11-15 21:57:45 -05:00
|
|
|
- :program:`named-compilezone` no longer performs zone integrity checks
|
|
|
|
|
by default; this allows faster conversion of a zone file from one format
|
|
|
|
|
to another. Zone checks can be performed by running :program:`named-checkzone`
|
|
|
|
|
separately, or the previous default behavior can be restored by using
|
|
|
|
|
``named-compilezone -i full -k fail -n fail -r warn -m warn -M warn
|
|
|
|
|
-S warn -T warn -W warn -C check-svcb:fail``. :gl:`#4364`
|
|
|
|
|
|
2022-04-12 07:41:18 -04:00
|
|
|
Bug Fixes
|
|
|
|
|
~~~~~~~~~
|
|
|
|
|
|
2023-12-04 10:14:31 -05:00
|
|
|
- Fix statistics export to use full 64 bit signed numbers instead of truncating
|
|
|
|
|
values to unsigned 32 bits. Export was truncating values since BIND 9.15.0.
|
|
|
|
|
:gl:`#4467`
|
2023-10-23 08:38:47 -04:00
|
|
|
|
2022-11-07 08:03:15 -05:00
|
|
|
Known Issues
|
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
|
2023-03-07 08:10:26 -05:00
|
|
|
- There are no new known issues with this release. See :ref:`above
|
|
|
|
|
<relnotes_known_issues>` for a list of all known issues affecting this
|
|
|
|
|
BIND 9 branch.
|