From: Remi Gacogne Date: Tue, 7 Sep 2021 15:09:39 +0000 (+0200) Subject: dnsdist: Prepare ChangeLog and secpoll for 1.6.1 X-Git-Tag: dnsdist-1.7.0-alpha1~21^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d614c18067af7717b18fb962fbc3426564995f0;p=thirdparty%2Fpdns.git dnsdist: Prepare ChangeLog and secpoll for 1.6.1 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index acae0cd5a9..d3a33d8fbf 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. 2021073001 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021090701 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -413,3 +413,4 @@ dnsdist-1.6.0-alpha3.security-status 60 IN TXT "3 Unsuppor dnsdist-1.6.0-rc1.security-status 60 IN TXT "3 Unsupported pre-release" dnsdist-1.6.0-rc2.security-status 60 IN TXT "3 Unsupported pre-release" dnsdist-1.6.0.security-status 60 IN TXT "1 OK" +dnsdist-1.6.1.security-status 60 IN TXT "1 OK" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index a3137d4b80..c95c1692a1 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,50 @@ Changelog ========= +.. changelog:: + :version: 1.6.1 + :released: TBD + + .. change:: + :tags: Bug Fixes + :pullreq: 10438 + + Backport a missing mutex header + + .. change:: + :tags: Bug Fixes, DNSTAP + :pullreq: 10538 + :tickets: 10497 + + Set the dnstap/protobuf transport to TCP for DoH queries + + .. change:: + :tags: Bug Fixes + :pullreq: 10619 + :tickets: 10419 + + Properly handle ECS for queries with ancount or nscount > 0 + + .. change:: + :tags: Bug Fixes + :pullreq: 10656 + + Catch FDMultiplexerException in IOStateHandler's destructor + + .. change:: + :tags: New Features + :pullreq: 10560 + :tickets: 10482 + + Implement a web endpoint to get metrics for only one pool + + .. change:: + :tags: New Features + :pullreq: 10550 + :tickets: 10418 + + Add the missing DOHFronted::loadNewCertificatesAndKeys() + .. changelog:: :version: 1.6.0 :released: 11th of May 2021