From: Miod Vallat Date: Thu, 19 Feb 2026 14:39:28 +0000 (+0100) Subject: secpoll and documentation updates for Auth 4.9.13 & 5.0.3 X-Git-Tag: dnsdist-2.1.0-beta1~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16910%2Fhead;p=thirdparty%2Fpdns.git secpoll and documentation updates for Auth 4.9.13 & 5.0.3 Signed-off-by: Miod Vallat --- diff --git a/docs/changelog/4.9.rst b/docs/changelog/4.9.rst index 670c15cce1..f4895df571 100644 --- a/docs/changelog/4.9.rst +++ b/docs/changelog/4.9.rst @@ -1,6 +1,57 @@ Changelogs for 4.9.x ==================== +.. changelog:: + :version: 4.9.13 + :released: 20th of February 2026 + + This is release 4.9.13 of the Authoritative Server. + It contains bug fixes only. + + Please review the :doc:`Upgrade Notes <../upgrading>` before upgrading from versions < 4.9.x. + + .. change:: + :tags: Bug Fixes + :pullreq: 16877 + + fix stupid logic error in lmdb-write-update-notification=no + + .. change:: + :tags: Bug Fixes + :pullreq: 16875 + + Stricter timestamp checks + + .. change:: + :tags: Bug Fixes + :pullreq: 16873 + + Correctly compute public key exponent length when larger than 255. + + .. change:: + :tags: Bug Fixes + :pullreq: 16788 + + lmdb: be sure to abort pending transactions in the correct order. + + .. change:: + :tags: Bug Fixes + :pullreq: 16789 + + Wrap SSql pointers in a unique pointer earlier + + .. change:: + :tags: Bug Fixes + :pullreq: 16686 + + fix geoip_mmdb backend MMDB_open error handling + + .. change:: + :tags: Bug Fixes + :pullreq: 16684 + + more robustness in createReverse* + .. changelog:: :version: 4.9.12 :released: 11th of December 2025 diff --git a/docs/changelog/5.0.rst b/docs/changelog/5.0.rst index d7ff3ee7ff..b4f8664cde 100644 --- a/docs/changelog/5.0.rst +++ b/docs/changelog/5.0.rst @@ -1,6 +1,45 @@ Changelogs for 5.0.x ==================== +.. changelog:: + :version: 5.0.3 + :released: 20th of February 2026 + + This is release 5.0.3 of the Authoritative Server. + It contains bug fixes only. + + Please review the :doc:`Upgrade Notes <../upgrading>` before upgrading from versions < 5.0.x. + + .. change:: + :tags: Bug Fixes + :pullreq: 16878 + + fix stupid logic error in lmdb-write-update-notification=no + + .. change:: + :tags: Bug Fixes + :pullreq: 16876 + + Stricter timestamp checks + + .. change:: + :tags: Bug Fixes + :pullreq: 16874 + + Correctly compute public key exponent length when larger than 255. + + .. change:: + :tags: Bug Fixes + :pullreq: 16685 + + fix geoip_mmdb backend MMDB_open error handling + + .. change:: + :tags: Bug Fixes + :pullreq: 16683 + + more robustness in createReverse* + .. changelog:: :version: 5.0.2 :released: 11th of December 2025 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index e43ab3e71a..a2a4b584b4 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. 2026021701 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2026022001 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -141,11 +141,13 @@ auth-4.9.9.security-status 60 IN TXT "1 OK" auth-4.9.10.security-status 60 IN TXT "1 OK (never formally released)" auth-4.9.11.security-status 60 IN TXT "1 OK" auth-4.9.12.security-status 60 IN TXT "1 OK" +auth-4.9.13.security-status 60 IN TXT "1 OK" auth-5.0.0-alpha1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" auth-5.0.0-beta1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" auth-5.0.0.security-status 60 IN TXT "1 OK" auth-5.0.1.security-status 60 IN TXT "1 OK" auth-5.0.2.security-status 60 IN TXT "1 OK" +auth-5.0.3.security-status 60 IN TXT "1 OK" ; Auth Debian auth-3.4.1-2.debian.security-status 60 IN TXT "3 Upgrade now, see https://docs.powerdns.com/authoritative/appendices/EOL.html"