From: Otto Date: Fri, 22 Oct 2021 08:09:41 +0000 (+0200) Subject: Prep for rec-4.6.0-alpha2 X-Git-Tag: rec-4.6.0-beta1~37^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=871a7a056cb2c46cf3ea8603fc1b20bc7e7f28a5;p=thirdparty%2Fpdns.git Prep for rec-4.6.0-alpha2 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index d8a4c02d83..bacd63d58d 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. 2021101901 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021102500 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -84,7 +84,8 @@ auth-4.5.0-rc1.security-status 60 IN TXT "3 Unsupported auth-4.5.0-rc2.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" auth-4.5.0.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2021-01.html" auth-4.5.1.security-status 60 IN TXT "1 OK" -auth-4.6.0-alpha1.security-status 60 IN TXT "1 OK" +auth-4.6.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release" +auth-4.6.0-alpha2.security-status 60 IN TXT "1 Unsupported pre-release" ; Auth Debian auth-3.4.1-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-2015-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-03/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-04/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-05/" diff --git a/pdns/recursordist/docs/changelog/4.6.rst b/pdns/recursordist/docs/changelog/4.6.rst index bdfa087434..02c1185f6e 100644 --- a/pdns/recursordist/docs/changelog/4.6.rst +++ b/pdns/recursordist/docs/changelog/4.6.rst @@ -1,6 +1,86 @@ Changelogs for 4.6.X ==================== +.. changelog:: + :version: 4.6.0-alpha2 + :released: 25th of October 2021 + + .. change:: + :tags: Improvements + :pullreq: 10870 + + Use make_unique instead of new (Rosen Penev). + + .. change:: + :tags: Improvements + :pullreq: 10868 + + Get rid of make_pair (Rosen Penev). + + .. change:: + :tags: Improvements + :pullreq: 10646 + + Convert make_pair to emplace (Rosen Penev). + + .. change:: + :tags: Bug Fixes + :pullreq: 10842 + + Correct appliedPolicyTrigger value for IP matches. + + .. change:: + :tags: Improvements + :pullreq: 10843 + + NOD - use structured logging API. + + .. change:: + :tags: Improvements + :pullreq: 10847 + + Sync dnsmessage.proto. + + .. change:: + :tags: Improvements + :pullreq: 10567 + :tickets: 7558,7420 + + Introduce experimental Event Trace function to more detailed view the work done by the Recursor. + + .. change:: + :tags: Improvements + :pullreq: 10797 + :tickets: 9135 + + Use packetcache-servfail-ttl for all packet cache entries considered an error reply. + + .. change:: + :tags: Improvements + :pullreq: 10505,10794,10799 + + Add a periodic zones-to-cache function. + + .. change:: + :tags: Bug Fixes + :pullreq: 10768 + + Use the correct RPZ policy name when loading via XFR. + + .. change:: + :tags: Bug Fixes + :pullreq: 10760 + + Don't create file with wide permissions. + + .. change:: + :tags: Bug Fixes + :pullreq: 10757 + + Update the stats (serial, number of records, timestamp) for RPZ files. + + + .. changelog:: :version: 4.6.0-alpha1 :released: 29th of September 2021 @@ -139,3 +219,8 @@ Changelogs for 4.6.X Move to hashed passwords for the web interface. + .. change:: + :tags: Improvements + :pullreq: 10491 + + Rec: Add bindings to set arbitrary key-value metadata in logged messages