-@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022042501 10800 3600 604800 10800
+@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022050601 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.
recursor-4.6.1.security-status 60 IN TXT "1 OK"
recursor-4.6.2.security-status 60 IN TXT "1 OK"
recursor-4.7.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
-recursor-4.7.0-beta1.security-status 60 IN TXT "1 OK"
+recursor-4.7.0-beta1.security-status 60 IN TXT "2 Unsupported pre-release"
+recursor-4.7.0-rc1.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/"
Changelogs for 4.7.X
====================
+.. changelog::
+ :version: 4.7.0-rc1
+ :released: 6th of May 2022
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11559
+ :tickets: 11539
+
+ Prometheus #HELP texts: DNSSEC counters track responses sent, not actual validations performed.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11560
+ :tickets: 11541
+
+ Fix DoT port and protocol used for probed authoritative servers.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11538
+ :tickets: 11536
+
+ Fix Coverity 1487923 Out-of-bounds read (wrong use of sizeof).
.. changelog::
:version: 4.7.0-beta1
---------------
:program:`rec_control` changes
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The ``dump-throttle`` subcommand no longer produces a table per thread, as the corresponding table now is shared by all threads.
4.6.2 to 4.7.0
This is an experimental function, use with care.
:program:`rec_control` changes
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The ``dump-nsspeeds``, ``dump-failedservers`` and ``dump-non-resolving`` subcommands no longer produce a table per thread, as the corresponding tables are now shared by all threads.
-
+They also use a better readable and sortable timestamp format.
4.6.1 to 4.6.2
--------------