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>