From: Michał Kępień Date: Wed, 10 Jun 2020 09:07:02 +0000 (+0200) Subject: Add release note for #1812 X-Git-Tag: v9.17.3~52^2~3^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c730f6d49df03b88b13490f9184e712a075c494;p=thirdparty%2Fbind9.git Add release note for #1812 --- diff --git a/doc/notes/notes-9.17.2.rst b/doc/notes/notes-9.17.2.rst index 47c90bf93a9..582fe4c022b 100644 --- a/doc/notes/notes-9.17.2.rst +++ b/doc/notes/notes-9.17.2.rst @@ -187,6 +187,10 @@ Bug Fixes the last one, the exit code indicated success. Thanks to Graham Clinch. [GL #1807] +- ``named-checkconf -p`` could include spurious text in + ``server-addresses`` statements due to an uninitialized DSCP value. + This has been fixed. [GL #1812] + - When built without LMDB support, ``named`` failed to restart after a zone with a double quote (") in its name was added with ``rndc addzone``. Thanks to Alberto Fernández. [GL #1695]