-@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025070901 10800 3600 604800 10800
+@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025071701 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.
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 "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)"
+dnsdist-2.0.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+dnsdist-2.0.0-rc2.security-status 60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)"
Changelog
=========
+.. changelog::
+ :version: 2.0.0-rc2
+ :released: 17th of July 2025
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 15837
+
+ dnsdist-rust-lib: honor ``RUSTC_TARGET_ARCH``
+
+ .. change::
+ :tags: Improvements, YAML
+ :pullreq: 15838
+
+ Handle named rcodes in the YAML configuration
+
+ .. change::
+ :tags: Bug Fixes, YAML
+ :pullreq: 15839
+ :tickets: 15810
+
+ Properly process the YAML source parameter for backends
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 15840
+ :tickets: 15804
+
+ Properly link with ``libdl`` when building with ``autotools``
+
+ .. change::
+ :tags: Bug Fixes, YAML
+ :pullreq: 15841
+ :tickets: 15822
+
+ Allow registering NMG objects from YAML
+
+ .. change::
+ :tags: Bug Fixes, Webserver
+ :pullreq: 15842
+ :tickets: 15820
+
+ Bring back listening on multiple web server addresses
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 15843
+ :tickets: 15830
+
+ Fix narrowing conversion on 32-bit systems by using ``uint64_t`` instead of ``size_t``
+
.. changelog::
:version: 2.0.0-rc1
:released: 8th of July 2025