From bf38e5f5745b64e66f416e7c6e05887aff6525f7 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 5 Oct 2020 10:31:40 +0200 Subject: [PATCH] Prep for rec-4.4.0-rc2 --- docs/secpoll.zone | 5 ++- pdns/recursordist/docs/changelog/4.4.rst | 53 ++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 2 deletions(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index e6845e9850..ad2726aa1a 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. 2020100102 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020100600 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -232,7 +232,8 @@ recursor-4.3.4.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 "1 OK" +recursor-4.4.0-rc1.security-status 60 IN TXT "3 Unsupported pre-release" +recursor-4.4.0-rc2.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.4.rst b/pdns/recursordist/docs/changelog/4.4.rst index fb3496def1..23c3acc765 100644 --- a/pdns/recursordist/docs/changelog/4.4.rst +++ b/pdns/recursordist/docs/changelog/4.4.rst @@ -1,5 +1,58 @@ Changelogs for 4.4.x ==================== +.. changelog:: + :version: 4.4.0-rc2 + :released: 6th of October 2020 + + .. change:: + :tags: Bug Fixes + :pullreq: 9579 + :tickets: 9434 + + When deciding if we are auth in the local auth or forwarding case, DS is special. + + .. change:: + :tags: Improvements + :pullreq: 9577 + :tickets: 9569 + + Don't parse any config with `--version`. + + .. change:: + :tags: Improvements + :pullreq: 9576 + :tickets: 9562 + + Expose typed cache flush via Web API. + + .. change:: + :tags: Bug Fixes + :pullreq: 9557 + :tickets: 9515 + + Fix wipe-cache-typed. + + .. change:: + :tags: Improvements + :pullreq: 9528 + :tickets: 9471 + + Log when going Bogus because of a missing SOA in authority. + + .. change:: + :tags: Bug Fixes + :pullreq: 9526 + :tickets: 9495 + + Watch the descriptor again after an out-of-order read timeout. + + .. change:: + :tags: Improvements + :pullreq: 9506 + :tickets: 9497 + + Raise an exception on invalid content in unknown record. + .. changelog:: :version: 4.4.0-rc1 :released: 21st of September 2020 -- 2.47.2