mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 07:40:00 -04:00
add resource record type added, typo fix, new contrib software, and named -V
This commit is contained in:
parent
b1bc013634
commit
d64f7b7dcb
1 changed files with 21 additions and 4 deletions
|
|
@ -99,16 +99,28 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
The following types have been implemented: AVC, CSYNC, NINFO, RKEY,
|
||||
SINK, TA, TALINK.
|
||||
The following resource record types have been implemented:
|
||||
AVC, CSYNC, NINFO, RKEY, SINK, SMIMEA, TA, TALINK.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Added a warning for a commom misconfiguration involving forwarded
|
||||
Added a warning for a common misconfiguration involving forwarded
|
||||
RFC 1918 and ULA zones.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Contributed software from Nominum is included in the source at
|
||||
contrib/dnsperf-2.1.0.0-1/. It includes dnsperf for measuring
|
||||
the performance of authoritative DNS servers, resperf for
|
||||
testing the resolution performance of a caching DNS server,
|
||||
resperf-report for generating a resperf report in HTML with
|
||||
gnuplot graphs, and queryparse to extract DNS queries from
|
||||
pcap capture files. This software is not installed by default
|
||||
with BIND.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
<section xml:id="relnotes_changes"><info><title>Feature Changes</title></info>
|
||||
|
|
@ -116,7 +128,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
Updated the compiled in addresses for H.ROOT-SERVERS.NET.
|
||||
Updated the compiled-in addresses for H.ROOT-SERVERS.NET.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
@ -138,6 +150,11 @@
|
|||
message compression. This results in reduced network usage.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
named -V output now also includes operating system details.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
<section xml:id="relnotes_bugs"><info><title>Bug Fixes</title></info>
|
||||
|
|
|
|||
Loading…
Reference in a new issue