From: Otto Moerbeek Date: Mon, 6 Nov 2023 11:59:39 +0000 (+0100) Subject: Prep for rec-4.9.2 X-Git-Tag: rec-5.0.0-beta1~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13457%2Fhead;p=thirdparty%2Fpdns.git Prep for rec-4.9.2 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 9115f0ba95..0ddfbc0ccc 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. 2023102001 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023110800 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -359,6 +359,7 @@ recursor-4.9.0-beta1.security-status 60 IN TXT "2 Unsupported recursor-4.9.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release" recursor-4.9.0.security-status 60 IN TXT "1 OK" recursor-4.9.1.security-status 60 IN TXT "1 OK" +recursor-4.9.2.security-status 60 IN TXT "1 OK" recursor-5.0.0-alpha1.security-status 60 IN TXT "2 Unsupported pre-release" recursor-5.0.0-alpha2.security-status 60 IN TXT "1 Unsupported pre-release" diff --git a/pdns/recursordist/docs/changelog/4.9.rst b/pdns/recursordist/docs/changelog/4.9.rst index 333a683743..19e2bbb12c 100644 --- a/pdns/recursordist/docs/changelog/4.9.rst +++ b/pdns/recursordist/docs/changelog/4.9.rst @@ -1,5 +1,65 @@ Changelogs for 4.9.X ==================== +.. changelog:: + :version: 4.9.2 + :released: 8th of November 2023 + + .. change:: + :tags: Bug Fixes + :pullreq: 13449 + :tickets: 13383, 13409 + + Handle serve stale logic in getRootNXTrust(). + + .. change:: + :tags: Bug Fixes + :pullreq: 13411 + :tickets: 13353 + + If serving stale, wipe CNAME records from cache when we get a NODATA negative response for them. + + .. change:: + :tags: Improvements + :pullreq: 13412 + :tickets: 13408 + + Handle stack memory on NetBSD as on OpenBSD. + + .. change:: + :tags: Improvements + :pullreq: 13286 + :tickets: 13092 + + Prevent two cases of copy of data that can be moved. + + .. change:: + :tags: Bug Fixes + :pullreq: 13284 + :tickets: 13210 + + Remove Before=nss-lookup.target line from systemd unit file. + + .. change:: + :tags: Bug Fixes + :pullreq: 13283 + :tickets: 13278 + + Prevent lookups for unsupported qtypes or rcode != 0 to submit refresh tasks. + + .. change:: + :tags: Improvements + :pullreq: 13282 + :tickets: 13209 + + Implement a more fair way to prune the aggressive cache. + + .. change:: + :tags: Bug Fixes + :pullreq: 13176 + :tickets: 13102 + + Do not assume the records are in a particular order when determining if an answer is NODATA. + .. changelog:: :version: 4.9.1 :released: 25th of August 2023