-@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023121500 10800 3600 604800 10800
+@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023122000 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.
recursor-5.0.0-alpha1.security-status 60 IN TXT "2 Unsupported pre-release"
recursor-5.0.0-alpha2.security-status 60 IN TXT "2 Unsupported pre-release"
recursor-5.0.0-beta1.security-status 60 IN TXT "2 Unsupported pre-release"
-recursor-5.0.0-rc1.security-status 60 IN TXT "1 Unsupported pre-release"
+recursor-5.0.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release"
+recursor-5.0.0-rc2.security-status 60 IN TXT "1 Unsupported pre-release"
; 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/"
Before upgrading, it is advised to read the :doc:`../upgrade`.
+.. changelog::
+ :version: 5.0.0-rc2
+ :released: 20th of December 2023
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 13646
+ :tickets: 13588, 13612
+
+ Fix handling of RUNTIME_DIRECTORY and NOD dirs.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 13645
+ :tickets: 13567
+
+ Warn that disabling structured logging is now deprecated.
+
.. changelog::
:version: 5.0.0-rc1
:released: 6th of December 2023
- The :ref:`setting-loglevel` can now be set to a level below 3 (error).
- The :ref:`setting-extended-resolution-errors` now defaults to enabled.
- The :ref:`setting-nsec3-max-iterations` now defaults to 50.
+- Disabling :ref:`setting-structured-logging` has been deprecated and will be removed in a future release.
4.8.0 to 4.9.0
--------------