From 1c51045b31b6ee926d096a4414b0843f8d499cd3 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 3 Mar 2023 14:10:54 +0100 Subject: [PATCH] Prep for rec-4.8.3 --- docs/secpoll.zone | 9 +++--- pdns/recursordist/docs/changelog/4.8.rst | 36 ++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 4 deletions(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 1db9077474..629aed92f7 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. 2023022302 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023030701 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -312,9 +312,9 @@ recursor-4.5.6.security-status 60 IN TXT "3 Upgrade now recursor-4.5.7.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-01.html" recursor-4.5.8.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html" recursor-4.5.9.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html" -recursor-4.5.10.security-status 60 IN TXT "1 OK" -recursor-4.5.11.security-status 60 IN TXT "1 OK" -recursor-4.5.12.security-status 60 IN TXT "1 OK" +recursor-4.5.10.security-status 60 IN TXT "2 Unsupported release (EOL)" +recursor-4.5.11.security-status 60 IN TXT "2 Unsupported release (EOL)" +recursor-4.5.12.security-status 60 IN TXT "2 Unsupported release (EOL)" recursor-4.6.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.6.0-alpha2.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.6.0-beta1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" @@ -341,6 +341,7 @@ recursor-4.8.0-rc1.security-status 60 IN TXT "3 Unsupported recursor-4.8.0.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2023-01.html" recursor-4.8.1.security-status 60 IN TXT "1 OK" recursor-4.8.2.security-status 60 IN TXT "1 OK" +recursor-4.8.3.security-status 60 IN TXT "1 OK" ; Recursor Debian recursor-3.6.2-2.debian.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/3/security/powerdns-advisory-2015-01/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/" diff --git a/pdns/recursordist/docs/changelog/4.8.rst b/pdns/recursordist/docs/changelog/4.8.rst index 0b2c98cc9c..1bbf0623bf 100644 --- a/pdns/recursordist/docs/changelog/4.8.rst +++ b/pdns/recursordist/docs/changelog/4.8.rst @@ -1,6 +1,42 @@ Changelogs for 4.8.X ==================== +.. changelog:: + :version: 4.8.3 + :released: 7th of March 2023 + + .. change:: + :tags: Bug Fixes + :pullreq: 12613 + :tickets: 12595, 12610, 12611 + + Fix serve-stale logic to not cause intermittent high CPU load by: + + - correcting the removal of a negative cache entry, + - correcting the serve-stale main loop with respect to exception handling and + - correctly handle negcache entries with serve-state status. + + .. change:: + :tags: Bug Fixes + :pullreq: 12609 + :tickets: 12598 + + Update validation state after a missing negative indication. + + .. change:: + :tags: Improvements + :pullreq: 12608 + :tickets: 12495 + + Change a few logging urgency levels + + .. change:: + :tags: Improvements + :pullreq: 12607 + :tickets: 12347 + + Use correct name for isEntryUsable(). Existing code used the right logic but wrong name. + .. changelog:: :version: 4.8.2 :released: 31th of January 2023 -- 2.47.2