mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 09:37:10 -04:00
Tweak and reword release notes
This commit is contained in:
parent
8cad2c5923
commit
1708fe24b4
1 changed files with 13 additions and 9 deletions
|
|
@ -35,19 +35,23 @@ Security Fixes
|
|||
Feature Changes
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- :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`
|
||||
- :iscman:`named-compilezone` no longer performs zone integrity checks
|
||||
by default; this allows faster conversion of a zone file from one
|
||||
format to another. :gl:`#4364`
|
||||
|
||||
Zone checks can be performed by running :iscman:`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
|
||||
|
||||
Bug Fixes
|
||||
~~~~~~~~~
|
||||
|
||||
- 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`
|
||||
- The counters exported via the statistics channel were changed back to
|
||||
64-bit signed values; they were being inadvertently truncated to
|
||||
unsigned 32-bit values since BIND 9.15.0. :gl:`#4467`
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue