From 1eb848d71a4c48a3973d7d9a953536f05bc06e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 21 Oct 2021 10:02:45 +0200 Subject: [PATCH] Add CHANGES and release note for [GL #1176] --- CHANGES | 2 ++ doc/notes/notes-current.rst | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index e83f11d7b6..85b06f6d43 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 2d7f9218c5..8d10c30d8e 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 ~~~~~~~~~~~~~~~~