]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: Update upgrading info
authorAki Tuomi <cmouse@cmouse.fi>
Thu, 7 Nov 2019 11:05:21 +0000 (13:05 +0200)
committerAki Tuomi <cmouse@cmouse.fi>
Wed, 27 Nov 2019 10:44:36 +0000 (12:44 +0200)
docs/upgrading.rst
pdns/recursordist/docs/upgrade.rst

index 371f2cddb2b22c0a24d883267e2a88db61f15637..7f2fc402440f7ee7970abb34866561e5f51fee77 100644 (file)
@@ -8,6 +8,11 @@ Please upgrade to the PowerDNS Authoritative Server 4.0.0 from 3.4.2+.
 See the `3.X <https://doc.powerdns.com/3/authoritative/upgrading/>`__
 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
 --------------
 
index ad6c62fdd0702114d2f9f1758c65e56da65d3eb9..a2fad7da2f7e772e79e195ae031d581c4f65033d 100644 (file)
@@ -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) <https://datatracker.ietf.org/doc/draft-bellis-dnsop-xpf/>`_ records will be trusted.