From 168438c21525f2f46fabaa364532f1d1aba0d494 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 8 Jan 2024 12:40:52 +0100 Subject: [PATCH 1/2] Update BIND version to 9.19.21-dev --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bd01fce7cb..75b9b40c11 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # m4_define([bind_VERSION_MAJOR], 9)dnl m4_define([bind_VERSION_MINOR], 19)dnl -m4_define([bind_VERSION_PATCH], 20)dnl +m4_define([bind_VERSION_PATCH], 21)dnl m4_define([bind_VERSION_EXTRA], -dev)dnl m4_define([bind_DESCRIPTION], [(Development Release)])dnl m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl From 1c7159c94eb8b488a47a890229bd292fda85fc8a Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 8 Jan 2024 12:40:52 +0100 Subject: [PATCH 2/2] Set up release notes for BIND 9.19.21 --- doc/notes/notes-current.rst | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index bebf1cd3b7..52774b07aa 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -9,7 +9,7 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. -Notes for BIND 9.19.20 +Notes for BIND 9.19.21 ---------------------- Security Fixes @@ -32,19 +32,10 @@ Feature Changes - None. -- :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` - 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` +- None. Known Issues ~~~~~~~~~~~~