From b3cfbd3070cd5cc4f5b4afad981707f6f7f4f9b5 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 20 Nov 2020 11:02:12 +0100 Subject: [PATCH] Prep for rec 4.3.6 and 4.4.1 --- docs/secpoll.zone | 4 +- pdns/recursordist/docs/changelog/4.3.rst | 41 ++++++++++++++++++++ pdns/recursordist/docs/changelog/4.4.rst | 48 ++++++++++++++++++++++++ 3 files changed, 92 insertions(+), 1 deletion(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 07932af240..7772a524ab 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020112301 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020112501 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -237,12 +237,14 @@ recursor-4.3.2.security-status 60 IN TXT "3 Upgrade now recursor-4.3.3.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2020-07.html" recursor-4.3.4.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2020-07.html" recursor-4.3.5.security-status 60 IN TXT "1 OK" +recursor-4.3.6.security-status 60 IN TXT "1 OK" recursor-4.4.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.4.0-alpha2.security-status 60 IN TXT "3 Unsupported pre-release" recursor-4.4.0-beta1.security-status 60 IN TXT "3 Unsupported pre-release" recursor-4.4.0-rc1.security-status 60 IN TXT "3 Unsupported pre-release" recursor-4.4.0-rc2.security-status 60 IN TXT "3 Unsupported pre-release" recursor-4.4.0.security-status 60 IN TXT "1 OK" +recursor-4.4.1.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.3.rst b/pdns/recursordist/docs/changelog/4.3.rst index b2f3de1dfd..6cf925b036 100644 --- a/pdns/recursordist/docs/changelog/4.3.rst +++ b/pdns/recursordist/docs/changelog/4.3.rst @@ -1,6 +1,47 @@ Changelogs for 4.3.x ==================== +.. changelog:: + :version: 4.3.6 + :released: 25th of November 2020 + + .. change:: + :tags: Bug Fixes + :pullreq: 9718 + :tickets: 9707 + + Do not add request to a wait chain that's already processed or being processed. + + .. change:: + :tags: Bug Fixes + :pullreq: 9706 + :tickets: 9697 + + Do not send overly long NOD lookups. + + .. change:: + :tags: Bug Fixes + :pullreq: 9702 + :tickets: 9696 + + Avoid a CNAME loop detection issue with DNS64. + + .. change:: + :tags: Bug Fixes + :pullreq: 9684 + :tickets: 9680 + + If a.b.c CNAME x.a.b.c is encountered, switch off QName Minimization. + + .. change:: + :tags: Bug Fixes, Internal + :pullreq: 9609 + :tickets: 9070 + + Previous placeholder fix was incomplete. + + + .. changelog:: :version: 4.3.5 :released: 13th of October 2020 diff --git a/pdns/recursordist/docs/changelog/4.4.rst b/pdns/recursordist/docs/changelog/4.4.rst index 679c0ca3c3..42b45b3b67 100644 --- a/pdns/recursordist/docs/changelog/4.4.rst +++ b/pdns/recursordist/docs/changelog/4.4.rst @@ -1,5 +1,53 @@ Changelogs for 4.4.x ==================== + +.. changelog:: + :version: 4.4.1 + :released: 25th of November 2020 + + .. change:: + :tags: Bug Fixes + :pullreq: 9719 + :tickets: 9707 + + Do not add request to a wait chain that's already processed or being processed. + + .. change:: + :tags: Improvements + :pullreq: 9687 + :tickets: 9651 + + Allow to specify a name in getMetric() that is used for Prometheus export only. + + .. change:: + :tags: Bug Fixes + :pullreq: 9710 + :tickets: 9696 + + Avoid a CNAME loop detection issue with DNS64 + + .. change:: + :tags: Bug Fixes + :pullreq: 9705 + :tickets: 9697 + + Do not send overly long NOD lookups. + + .. change:: + :tags: Bug Fixes + :pullreq: 9683 + :tickets: 9680 + + If a.b.c CNAME x.a.b.c is encountered, switch off QName Minimization. + + .. change:: + :tags: Bug Fixes + :pullreq: 9682 + :tickets: 9679 + + Fix the processing of answers generated from gettag. + + .. changelog:: :version: 4.4.0 :released: 19th of October 2020 -- 2.47.2