From: Remi Gacogne Date: Tue, 7 Dec 2021 16:52:17 +0000 (+0100) Subject: dnsdist: Update the ChangeLog and the secpoll zone for 1.7.0-rc1 X-Git-Tag: auth-4.7.0-alpha1~105^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=142511ac7f778c1ae81c4fa620bef42590cb7b9e;p=thirdparty%2Fpdns.git dnsdist: Update the ChangeLog and the secpoll zone for 1.7.0-rc1 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 1bb995b8ec..b934722845 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. 2021121701 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021122100 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -440,7 +440,8 @@ dnsdist-1.6.0-rc1.security-status 60 IN TXT "3 Unsuppor 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" -dnsdist-1.7.0-alpha1.security-status 60 IN TXT "2 Unsupported pre-release" -dnsdist-1.7.0-alpha2.security-status 60 IN TXT "2 Unsupported pre-release" -dnsdist-1.7.0-beta1.security-status 60 IN TXT "2 Unsupported pre-release" -dnsdist-1.7.0-beta2.security-status 60 IN TXT "1 Unsupported pre-release" +dnsdist-1.7.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release" +dnsdist-1.7.0-alpha2.security-status 60 IN TXT "3 Unsupported pre-release" +dnsdist-1.7.0-beta1.security-status 60 IN TXT "3 Unsupported pre-release" +dnsdist-1.7.0-beta2.security-status 60 IN TXT "3 Unsupported pre-release" +dnsdist-1.7.0-rc1.security-status 60 IN TXT "1 Unsupported pre-release" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 59a131cf4d..6a9bfd7ca8 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,22 @@ Changelog ========= +.. changelog:: + :version: 1.7.0-rc1 + :released: TBD + + .. change:: + :tags: Improvements, DNS over TLS, Performance + :pullreq: 11037 + + Reuse and save the TLS session tickets in DoT healthchecks + + .. change:: + :tags: Bug Fixes, DNS over HTTPS, Security + :pullreq: 11075 + + Fix a double-free when a DoH cross-protocol response is dropped + .. changelog:: :version: 1.7.0-beta2 :released: 29th of November 2021