From d64f7b7dcb3b8de0823c463c0ee6f4b34c01fa81 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Tue, 8 Mar 2016 09:42:45 -0500 Subject: [PATCH] add resource record type added, typo fix, new contrib software, and named -V --- doc/arm/notes.xml | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index e4b322d415..9b1a3ae6f6 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -99,16 +99,28 @@ - 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. - Added a warning for a commom misconfiguration involving forwarded + Added a warning for a common misconfiguration involving forwarded RFC 1918 and ULA zones. + + + 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. + +
Feature Changes @@ -116,7 +128,7 @@ - Updated the compiled in addresses for H.ROOT-SERVERS.NET. + Updated the compiled-in addresses for H.ROOT-SERVERS.NET. @@ -138,6 +150,11 @@ message compression. This results in reduced network usage. + + + named -V output now also includes operating system details. + +
Bug Fixes