From: Remi Gacogne Date: Thu, 14 Dec 2023 10:51:43 +0000 (+0100) Subject: dnsdist: ChangeLog and secpoll update for 1.8.3 X-Git-Tag: auth-4.9.0-alpha1~38^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f0b65720ce3c30c81be6c32f796210b9773ce35;p=thirdparty%2Fpdns.git dnsdist: ChangeLog and secpoll update for 1.8.3 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 4a7e847d4e..504ff2fec6 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. 2023121400 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023121500 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -523,6 +523,7 @@ dnsdist-1.8.0-rc3.security-status 60 IN TXT "3 Unsuppor dnsdist-1.8.0.security-status 60 IN TXT "3 Upgrade now, see https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/" dnsdist-1.8.1.security-status 60 IN TXT "3 Upgrade now, see https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/" dnsdist-1.8.2.security-status 60 IN TXT "1 OK" +dnsdist-1.8.3.security-status 60 IN TXT "1 OK" dnsdist-1.9.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" dnsdist-1.9.0-alpha2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" dnsdist-1.9.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 81d64c2411..e885c6e76d 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,57 @@ Changelog ========= +.. changelog:: + :version: 1.8.3 + :released: 15th of December 2023 + + Please review the :doc:`Upgrade Guide <../upgrade_guide>` before upgrading from versions < 1.8.x. + + .. change:: + :tags: Bug Fixes, Metrics + :pullreq: 13523 + :tickets: 13519 + + Refactor the exponential back-off timer code + + .. change:: + :tags: Bug Fixes + :pullreq: 13598 + + Detect and dismiss truncated UDP responses from a backend + + .. change:: + :tags: Bug Fixes + :pullreq: 13599 + + Fix the removal of the last rule by name or UUID + + .. change:: + :tags: Improvements + :pullreq: 13601 + + Add a `DynBlockRulesGroup:removeRange()` binding + + .. change:: + :tags: Bug Fixes + :pullreq: 13602 + :tickets: 13307 + + Fix several cosmetic issues in eBPF dynamic blocks, update documentation + + .. change:: + :tags: Improvements + :pullreq: 13605 + + Add a `DNSHeader:getTC()` Lua binding + + .. change:: + :tags: Bug Fixes, Webserver + :pullreq: 13607 + :tickets: 13050 + + Fix code producing JSON + .. changelog:: :version: 1.9.0-alpha4 :released: 14th of December 2023 @@ -26,7 +77,7 @@ Changelog Add a DynBlockRulesGroup:removeRange() binding .. change:: - :tags: Bugs, DNS over HTTPS + :tags: Bugs Fixes, DNS over HTTPS :pullreq: 13381 Fix the case where nghttp2 is available but DoH is disabled @@ -69,7 +120,7 @@ Changelog Add `pdns::visit_directory()`, wrapping opendir/readdir/closedir .. change:: - :tags: Bugs + :tags: Bugs Fixes :pullreq: 13488 Fix the removal of the last rule by name or UUID