From 9c82b79a6866da96cb2350199a5c5a6174db70ac Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Fri, 3 May 2024 16:05:20 +0200 Subject: [PATCH 1/2] Update BIND version to 9.18.28-dev --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fe5d26c30e..dbc72e3bdf 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], 27)dnl +m4_define([bind_VERSION_PATCH], 28)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 d3845b768a95091408057fb734140899420ff90c Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Fri, 3 May 2024 16:05:20 +0200 Subject: [PATCH 2/2] Set up release notes for BIND 9.18.28 --- doc/notes/notes-current.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 830db8efa5..059d4cf0c0 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.27 +Notes for BIND 9.18.28 ---------------------- Security Fixes @@ -22,9 +22,6 @@ New Features - None. -- A new option :any:`signatures-jitter` is added to :any:`dnssec-policy` to - spread out signature expiration times over a period of time. :gl:`#4554` - Removed Features ~~~~~~~~~~~~~~~~ @@ -33,9 +30,7 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ -- DNSSEC signatures that are not valid because the current time falls outside - the signature inception and expiration dates no longer count are skipped - instead of causing instant validation failure. :gl:`#4586` +- None. Bug Fixes ~~~~~~~~~