2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Add CHANGES and release note

This commit is contained in:
Ondřej Surý 2019-07-21 08:18:56 -04:00
parent 664b8f04f5
commit e4144fb9cf
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,7 @@
5271. [func] The normal (non-debugging) output of dnssec-signzone
and dnssec-verify tools now goes to stdout, instead of
the combination of stderr and stdout.
5270. [bug] 'dig +expandaaaa +short' did not work. [GL #1152] 5270. [bug] 'dig +expandaaaa +short' did not work. [GL #1152]
5269. [port] cygwin: can return ETIMEDOUT on connect() with a 5269. [port] cygwin: can return ETIMEDOUT on connect() with a

View File

@ -277,6 +277,17 @@
algorithm and same Server Secret for the best performance. algorithm and same Server Secret for the best performance.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
The information from the <command>dnssec-signzone</command> and
<command>dnssec-verify</command> commands is now printed to standard
output. The standard error output is only used to print warnings and
errors, and in case the user requests the signed zone to be printed to
standard output with <command>-f -</command> option. A new
configuration option <command>-q</command> has been added to silence
all output on standard output except for the name of the signed zone.
</para>
</listitem>
</itemizedlist> </itemizedlist>
</section> </section>