2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 21:47:59 +00:00

add CHANGES and release notes documentation

This commit is contained in:
Mark Andrews 2018-09-10 09:09:47 +10:00
parent 77a0fadfce
commit f924c89f97
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,6 @@
5032. [func] Add krb5-selfsub and ms-selfsub update policy rules.
[GL #511]
5031. [cleanup] Various defines in platform.h has been either dropped 5031. [cleanup] Various defines in platform.h has been either dropped
if always or never triggered on supported platforms if always or never triggered on supported platforms
or replaced with config.h equivalents if the defines or replaced with config.h equivalents if the defines

View File

@ -198,6 +198,15 @@
them. [GL #237] them. [GL #237]
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Two new update policy rule types have been added
<command>krb5-selfsub</command> and <command>ms-selfsub</command>
which allow machines with Kerberos principals to update
the name space at or below the machine names identified
in the respective principals.
</para>
</listitem>
</itemizedlist> </itemizedlist>
</section> </section>