From: Peter van Dijk Date: Wed, 13 Mar 2024 09:07:53 +0000 (+0100) Subject: secpoll & docs for dnsdist 1.9.1 X-Git-Tag: rec-5.1.0-alpha1~127^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b35a3083d27ea95490cdd9823e45a0f42c6ece6;p=thirdparty%2Fpdns.git secpoll & docs for dnsdist 1.9.1 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index f189d819c5..733fb3a8f4 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. 2024030700 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024031400 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -541,4 +541,5 @@ dnsdist-1.9.0-alpha2.security-status 60 IN TXT "2 Unsuppor 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 "2 Unsupported pre-release (no known vulnerabilities)" -dnsdist-1.9.0.security-status 60 IN TXT "1 OK" +dnsdist-1.9.0.security-status 60 IN TXT "3 Upgrade now, see https://blog.powerdns.com/2024/03/14/powerdns-dnsdist-1.9.1-released" +dnsdist-1.9.1.security-status 60 IN TXT "1 OK" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 4664fe3103..cbbb39be27 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,21 @@ Changelog ========= +.. changelog:: + :version: 1.9.1 + :released: 14th of March 2024 + + This release does not contain any dnsdist code changes compared to 1.9.0. + The only thing that changed is the version of Quiche, because of a `security update `_. + + Please review the :doc:`Upgrade Guide <../upgrade_guide>` before upgrading. + + .. change:: + :tags: Bug Fixes + :pullreq: 13912 + + update Quiche to 0.20.1. Fixes `CVE-2024-1410 `_ and `CVE-2024-1765 `_. + .. changelog:: :version: 1.9.0 :released: 16th of February 2024