From 35a367e57801d124af88213666141fa635ad7908 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 31 Aug 2020 10:44:23 +0200 Subject: [PATCH] Prep for rec-4.4.0-beta1 release --- docs/secpoll.zone | 5 +- pdns/recursordist/docs/changelog/4.4.rst | 79 ++++++++++++++++++++++++ 2 files changed, 82 insertions(+), 2 deletions(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index f933370da7..6bff07d749 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. 2020073001 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020083101 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -225,7 +225,8 @@ recursor-4.3.1.security-status 60 IN TXT "3 Upgrade now recursor-4.3.2.security-status 60 IN TXT "1 OK" recursor-4.3.3.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 "1 OK" +recursor-4.4.0-alpha2.security-status 60 IN TXT "3 Unsupported pre-release" +recursor-4.4.0-beta1.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 67ab2d20c0..66c65dd1d2 100644 --- a/pdns/recursordist/docs/changelog/4.4.rst +++ b/pdns/recursordist/docs/changelog/4.4.rst @@ -1,5 +1,84 @@ Changelogs for 4.4.x ==================== +.. changelog:: + :version: 4.4.0-beta1 + :released: 31st of August 2020 + + .. change:: + :tags: Improvements + :pullreq: 9376 + + Store RPZ trigger and hit in appliedPolicy and protobuf message + and log them in the trace log. + + .. change:: + :tags: Improvements + :pullreq: 9414 + :tickets: 9363 + + Apply filtering policies (RPZ) on CNAME chains as well. + + .. change:: + :tags: Improvements + :pullreq: 9411 + + Fix warning: initialized lambda captures are a C++14 extension. + + .. change:: + :tags: Bug Fixes + :pullreq: 9375 + + Allow some more depth headroom for the no-qname-minimization fallback case. + + .. change:: + :tags: Internals, Improvements + :pullreq: 9412 + + Clean some coverity reported cases of exceptions thrown but not caught. + + .. change:: + :tags: Improvements + :pullreq: 9391 + + Export record cache lock (contention) stats via the various channels. + + .. change:: + :tags: Improvements + :pullreq: 9396 + + Allow multiple local data records when doing RPZ IP matching. + + .. change:: + :tags: Improvements, Internals + :pullreq: 9380 + + Replace the use of '1' by QClass::IN to improve readability. + + .. change:: + :tags: Bug Fixes + :pullreq: 9351 + :tickets: 9227 + + If we have an NS in cache, use it in the forwarder case. + + .. change:: + :tags: Bug Fixes + :pullreq: 9196 + + Disable outgoing v4 when query-local-address has no v4 addresses. + + .. change:: + :tags: Bug Fixes + :pullreq: 9343 + + Resize hostname to final size in getCarbonHostname() (Aki Tuomi). + + .. change:: + :tags: Internals, Improvements + :pullreq: 9348 + :tickets: 9279 + + Avoid name clashes on Solaris derived systems. .. changelog:: :version: 4.4.0-alpha2 -- 2.47.2