From 475cb8c7f42e4972e6043e85a73c2b52c23eb45b Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 19 Sep 2024 11:23:54 +0200 Subject: [PATCH 1/2] dnsdist: Update ChangeLog and secpoll for 1.8.4 --- docs/secpoll.zone | 3 ++- pdns/dnsdistdist/docs/changelog.rst | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 1a0740c4ed2d..2f36a583b29a 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. 2024072301 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024092001 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -554,6 +554,7 @@ dnsdist-1.8.0.security-status 60 IN TXT "3 Upgrade 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.8.4.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 "3 Unsupported pre-release (known vulnerabilities)" dnsdist-1.9.0-alpha3.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 7d629eb9d674..3da8aba8a319 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,31 @@ Changelog ========= +.. changelog:: + :version: 1.8.4 + :released: 20th of September 2024 + + Please review the :doc:`Upgrade Guide <../upgrade_guide>` before upgrading from versions < 1.8.x. + + .. change:: + :tags: Bug Fixes + :pullreq: 14467 + + Fix a compilation issue with clang by switching to pdns::views::UnsignedCharView + + .. change:: + :tags: Bug Fixes + :pullreq: 14680 + :tickets: 14562 + + Fix build with boost 1.86.0 + + .. change:: + :tags: Bug Fixes, DNS over TLS + :pullreq: 14679 + + Prevent a data race in incoming DNS over TLS connections by storing the `OpenSSLTLSIOCtx` in the connection + .. changelog:: :version: 1.9.6 :released: 16th of July 2024 From 469edbe4ca81d6a73acf22afae4d11d427615367 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 19 Sep 2024 12:24:02 +0200 Subject: [PATCH 2/2] dnsdist: Fix formatting in the ChangeLog, as suggested by Habbie --- pdns/dnsdistdist/docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 3da8aba8a319..e783bdd76a56 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -11,7 +11,7 @@ Changelog :tags: Bug Fixes :pullreq: 14467 - Fix a compilation issue with clang by switching to pdns::views::UnsignedCharView + Fix a compilation issue with clang by switching to ``pdns::views::UnsignedCharView`` .. change:: :tags: Bug Fixes @@ -24,7 +24,7 @@ Changelog :tags: Bug Fixes, DNS over TLS :pullreq: 14679 - Prevent a data race in incoming DNS over TLS connections by storing the `OpenSSLTLSIOCtx` in the connection + Prevent a data race in incoming DNS over TLS connections by storing the ``OpenSSLTLSIOCtx`` in the connection .. changelog:: :version: 1.9.6