From: Remi Gacogne Date: Fri, 10 Jun 2022 13:15:26 +0000 (+0200) Subject: dnsdist: ChangeLog and secpoll update for 1.7.2 X-Git-Tag: auth-4.8.0-alpha0~62^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=241072d29423869a45920ee10f9e04a48b614c3b;p=thirdparty%2Fpdns.git dnsdist: ChangeLog and secpoll update for 1.7.2 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 2fc8bb4880..08479991f1 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022060100 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022061000 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -464,3 +464,4 @@ dnsdist-1.7.0-beta2.security-status 60 IN TXT "3 Unsuppor dnsdist-1.7.0-rc1.security-status 60 IN TXT "3 Unsupported pre-release" dnsdist-1.7.0.security-status 60 IN TXT "1 OK" dnsdist-1.7.1.security-status 60 IN TXT "1 OK" +dnsdist-1.7.2.security-status 60 IN TXT "1 OK" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index e22edd69f3..663fcf0e8d 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,52 @@ Changelog ========= +.. changelog:: + :version: 1.7.2 + :released: TBD + + .. change:: + :tags: Improvements + :pullreq: 11579 + :tickets: 11576 + + Scan the UDP buckets only when we have outstanding queries + + .. change:: + :tags: Improvements + :pullreq: 11580 + :tickets: 11422 + + Only allocate the health-check mplexer when needed + + .. change:: + :tags: Bug Fixes, Metrics + :pullreq: 11664 + :tickets: 11602 + + Add missing descriptions for prometheus metrics + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 11665 + :tickets: 11604 + + Fix invalid proxy protocol payload on a DoH TC to TCP retry + + .. change:: + :tags: Improvements + :pullreq: 11666 + :tickets: 11606 + + Add Lua bindings to access the DNS payload as a string + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 11667 + :tickets: 11621 + + Fix a crash on a invalid protocol in DoH forwarded-for header + .. changelog:: :version: 1.7.1 :released: 25th of April 2022