From: Ondřej Surý Date: Sun, 21 Jul 2019 12:18:56 +0000 (-0400) Subject: Add CHANGES and release note X-Git-Tag: v9.15.3~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4144fb9cf910b7d25b6a849f14f36307e5588b9;p=thirdparty%2Fbind9.git Add CHANGES and release note --- diff --git a/CHANGES b/CHANGES index 40c9bc97496..53bd0aae5bf 100644 --- a/CHANGES +++ b/CHANGES @@ -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] 5269. [port] cygwin: can return ETIMEDOUT on connect() with a diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index c82d3b0894d..cdd45ff3388 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -277,6 +277,17 @@ algorithm and same Server Secret for the best performance. + + + The information from the dnssec-signzone and + dnssec-verify 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 -f - option. A new + configuration option -q has been added to silence + all output on standard output except for the name of the signed zone. + +