From f45bfc5b1e6afd7e616da45210c245ef458d2240 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 2 Jul 2024 09:46:10 +0200 Subject: [PATCH] Prep for rec-4.9.7 and 5.0.7 releases --- docs/secpoll.zone | 4 +++- pdns/recursordist/docs/appendices/EOL.rst | 2 +- pdns/recursordist/docs/changelog/4.9.rst | 18 ++++++++++++++++ pdns/recursordist/docs/changelog/5.0.rst | 25 +++++++++++++++++++++++ 4 files changed, 47 insertions(+), 2 deletions(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 786b693689..20d3dd5e79 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. 2024062501 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024070300 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -373,6 +373,7 @@ recursor-4.9.3.security-status 60 IN TXT "1 OK" recursor-4.9.4.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2024-02.html" recursor-4.9.5.security-status 60 IN TXT "1 OK" recursor-4.9.6.security-status 60 IN TXT "1 OK" +recursor-4.9.7.security-status 60 IN TXT "1 OK" recursor-5.0.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-5.0.0-alpha2.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-5.0.0-beta1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" @@ -385,6 +386,7 @@ recursor-5.0.3.security-status 60 IN TXT "3 Upgrade now recursor-5.0.4.security-status 60 IN TXT "1 OK" recursor-5.0.5.security-status 60 IN TXT "1 OK" recursor-5.0.6.security-status 60 IN TXT "1 OK" +recursor-5.0.7.security-status 60 IN TXT "1 OK" recursor-5.1.0-alpha1.security-status 60 IN TXT "2 Superseded pre-release" recursor-5.1.0-beta1.security-status 60 IN TXT "2 Superseded pre-release" recursor-5.1.0-rc1.security-status 60 IN TXT "1 Unsupported pre-release" diff --git a/pdns/recursordist/docs/appendices/EOL.rst b/pdns/recursordist/docs/appendices/EOL.rst index 3f718be21c..bfea44414b 100644 --- a/pdns/recursordist/docs/appendices/EOL.rst +++ b/pdns/recursordist/docs/appendices/EOL.rst @@ -45,7 +45,7 @@ That means that we ask you to reproduce potential issues on the latest minor rel * - 4.8 - December 12 2022 - June 30 2023 - - June 30 2024 + - EOL June 30 2024 * - 4.7 - May 30 2022 - December 12 2022 diff --git a/pdns/recursordist/docs/changelog/4.9.rst b/pdns/recursordist/docs/changelog/4.9.rst index a6e6ddb142..f2d9ccafc8 100644 --- a/pdns/recursordist/docs/changelog/4.9.rst +++ b/pdns/recursordist/docs/changelog/4.9.rst @@ -1,6 +1,24 @@ Changelogs for 4.9.X ==================== +.. changelog:: + :version: 4.9.7 + :released: 3rd of July 2024 + + .. change:: + :tags: Bug Fixes + :pullreq: 14380 + :tickets: 14373 + + Remove potential double SOA records if the target of a dns64 name is NODATA. + + .. change:: + :tags: Bug Fixes + :pullreq: 14352 + :tickets: 14346 + + Fix TCP case for policy tags to not produce cached tags in protobuf messages. + .. changelog:: :version: 4.9.6 :released: 14th of May 2024 diff --git a/pdns/recursordist/docs/changelog/5.0.rst b/pdns/recursordist/docs/changelog/5.0.rst index d550fed95c..20171f4d49 100644 --- a/pdns/recursordist/docs/changelog/5.0.rst +++ b/pdns/recursordist/docs/changelog/5.0.rst @@ -3,6 +3,31 @@ Changelogs for 5.0.X Before upgrading, it is advised to read the :doc:`../upgrade`. +.. changelog:: + :version: 5.0.7 + :released: 3rd of July 2024 + + .. change:: + :tags: Bug Fixes + :pullreq: 14379 + :tickets: 14373 + + Remove potential double SOA records if the target of a dns64 name is NODATA. + + .. change:: + :tags: Bug Fixes + :pullreq: 14351 + :tickets: 14346 + + Fix TCP case for policy tags to not produce cached tags in protobuf messages. + + .. change:: + :tags: Bug Fixes + :pullreq: 14348 + :tickets: 14340 + + Count substituted remote in case of proxy protocol. + .. changelog:: :version: 5.0.6 :released: 5th of June 2024 -- 2.47.2