From: Remi Gacogne Date: Tue, 4 May 2021 16:24:21 +0000 (+0200) Subject: dnsdist: Update ChangeLog and secpoll zone for 1.5.2 X-Git-Tag: dnsdist-1.7.0-alpha0~13^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=400a328c8399240e5bbbd1f0a614e640d288d1cc;p=thirdparty%2Fpdns.git dnsdist: Update ChangeLog and secpoll zone for 1.5.2 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index e1950778b4..72cac2d7ea 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. 2021050401 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021050501 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -392,6 +392,7 @@ dnsdist-1.5.0-rc3.security-status 60 IN TXT "2 Unsuppor dnsdist-1.5.0-rc4.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" dnsdist-1.5.0.security-status 60 IN TXT "1 OK" dnsdist-1.5.1.security-status 60 IN TXT "1 OK" +dnsdist-1.5.2.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 "2 Unsupported pre-release (no known vulnerabilities)" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index f35074d45c..01a8e0e44a 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,82 @@ Changelog ========= + :version: 1.5.2 + :released: 5th of May 2021 + + .. change:: + :tags: Bug Fixes + :pullreq: 9583 + + Make: two fixes + + .. change:: + :tags: Bug Fixes + :pullreq: 9717 + :tickets: 9689 + + Fix eBPF filtering of long qnames + + .. change:: + :tags: Bug Fixes, Metrics + :pullreq: 9729 + :tickets: 9728 + + Fix a typo in prometheus metrics dnsdist_frontend_tlshandshakefailures #9728 (AppliedPrivacy) + + .. change:: + :tags: Bug Fixes, Performance + :pullreq: 9749 + + Fix the DNSName move assignment operator + + .. change:: + :tags: Bug Fixes + :pullreq: 9900 + + Fix a hang when removing a server with more than one socket + + .. change:: + :tags: Bug Fixes, DNS over HTTPS, DNS over TLS + :pullreq: 9922 + :tickets: 9921 + + Fix SNI on resumed sessions by acknowledging the name sent by the client + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 9936 + :tickets: 9934 + + Fix a crash when a DoH responses map is updated at runtime + + .. change:: + :tags: Bug Fixes + :pullreq: 9980 + :tickets: 9756 + + Fix Dynamic Block RCode rules messing up the queries count + + .. change:: + :tags: Bug Fixes + :pullreq: 10012 + :tickets: 10006 + + Fix EDNS in ServFail generated when no server is available + + .. change:: + :tags: Bug Fixes + :pullreq: 10095 + :tickets: 10090 + + Prevent a crash with DynBPF objects in client mode + + .. change:: + :tags: Bug Fixes + :pullreq: 10355 + + Add missing getEDNSOptions and getDO bindings for DNSResponse + .. changelog:: :version: 1.6.0-rc2 :released: 4th of May 2021