From: Remi Gacogne Date: Wed, 30 Oct 2019 08:31:18 +0000 (+0100) Subject: dnsdist: Update secpoll zone and ChangeLog for 1.4.0-rc5 X-Git-Tag: dnsdist-1.4.0~25^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8488%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Update secpoll zone and ChangeLog for 1.4.0-rc5 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 04abfe9041..bfce792eb5 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. 2019102900 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019103001 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -326,3 +326,4 @@ dnsdist-1.4.0-rc1.security-status 60 IN TXT "1 OK" dnsdist-1.4.0-rc2.security-status 60 IN TXT "1 OK" dnsdist-1.4.0-rc3.security-status 60 IN TXT "1 OK" dnsdist-1.4.0-rc4.security-status 60 IN TXT "1 OK" +dnsdist-1.4.0-rc5.security-status 60 IN TXT "1 OK" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index ce33dd43c3..d3297b5f20 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,22 @@ Changelog ========= +.. changelog:: + :version: 1.4.0-rc5 + :released: 30th of October 2019 + + .. change:: + :tags: Improvements, DNS over HTTPS, Metrics + :pullreq: 8465 + + Rename the 'address' label to 'frontend' for DoH metrics + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 8471 + + Increment the DOHUnit ref count when it's set in the IDState + .. changelog:: :version: 1.4.0-rc4 :released: 25th of October 2019