2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Add CHANGES and release note for [GL #4467]

This commit is contained in:
Petr Špaček
2023-12-04 16:14:31 +01:00
parent 7b0115e331
commit b57c37d8c5
2 changed files with 7 additions and 1 deletions

View File

@@ -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]

View 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
~~~~~~~~~~~~