From 69014521177009257ff5de13195dc19aa56e47e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 5 Jan 2024 12:55:58 +0100 Subject: [PATCH] Tweak and reword release notes --- doc/notes/notes-9.18.22.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/notes/notes-9.18.22.rst b/doc/notes/notes-9.18.22.rst index 2695a10e37..c2d3375b4f 100644 --- a/doc/notes/notes-9.18.22.rst +++ b/doc/notes/notes-9.18.22.rst @@ -35,9 +35,9 @@ Security Fixes 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 ~~~~~~~~~~~~