From 77271086a273dd263b0b63d917122b181e4ef984 Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Mon, 10 Jul 2023 15:39:37 +0200 Subject: [PATCH 1/2] Update BIND version to 9.18.18-dev --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index acb1f920e9..519050ce61 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], 17)dnl +m4_define([bind_VERSION_PATCH], 18)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 e472710cace68b5134c67f71b75164875eac6290 Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Mon, 10 Jul 2023 15:39:38 +0200 Subject: [PATCH 2/2] Set up release notes for BIND 9.18.18 --- doc/notes/notes-current.rst | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 61e01401c9..c3d1169454 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.17 +Notes for BIND 9.18.18 ---------------------- Security Fixes @@ -30,21 +30,12 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ -- If a response from an authoritative server has its RCODE set to - FORMERR and contains an echoed EDNS COOKIE option that was present in - the query, :iscman:`named` now retries sending the query to the - same server without an EDNS COOKIE option. :gl:`#4049` - -- 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 ~~~~~~~~~~~~