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 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 ~~~~~~~~~