-@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025070701 10800 3600 604800 10800
+@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025070801 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.
dnsdist-1.9.9.security-status 60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2025-03.html"
dnsdist-1.9.10.security-status 60 IN TXT "1 OK"
dnsdist-2.0.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
-dnsdist-2.0.0-alpha2.security-status 60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)"
-dnsdist-2.0.0-beta1.security-status 60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)"
+dnsdist-2.0.0-alpha2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+dnsdist-2.0.0-beta1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+dnsdist-2.0.0-rc1.security-status 60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)"
Changelog
=========
+.. changelog::
+ :version: 2.0.0-rc1
+ :released: 8th of June 2025
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 15709
+ :tickets: 15708
+
+ Libssl depends on libcrypto
+
+ .. change::
+ :tags: Bug Fixes, YAML
+ :pullreq: 15734
+ :tickets: 15517
+
+ Enforce that additional addresses are DoT/DoH only
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 15774
+ :tickets: 15699
+
+ Prevent Lua bindings for backend from crashing on empty backend
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 15775
+ :tickets: 15699
+
+ Return nil for non-existing Lua objects
+
+ .. change::
+ :tags: Improvements, Performance
+ :pullreq: 15776
+ :tickets: 15735
+
+ lmdb-safe: Improve the scalability of transaction maps
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 15777
+
+ Prevent users from opening the same LMDB twice
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 15778
+
+ lmdb-safe: Fix a small race in ``getMDBEnv``
+
+ .. change::
+ :tags: Bug Fixes, YAML
+ :pullreq: 15779
+ :tickets: 15750
+
+ Fix logging and XSK YAML settings being ignored
+
+ .. change::
+ :tags: Improvements, YAML
+ :pullreq: 15780
+
+ Error on unsupported backend protocols from YAML
+
+ .. change::
+ :tags: Improvements, YAML
+ :pullreq: 15781
+
+ Error if backend certificate validation is enabled without a subject name
+
+ .. change::
+ :tags: Bug Fixes, YAML
+ :pullreq: 15784
+ :tickets: 15743
+
+ Add a Lua binding to get objects declared in YAML
+
.. changelog::
:version: 2.0.0-beta1
:released: 20th of June 2025