From 52e432008e5d4aa80a7f126d565dd79ce46bf551 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 8 Jan 2024 12:57:56 +0100 Subject: [PATCH 1/2] Update BIND version to 9.18.23-dev --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 43dde091b6..40f3e0cf72 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # m4_define([bind_VERSION_MAJOR], 9)dnl m4_define([bind_VERSION_MINOR], 18)dnl -m4_define([bind_VERSION_PATCH], 22)dnl +m4_define([bind_VERSION_PATCH], 23)dnl m4_define([bind_VERSION_EXTRA], -dev)dnl m4_define([bind_DESCRIPTION], [(Extended Support Version)])dnl m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl From 2b8b83cfc67ac739c90e5ab6845e88fe3f34f23a Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 8 Jan 2024 12:57:56 +0100 Subject: [PATCH 2/2] Set up release notes for BIND 9.18.23 --- doc/notes/notes-current.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index be1bc21a15..9843823910 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.18.22 +Notes for BIND 9.18.23 ---------------------- Security Fixes @@ -35,9 +35,7 @@ Feature Changes 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 ~~~~~~~~~~~~