From: Remi Gacogne Date: Thu, 17 Jul 2025 08:12:03 +0000 (+0200) Subject: dnsdist: Update ChangeLog and the security polling for 2.0.0-rc2 X-Git-Tag: rec-5.4.0-alpha0~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b7a8497944adba538191d5f787720724073a55e;p=thirdparty%2Fpdns.git dnsdist: Update ChangeLog and the security polling for 2.0.0-rc2 Signed-off-by: Remi Gacogne --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 4687f0b588..bc2126be2f 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 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. @@ -596,4 +596,5 @@ 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 "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)" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index c7e9f6ddcc..97c15f7365 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,57 @@ 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