From 648088a74c48a9915801b19a2b106c9553b2311a Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 16 Jan 2025 09:52:01 +0100 Subject: [PATCH] dnsdist: Use the better wording suggested by Otto in the upgrade notes --- pdns/dnsdistdist/docs/upgrade_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2