]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #4467]
authorPetr Špaček <pspacek@isc.org>
Mon, 4 Dec 2023 15:14:31 +0000 (16:14 +0100)
committerPetr Špaček <pspacek@isc.org>
Thu, 14 Dec 2023 08:11:46 +0000 (09:11 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 61165e6737a5adce763bf60defa857d6466747fe..82989bbcccb37a12f7653d945f9547643f3131df 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+6300.  [bug]           Fix statistics export to use full 64 bit signed numbers
+                       instead of truncating values to unsigned 32 bits.
+                       [GL #4467]
+
 6299.  [port]          NetBSD has added 'hmac' to libc which collides with our
                        use of 'hmac'. [GL #4478]
 
index 99f32929cbd678ddbbebf0e9417055636fb676d8..fbb4897a942bcb70665390d89f768ac002055760 100644 (file)
@@ -35,7 +35,9 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- None.
+- 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`
 
 Known Issues
 ~~~~~~~~~~~~