From: Peter van Dijk Date: Tue, 18 Jun 2019 11:13:33 +0000 (+0200) Subject: Merge pull request #7923 from Habbie/auth-4.1.9-changelog X-Git-Tag: dnsdist-1.4.0-rc1~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fc2896dab6646327dfade3004b361ae43e5d4bb;p=thirdparty%2Fpdns.git Merge pull request #7923 from Habbie/auth-4.1.9-changelog auth 4.1.9: changelog; secpoll; superslave setting revisionist history --- diff --git a/docs/changelog/4.1.rst b/docs/changelog/4.1.rst index 94cfe8f649..937f821b72 100644 --- a/docs/changelog/4.1.rst +++ b/docs/changelog/4.1.rst @@ -1,6 +1,22 @@ Changelogs for 4.1.x ==================== +.. changelog:: + :version: 4.1.9 + :released: June 19th 2019 + + .. change:: + :tags: Performance + :pullreq: 7922 + + Add an option to disable superslaving. + + .. change:: + :tags: Bug Fixes + :pullreq: 7921 + + In gsql ``getAllDomainMetadata``, actually get all domain metadata. This makes DNSSEC metadata work with ``pdnsutil b2b-migrate``. + .. changelog:: :version: 4.1.8 :released: March 22nd 2019 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index ce22db74a9..7d9d0c2bdf 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019061401 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019061801 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. ; Auth @@ -45,6 +45,7 @@ auth-4.1.5.security-status 60 IN TXT "3 Upgrade now auth-4.1.6.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2019-03.html" auth-4.1.7.security-status 60 IN TXT "1 OK" auth-4.1.8.security-status 60 IN TXT "1 OK" +auth-4.1.9.security-status 60 IN TXT "1 OK" auth-4.2.0-alpha1.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2019-03.html" auth-4.2.0-beta1.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2019-03.html" auth-4.2.0-rc1.security-status 60 IN TXT "1 OK" diff --git a/docs/settings.rst b/docs/settings.rst index 50fa520f03..d58d75508e 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -1467,10 +1467,13 @@ and :doc:`Virtual Hosting ` how this can differ. - Boolean - Default: no -.. versionadded:: 4.2.0 - In versions before 4.2.x, this setting did not exist and supermaster support +.. versionadded:: 4.1.9 + In versions before 4.1.9, this setting did not exist and supermaster support was enabled by default. +.. versionchanged:: 4.2.0 + Before 4.2.0, the default was yes. + Turn on supermaster support. See :ref:`supermaster-operation`. .. _setting-tcp-control-address: