From: Peter van Dijk Date: Tue, 23 Sep 2025 13:59:46 +0000 (+0200) Subject: auth-4.9.9: docs & secpoll X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F16168%2Fhead;p=thirdparty%2Fpdns.git auth-4.9.9: docs & secpoll Signed-off-by: Peter van Dijk --- diff --git a/docs/backends/lmdb.rst b/docs/backends/lmdb.rst index 7365e5c95..ad5c3818f 100644 --- a/docs/backends/lmdb.rst +++ b/docs/backends/lmdb.rst @@ -133,6 +133,8 @@ Defaults to 100 on 32 bit systems, and 16000 on 64 bit systems. Instead of deleting items from the database, flag them as deleted in the item's `Lightning Stream `_ header. Only enable this if you are using Lightning Stream. +.. _setting-lmdb-write-notification-update: + ``lmdb-write-notification-update`` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/changelog/4.9.rst b/docs/changelog/4.9.rst index db5087a5d..5eb16410d 100644 --- a/docs/changelog/4.9.rst +++ b/docs/changelog/4.9.rst @@ -1,6 +1,33 @@ Changelogs for 4.9.x ==================== +.. changelog:: + :version: 4.9.9 + :released: 24th of September 2025 + + This is release 4.9.9 of the Authoritative Server. + It contains a minor feature and a few fixes. + + Please review the :doc:`Upgrade Notes <../upgrading>` before upgrading from versions < 4.9.x. + + .. change:: + :tags: + :pullreq: 16158 + + memory corruption in ODBC plus tweaks to appease coverity + + .. change:: + :tags: + :pullreq: 16157 + + Fix EDNS Cookie & Proxy protocol + + .. change:: + :tags: + :pullreq: 16154 + + lmdb: optional memory-only notification timestamps (:ref:`setting-lmdb-write-notification-update`) + .. changelog:: :version: 4.9.8 :released: 7th of August 2025 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index b76a18282..755a0a45b 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. 2025091800 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025092400 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -137,6 +137,7 @@ auth-4.9.5.security-status 60 IN TXT "1 OK" auth-4.9.6.security-status 60 IN TXT "1 OK (never formally released)" auth-4.9.7.security-status 60 IN TXT "1 OK" auth-4.9.8.security-status 60 IN TXT "1 OK" +auth-4.9.9.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"