From: Tomas Krizek Date: Tue, 19 Mar 2019 13:27:05 +0000 (+0100) Subject: doc/upgrading: document removal of -k and -K X-Git-Tag: v4.0.0~15^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f473f3d614f4de6f2ce338276c4178de5012b54;p=thirdparty%2Fknot-resolver.git doc/upgrading: document removal of -k and -K --- diff --git a/NEWS b/NEWS index 66dfce29b..f6a025441 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ Incompatible changes https://knot-resolver.readthedocs.io/en/v4.0.0/upgrading.html#upgrade-from-3-to-4 - configuration: trust_anchors aliases .file, .config() and .negative were removed (!788) - configuration: trust_anchors.keyfile_default is no longer accessible (!788) +- daemon: -k/--keyfile and -K/--keyfile-ro options were removed - meson build system is now used for builds (!771) - build with embedded LMBD is no longer supported - default modules dir location has changed diff --git a/doc/upgrading.rst b/doc/upgrading.rst index f38c1e4a0..013d41c0f 100644 --- a/doc/upgrading.rst +++ b/doc/upgrading.rst @@ -15,6 +15,8 @@ Users * DNSSEC validation is now turned on by default. If you need to disable it, see :ref:`dnssec-config`. +* ``-k/--keyfile`` and ``-K/--keyfile-ro`` daemon options were removed. If needed, + use ``trust_anchors.add_file()`` in configuration file instead. * In case you are using your own custom modules, move them to the new module location. The exact location depends on your distribution. Generally, modules previously in ``/usr/lib/kdns_modules`` should be moved to ``/usr/lib/knot-resolver/kres_modules``.