]> 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)
committerAydın Mercan <aydin@isc.org>
Wed, 3 Jan 2024 17:36:27 +0000 (20:36 +0300)
(cherry picked from commit b57c37d8c5e051c3881e9f26cbe5efe0db9d7b14)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 86ff535f2925d74fa9ac0c856e496115e5335ef1..6faa12370c8b079fb90eb3c91394d8d1257d15e2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
                        message that was emitted even when the feature was
                        explicitly disabled. [GL #4497]
 
+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 a47401186f5302082584f6a37852e3d135ee4254..be1bc21a15052fc562e9ab2cafb77bee987fc79f 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
 ~~~~~~~~~~~~