mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 20:10:01 -04:00
Add CHANGES and release note for [GL #1176]
This commit is contained in:
parent
52b62b7890
commit
1eb848d71a
2 changed files with 7 additions and 0 deletions
2
CHANGES
2
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue