Tweak and reword release notes

This commit is contained in:
Michał Kępień 2024-01-05 12:51:13 +01:00
parent 8cad2c5923
commit 1708fe24b4
No known key found for this signature in database

View file

@ -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
~~~~~~~~~~~~