From: Remi Gacogne Date: Thu, 16 Jan 2025 08:52:01 +0000 (+0100) Subject: dnsdist: Use the better wording suggested by Otto in the upgrade notes X-Git-Tag: dnsdist-2.0.0-alpha1~160^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=648088a74c48a9915801b19a2b106c9553b2311a;p=thirdparty%2Fpdns.git dnsdist: Use the better wording suggested by Otto in the upgrade notes --- diff --git a/pdns/dnsdistdist/docs/upgrade_guide.rst b/pdns/dnsdistdist/docs/upgrade_guide.rst index e2c496d103..427be84a3e 100644 --- a/pdns/dnsdistdist/docs/upgrade_guide.rst +++ b/pdns/dnsdistdist/docs/upgrade_guide.rst @@ -4,7 +4,7 @@ Upgrade Guide 1.9.x to 2.0.0 -------------- -:program:`dnsdist` supports a new, optional ``yaml`` :doc:`configuration format `. This new format requires a Rust compiler and a Python 3 interpreter. +:program:`dnsdist` supports a new, optional ``yaml`` :doc:`configuration format `. To build :program:`dnsdist` with this feature enabled, a Rust compiler and a Python 3 interpreter are needed. :func:`showTLSContexts` has been renamed to :func:`showTLSFrontends`. :func:`getTLSContext` and the associated :class:`TLSContext` have been removed, please use :func:`getTLSFrontend` and the associated :class:`TLSFrontend` instead.