2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

CHANGES and release note

This commit is contained in:
Evan Hunt
2019-01-20 21:56:14 -08:00
parent 5c1c285370
commit 33f181ac93
2 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
5152. [func] Improved logging of DNSSEC key events:
- Zone signing and DNSKEY maintenance events are
now logged to the "dnssec" category
- Messages are now logged when DNSSEC keys are
pubished, activated, inactivated, deleted,
or revoked.
[GL #714]
5151. [func] Options that have been been marked as obsolete in
named.conf for a very long time are now fatal
configuration errors. [GL #358]

View File

@@ -597,6 +597,13 @@
disables reading of the file <filename>$HOME/.digrc</filename>.
</para>
</listitem>
<listitem>
<para>
Zone signing and key maintenance events are now logged to the
<command>dnssec</command> category rather than
<command>zone</command>.
</para>
</listitem>
</itemizedlist>
</section>