From: Remi Gacogne Date: Wed, 14 Feb 2024 13:13:27 +0000 (+0100) Subject: dnsdist: ChangeLog and secpoll update for 1.9.0 final! X-Git-Tag: auth-5.0.0-alpha0~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13800%2Fhead;p=thirdparty%2Fpdns.git dnsdist: ChangeLog and secpoll update for 1.9.0 final! --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 8a24551c5d..3364a5d79f 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. 2024021306 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024021600 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -536,4 +536,5 @@ dnsdist-1.9.0-alpha1.security-status 60 IN TXT "3 Unsuppor 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)" dnsdist-1.9.0-alpha4.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" -dnsdist-1.9.0-rc1.security-status 60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)" +dnsdist-1.9.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" +dnsdist-1.9.0.security-status 60 IN TXT "1 OK" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index dc561f910d..4664fe3103 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,49 @@ Changelog ========= +.. changelog:: + :version: 1.9.0 + :released: 16th of February 2024 + + Please review the :doc:`Upgrade Guide <../upgrade_guide>` before upgrading. + + .. change:: + :tags: Improvements, DNS over QUIC, DNS over HTTP3 + :pullreq: 13755 + + Better handling of short, non-initial QUIC headers + + .. change:: + :tags: Improvements + :pullreq: 13757 + + Fix a warning reported by Coverity + + .. change:: + :tags: Improvements + :pullreq: 13768 + + Add a Lua maintenance hook + + .. change:: + :tags: Bug Fixes + :pullreq: 13771 + :tickets: 13766 + + Do not allocate 16-byte aligned objects through lua(jit) + + .. change:: + :tags: Bug Fixes, DNS over QUIC, DNS over HTTP3 + :pullreq: 13774 + + Fix a missing explicit atomic load of the Quiche configuration + + .. change:: + :tags: Improvements, DNS over QUIC, DNS over HTTP3 + :pullreq: 13779 + + Fix performance inefficiencies reported by Coverity + .. changelog:: :version: 1.9.0-rc1 :released: 30th of January 2024