From: Remi Gacogne Date: Mon, 19 Apr 2021 11:59:53 +0000 (+0200) Subject: dnsdist: Add ChangeLog and secpoll for 1.6.0-rc1 X-Git-Tag: dnsdist-1.6.0-rc2~17^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ad3ca4b71e569420b5710d9d2bf3fb8bb6b13f7;p=thirdparty%2Fpdns.git dnsdist: Add ChangeLog and secpoll for 1.6.0-rc1 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 911fc285ed..3b89a0cdce 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. 2021041400 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021042000 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -393,4 +393,5 @@ dnsdist-1.5.0.security-status 60 IN TXT "1 OK" dnsdist-1.5.1.security-status 60 IN TXT "1 OK" dnsdist-1.6.0-alpha1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" dnsdist-1.6.0-alpha2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" -dnsdist-1.6.0-alpha3.security-status 60 IN TXT "1 OK" +dnsdist-1.6.0-alpha3.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" +dnsdist-1.6.0-rc1.security-status 60 IN TXT "1 OK" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 8d29c0c50c..c04ecfad72 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,36 @@ Changelog ========= +.. changelog:: + :version: 1.6.0-rc1 + :released: 20th of April 2021 + + .. change:: + :tags: Improvements + :pullreq: 10216 + :tickets: 10209 + + Replace pthread_rwlock with std::shared_mutex + + .. change:: + :tags: Improvements + :pullreq: 10264 + + Also disable PMTU for v6 + + .. change:: + :tags: Bug Fixes + :pullreq: 10267 + :tickets: 10262 + + Add missing getEDNSOptions and getDO bindings for DNSResponse + + .. change:: + :tags: Bug Fixes + :pullreq: 10274 + + Fix some issues reported by Thread Sanitizer + .. changelog:: :version: 1.6.0-alpha3 :released: 29th of March 2021