mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-28 13:08:06 +00:00
[master] release note
This commit is contained in:
parent
c4ecf87d21
commit
cc1a796b78
5
CHANGES
5
CHANGES
@ -1,7 +1,8 @@
|
||||
4545. [func] Make dnstap-read output more functionally usable.
|
||||
4545. [func] Expand YAML output from dnstap-read to include
|
||||
a detailed breakdown of the DNS message contents.
|
||||
[RT #43642]
|
||||
|
||||
4544. [func] Add message/payload size to dnstap-read YAML output.
|
||||
4544. [bug] Add message/payload size to dnstap-read YAML output.
|
||||
[RT #43622]
|
||||
|
||||
4543. [bug] dns_client_startupdate now delays sending the update
|
||||
|
@ -64,9 +64,20 @@
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Rndc commands can now manipulate redirect zones using "-redirect".
|
||||
To manipulate a zone called "-redirect" reference it using absolute
|
||||
name form ("-redirect.").
|
||||
<command>rndc</command> commands which refer to zone names
|
||||
can now reference a zone of type <command>redirect</command>
|
||||
by using the special zone name "-redirect". (Previously this
|
||||
was not possible because <command>redirect</command> zones
|
||||
always have the name ".", which can be ambiguous.)
|
||||
</para>
|
||||
<para>
|
||||
In the event you need to manipulate a a zone actually
|
||||
called "-redirect", use a trailing dot: "-redirect."
|
||||
</para>
|
||||
<para>
|
||||
Note: This change does not appply to the
|
||||
<command>rndc addzone</command> or
|
||||
<command>rndc modzone</command> commands.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
@ -76,7 +87,10 @@
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
None.
|
||||
Expanded and improved the YAML output from
|
||||
<command>dnstap-read -y</command>: it now includes packet
|
||||
size and a detailed breakdown of message contents.
|
||||
[RT #43622] [RT #43642]
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
Loading…
x
Reference in New Issue
Block a user