]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #1176]
authorOndřej Surý <ondrej@sury.org>
Thu, 21 Oct 2021 08:02:45 +0000 (10:02 +0200)
committerPetr Špaček <pspacek@isc.org>
Thu, 15 Sep 2022 08:12:50 +0000 (10:12 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index e83f11d7b6793519abd7cc8326580e1ca88248dd..85b06f6d43e7a8c587a8bfb470a9b31f265cae5e 100644 (file)
--- 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
index 2d7f9218c54f053dcaf0aae03e8d9f3909a50306..8d10c30d8ecbffc755d1bab9fac3b5b48bfbafa6 100644 (file)
@@ -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
 ~~~~~~~~~~~~~~~~