2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Add CHANGES and release note for [GL #1176]

This commit is contained in:
Ondřej Surý 2021-10-21 10:02:45 +02:00 committed by Petr Špaček
parent 52b62b7890
commit 1eb848d71a
No known key found for this signature in database
GPG Key ID: ABD587CDF06581AE
2 changed files with 7 additions and 0 deletions

View File

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

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