-@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022032508 10800 3600 604800 10800
+@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022040400 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.
recursor-4.5.6.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-01.html"
recursor-4.5.7.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-01.html"
recursor-4.5.8.security-status 60 IN TXT "1 OK"
+recursor-4.5.9.security-status 60 IN TXT "1 OK"
recursor-4.6.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
recursor-4.6.0-alpha2.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
recursor-4.6.0-beta1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
recursor-4.6.0-rc1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
recursor-4.6.0.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-01.html"
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 "1 Unsupported pre-release (known vulnerabilities)"
; Recursor Debian
Changelogs for 4.5.X
====================
+.. changelog::
+ :version: 4.5.9
+ :released: 4th of April 2022
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11419
+ :tickets: 11371
+
+ Be more careful using refresh mode only for the record asked.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11384
+ :tickets: 11300
+
+ Use the Lua context stored in SyncRes when calling hooks.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 11024
+ :tickets: 10994, 11010
+
+ Do cache negative results, even when wasVariable() is true.
+
.. changelog::
:version: 4.5.8
:released: 25th of March 2022
Changelogs for 4.6.X
====================
+.. changelog::
+ :version: 4.6.2
+ :released: 4th of April 2022
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11418
+ :tickets: 11371
+
+ Be more careful using refresh mode only for the record asked.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11380
+ :tickets: 11300
+
+ Use the Lua context stored in SyncRes when calling hooks.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11363
+ :tickets: 11338
+
+ QType ADDR is supposed to be used internally only.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11362
+ :tickets: 11327
+
+ If we get NODATA on an AAAA in followCNAMERecords, try native dns64.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 11360
+ :tickets: 11283
+
+ Allow disabling of processing the root hints.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 11361
+ :tickets: 11288
+
+ Log an error if pdns.DROP is used as rcode in Lua callbacks.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11359
+ :tickets: 11257
+
+ Initialize isNew before calling a exception throwing function.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 11358
+ :tickets: 11245
+
+ A CNAME answer on DS query should abort DS retrieval.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 11357
+ :tickets: 11225
+
+ Reject non-apex NSEC(3)s that have both the NS and SOA bits set.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 11260
+
+ Fix build with OpenSSL 3.0.0.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 11170
+ :tickets: 11137
+
+ Shorter thread names.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 11169
+ :tickets: 11109
+
+ Two more features to print (DoT and scrypt).
.. changelog::
:version: 4.6.1
Before upgrading, it is advised to read the :doc:`changelog/index`.
When upgrading several versions, please read **all** notes applying to the upgrade.
-4.6.x to master
+4.6.2 to master
---------------
Zone to Cache Changes
^^^^^^^^^^^^
- The :ref:`setting-save-parent-ns-set` setting has been introduced, enabling fallback cases if the parent ``NS`` set contains names not in the child ``NS`` set.
+4.6.1 to 4.6.2
+--------------
+
Deprecated and changed settings
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- The :ref:`setting-hint-file` gained a special value ``no`` to indicate that no hint file should not processed. The hint processing code is also made less verbose.
-4.5.x to 4.6.0
+4.5.x to 4.6.1
--------------
Offensive language