From: Michał Kępień Date: Fri, 5 Jan 2024 11:51:13 +0000 (+0100) Subject: Tweak and reword release notes X-Git-Tag: v9.19.21~7^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1708fe24b46072bbb00dcd73956f681c1e88aa9b;p=thirdparty%2Fbind9.git Tweak and reword release notes --- diff --git a/doc/notes/notes-9.19.20.rst b/doc/notes/notes-9.19.20.rst index 78c7b53e057..33aec1d0e54 100644 --- a/doc/notes/notes-9.19.20.rst +++ b/doc/notes/notes-9.19.20.rst @@ -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 ~~~~~~~~~~~~