From: Aki Tuomi Date: Thu, 7 Nov 2019 11:05:21 +0000 (+0200) Subject: docs: Update upgrading info X-Git-Tag: auth-4.3.0-alpha1~21^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0870304c5ec2006a333ae0ec02c713e7a5b48e3a;p=thirdparty%2Fpdns.git docs: Update upgrading info --- diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 371f2cddb2..7f2fc40244 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -8,6 +8,11 @@ Please upgrade to the PowerDNS Authoritative Server 4.0.0 from 3.4.2+. See the `3.X `__ upgrade notes if your version is older than 3.4.2. +4.2.x to 4.3.0 +-------------- + +- Netmask class methods ``isIpv4`` and ``isIpv6`` have been deprecated in Lua, use :func:`Netmask.isIPv4` and :func:`Netmask.isIPv6` instead. In C++ API these methods have been removed. + 4.1.X to 4.2.0 -------------- diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index ad6c62fdd0..a2fad7da2f 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -4,9 +4,14 @@ Upgrade Guide Before upgrading, it is advised to read the :doc:`changelog/index`. When upgrading several versions, please read **all** notes applying to the upgrade. -4.1.x to 4.2.0 or master +4.2.x to 4.3.0 or master ------------------------ +- Netmask class methods ``isIpv4`` and ``isIpv6`` have been deprecated in Lua, use :func:`Netmask.isIPv4` and :func:`Netmask.isIPv6` instead. In C++ API these methods have been removed. + +4.1.x to 4.2.0 +-------------- + Two new settings have been added: - :ref:`setting-xpf-allow-from` can contain a list of IP addresses ranges from which `XPF (X-Proxied-For) `_ records will be trusted.