]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword release notes
authorMichał Kępień <michal@isc.org>
Fri, 5 Jan 2024 11:51:13 +0000 (12:51 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 5 Jan 2024 11:51:13 +0000 (12:51 +0100)
doc/notes/notes-9.19.20.rst

index 78c7b53e0579e253b1d35861144b0f4d69be5fa1..33aec1d0e5492ab9fd8cff711e88e104f3aaf582 100644 (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
 ~~~~~~~~~~~~