-@ 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.
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/"
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
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