mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
[master] notes formatting, fix a CHANGES tag
This commit is contained in:
parent
66cbd6fc69
commit
c2d0738d5c
2
CHANGES
2
CHANGES
@ -32,7 +32,7 @@
|
|||||||
4392. [func] Collect statistics for RSSAC02v3 traffic-volume,
|
4392. [func] Collect statistics for RSSAC02v3 traffic-volume,
|
||||||
traffic-sizes and rcode-volume reporting. [RT #41475]
|
traffic-sizes and rcode-volume reporting. [RT #41475]
|
||||||
|
|
||||||
4391. [bug] Fix leaks in contrib DLZ code. [RT #42707]
|
4391. [contrib] Fix leaks in contrib DLZ code. [RT #42707]
|
||||||
|
|
||||||
4390. [doc] Description of masters with TSIG, allow-query and
|
4390. [doc] Description of masters with TSIG, allow-query and
|
||||||
allow-transfer options in catalog zones. [RT #42692]
|
allow-transfer options in catalog zones. [RT #42692]
|
||||||
|
@ -38,27 +38,31 @@
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
With the release of BIND 9.11.0, ISC is changing the open source
|
With the release of BIND 9.11.0, ISC is changing the open source
|
||||||
license for BIND from the ISC license to the Mozilla Public License
|
license for BIND from the ISC license to the Mozilla Public
|
||||||
(MPL 2.0). This change is effective from BIND 9.11.0b1 onwards.
|
License (MPL 2.0). This change is effective from BIND 9.11.0b1
|
||||||
|
onwards.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The MPL-2.0 license requires that if you make changes to licensed
|
The MPL-2.0 license requires that if you make changes to licensed
|
||||||
software (e.g. BIND) and distribute them outside your organization,
|
software (e.g. BIND) and distribute them outside your
|
||||||
that you publish those changes under that same license. It does not
|
organization, that you publish those changes under that same
|
||||||
require that you publish or disclose anything other than the changes
|
license. It does not require that you publish or disclose
|
||||||
you made to our software.
|
anything other than the changes you made to our software.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
This new requirement will not affect anyone who is using BIND
|
This new requirement will not affect anyone who is using BIND
|
||||||
without redistributing it, nor anyone redistributing it without changes,
|
without redistributing it, nor anyone redistributing it without
|
||||||
therefore this change will be without consequence for most individuals
|
changes, therefore this change will be without consequence for
|
||||||
and organizations who are using BIND.
|
most individuals and organizations who are using BIND.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Those unsure whether or not the license change affects their use of
|
Those unsure whether or not the license change affects their use
|
||||||
BIND, or who wish to discuss how to comply with the license may contact
|
of BIND, or who wish to discuss how to comply with the license
|
||||||
ISC at <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.isc.org/mission/contact/">https://www.isc.org/mission/contact/</link>.
|
may contact ISC at <link xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xlink:href="https://www.isc.org/mission/contact/">
|
||||||
|
https://www.isc.org/mission/contact/
|
||||||
|
</link>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@ -77,14 +81,14 @@
|
|||||||
<section xml:id="relnotes_features"><info><title>New Features</title></info>
|
<section xml:id="relnotes_features"><info><title>New Features</title></info>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
A new method of provisioning secondary servers called
|
A new method of provisioning secondary servers called
|
||||||
"Catalog Zones" has been added. This is an implementation of
|
"Catalog Zones" has been added. This is an implementation of
|
||||||
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://datatracker.ietf.org/doc/draft-muks-dnsop-dns-catalog-zones/">
|
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://datatracker.ietf.org/doc/draft-muks-dnsop-dns-catalog-zones/">
|
||||||
draft-muks-dnsop-dns-catalog-zones/
|
draft-muks-dnsop-dns-catalog-zones/
|
||||||
</link>.
|
</link>.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
A catalog zone is a regular DNS zone which contains a list
|
A catalog zone is a regular DNS zone which contains a list
|
||||||
of "member zones", along with the configuration options for
|
of "member zones", along with the configuration options for
|
||||||
each of those zones. When a server is configured to use a
|
each of those zones. When a server is configured to use a
|
||||||
@ -96,14 +100,14 @@
|
|||||||
itself a DNS zone, this means configuration changes can be
|
itself a DNS zone, this means configuration changes can be
|
||||||
propagated to slaves using the standard AXFR/IXFR update
|
propagated to slaves using the standard AXFR/IXFR update
|
||||||
mechanism.
|
mechanism.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
This feature should be considered experimental. It currently
|
This feature should be considered experimental. It currently
|
||||||
supports only basic features; more advanced features such as
|
supports only basic features; more advanced features such as
|
||||||
ACLs and TSIG keys are not yet supported. Example catalog
|
ACLs and TSIG keys are not yet supported. Example catalog
|
||||||
zone configurations can be found in the Chapter 9 of the
|
zone configurations can be found in the Chapter 9 of the
|
||||||
BIND Administrator Reference Manual.
|
BIND Administrator Reference Manual.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Support for master entries with TSIG keys has been added to catalog
|
Support for master entries with TSIG keys has been added to catalog
|
||||||
zones, as well as support for allow-query and allow-transfer.
|
zones, as well as support for allow-query and allow-transfer.
|
||||||
@ -567,7 +571,7 @@
|
|||||||
<section xml:id="relnotes_changes"><info><title>Feature Changes</title></info>
|
<section xml:id="relnotes_changes"><info><title>Feature Changes</title></info>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The ISC DNSSEC Lookaside Validation (DLV) service is scheduled
|
The ISC DNSSEC Lookaside Validation (DLV) service is scheduled
|
||||||
to be disabled in 2017. A warning is now logged when
|
to be disabled in 2017. A warning is now logged when
|
||||||
<command>named</command> is configured to use this service,
|
<command>named</command> is configured to use this service,
|
||||||
@ -576,14 +580,14 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The timers returned by the statistics channel (indicating current
|
The timers returned by the statistics channel (indicating current
|
||||||
time, server boot time, and most recent reconfiguration time) are
|
time, server boot time, and most recent reconfiguration time) are
|
||||||
now reported with millisecond accuracy. [RT #40082]
|
now reported with millisecond accuracy. [RT #40082]
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Updated the compiled-in addresses for H.ROOT-SERVERS.NET
|
Updated the compiled-in addresses for H.ROOT-SERVERS.NET
|
||||||
and L.ROOT-SERVERS.NET.
|
and L.ROOT-SERVERS.NET.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user