From: Ondřej Surý Date: Thu, 21 Oct 2021 08:02:45 +0000 (+0200) Subject: Add CHANGES and release note for [GL #1176] X-Git-Tag: v9.19.6~59^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1eb848d71a4c48a3973d7d9a953536f05bc06e48;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #1176] --- diff --git a/CHANGES b/CHANGES index e83f11d7b67..85b06f6d43e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +5971. [func] Add libsystemd sd_notify() support. [GL #1176] + 5970. [func] Log the reason why a query was refused. [GL !6669] 5969. [bug] DNSSEC signing statistics failed to identify the diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 2d7f9218c54..8d10c30d8ec 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -33,6 +33,11 @@ New Features a given server support DNS COOKIE. It can also be used to force all non DNS COOKIE responses to fall back to TCP. :gl:`#2295` +- Add libsystemd sd_notify() integration that allows the ``named`` to report + status to the supervisor. This allows the systemd to wait until ``named`` is + fully started before starting other services that depend on name resolution. + :gl:`#1176` + Removed Features ~~~~~~~~~~~~~~~~