From c55fcc21d90c6b96b3d7c3a50cb4245052a655f0 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 14 Feb 2024 14:13:27 +0100 Subject: [PATCH] dnsdist: ChangeLog and secpoll update for 1.9.0 final! --- docs/secpoll.zone | 5 ++-- pdns/dnsdistdist/docs/changelog.rst | 43 +++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 2 deletions(-) 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 -- 2.47.2