From: Otto Moerbeek Date: Wed, 20 Aug 2025 08:57:23 +0000 (+0200) Subject: Prep for rec-5.3.0-rc1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15995%2Fhead;p=thirdparty%2Fpdns.git Prep for rec-5.3.0-rc1 Signed-off-by: Otto Moerbeek --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 2b4c4d6ea..9f2d26ac9 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. 2025080701 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025082101 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -426,7 +426,8 @@ recursor-5.2.4.security-status 60 IN TXT "1 OK" recursor-5.2.5.security-status 60 IN TXT "1 OK" recursor-5.3.0-alpha1.security-status 60 IN TXT "3 Superseded pre-release (known vulnerabilities)" recursor-5.3.0-alpha2.security-status 60 IN TXT "3 Superseded pre-release (known vulnerabilities)" -recursor-5.3.0-beta1.security-status 60 IN TXT "1 Unsupported pre-release" +recursor-5.3.0-beta1.security-status 60 IN TXT "2 Superseded pre-release" +recursor-5.3.0-rc1.security-status 60 IN TXT "1 Unsupported pre-release" ; Recursor Debian recursor-3.6.2-2.debian.security-status 60 IN TXT "3 Upgrade now, see https://docs.powerdns.com/recursor/appendices/EOL.html" diff --git a/pdns/recursordist/docs/changelog/5.3.rst b/pdns/recursordist/docs/changelog/5.3.rst index a13481687..f60b0c25a 100644 --- a/pdns/recursordist/docs/changelog/5.3.rst +++ b/pdns/recursordist/docs/changelog/5.3.rst @@ -3,6 +3,52 @@ Changelogs for 5.3.X Before upgrading, it is advised to read the :doc:`../upgrade`. +.. changelog:: + :version: 5.3.0-rc1 + :released: 21st of August 2025 + + .. change:: + :tags: Bug Fixes + :pullreq: 15993 + :tickets: 15972, 15991 + + Fix Boost system lib dependency: it is no longer available since 1.89. + + .. change:: + :tags: Improvements + :pullreq: 15986 + :tickets: 15934 + + Move back to a single debian control file. + + .. change:: + :tags: Bug Fixes + :pullreq: 15985 + :tickets: 15974, 15981 + + Add back parent span attributes, they were lost in #15756. + + .. change:: + :tags: Bug Fixes + :pullreq: 15984 + :tickets: 15893 + + If an RPZ hit has a custom CNAME record, we should try harder to follow it. + + .. change:: + :tags: Improvements + :pullreq: 15983 + :tickets: 15938 + + Put lib.rs into dist tarball. + + .. change:: + :tags: Improvements + :pullreq: 15982 + :tickets: 15802 + + Recursor/auth: remove obsolete pre install files. + .. changelog:: :version: 5.3.0-beta1 :released: 24th of July 2025