From: Peter van Dijk Date: Mon, 9 Dec 2019 09:26:00 +0000 (+0100) Subject: document local-ipv6 removal in 4.3 X-Git-Tag: rec-4.3.0-beta1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb15895cc1f11004ca7ae4b2a908369e5f5049e8;p=thirdparty%2Fpdns.git document local-ipv6 removal in 4.3 --- diff --git a/docs/settings.rst b/docs/settings.rst index 16e84782ac..275ccca4b1 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -744,6 +744,8 @@ available in non-static distributions. ``local-address`` ----------------- +.. versionchanged:: 4.3.0 + now also takes your IPv6 addresses .. versionchanged:: 4.3.0 Before 4.3.0, this setting only supported IPv4. @@ -772,6 +774,8 @@ Fail to start if one or more of the ``local-ipv6`` -------------- +.. versionchanged:: 4.3.0 + removed, use :ref:`setting-local-address` .. deprecated:: 4.3.0 This setting has been removed, use :ref:`setting-localaddress` diff --git a/docs/upgrading.rst b/docs/upgrading.rst index ba03af5069..03358718f2 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -50,7 +50,7 @@ New settings Removed settings ^^^^^^^^^^^^^^^^ -- :ref:``setting-local-ipv6`` has been removed. IPv4 and IPv6 listen addresses can now be set with :ref:`setting-local-address`. The default for the latter has been changed to ``0.0.0.0, ::``. +- :ref:`setting-local-ipv6` has been removed. IPv4 and IPv6 listen addresses can now be set with :ref:`setting-local-address`. The default for the latter has been changed to ``0.0.0.0, ::``. 4.1.X to 4.2.0