From 46e917a55e0f9a2182b5c68eef23e4973e68a061 Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Mon, 10 Jul 2023 15:08:50 +0200 Subject: [PATCH 1/2] Update BIND version to 9.19.16-dev --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 23c18b172e..78a4c5986a 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], 15)dnl +m4_define([bind_VERSION_PATCH], 16)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 c49bad79eb325562ebdbf2595908f27b9343cff7 Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Mon, 10 Jul 2023 15:08:50 +0200 Subject: [PATCH 2/2] Set up release notes for BIND 9.19.16 --- doc/notes/notes-current.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index eb7a7777a0..60f5a3da4c 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.15 +Notes for BIND 9.19.16 ---------------------- Security Fixes @@ -30,16 +30,12 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ -- Use NS records for relaxed QNAME-minimization mode. This reduces the - number of queries ``named`` makes when resolving, as it allows the - non-existence of NS RRsets at non-referral nodes to be cached in - addition to the normally cached referrals. :gl:`#3325` +- None. Bug Fixes ~~~~~~~~~ -- Restored the abilty to read HMAC-MD5 K file pairs (K*.+157+*.{key,private}) - that was accidentally lost. :gl:`#4154` +- None. Known Issues ~~~~~~~~~~~~