]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note
authorOndřej Surý <ondrej@sury.org>
Sun, 21 Jul 2019 12:18:56 +0000 (08:18 -0400)
committerOndřej Surý <ondrej@sury.org>
Wed, 31 Jul 2019 08:05:52 +0000 (10:05 +0200)
CHANGES
doc/arm/notes.xml

diff --git a/CHANGES b/CHANGES
index 40c9bc974965b0510c2f34acde8ed04c21762682..53bd0aae5bf2b4972288700a331cda25f1a5286c 100644 (file)
--- 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
index c82d3b0894d900c609d1d3c4504010de9bfc41e9..cdd45ff3388bd92ae08186060122ac0d5a82a641 100644 (file)
          algorithm and same Server Secret for the best performance.
        </para>
       </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>
   </section>