]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth-4.9.9: docs & secpoll 16168/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 23 Sep 2025 13:59:46 +0000 (15:59 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 23 Sep 2025 14:00:17 +0000 (16:00 +0200)
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
docs/backends/lmdb.rst
docs/changelog/4.9.rst
docs/secpoll.zone

index 7365e5c9520403cbaf2d58418bc758232f1fcf1a..ad5c3818f336d291b7f7e7bf6d4d2e96963b35a4 100644 (file)
@@ -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 <https://doc.powerdns.com/lightningstream>`_ header.
 Only enable this if you are using Lightning Stream.
 
+.. _setting-lmdb-write-notification-update:
+
 ``lmdb-write-notification-update``
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
index db5087a5db7d811b1877acf93da028445b3fc71f..5eb16410d0f84cf0de57449ab4afea4cc45a5e47 100644 (file)
@@ -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
index b76a18282f0011e787837c7f5231805f6206a53b..755a0a45b20607b94dd0973c3e5d96782975451e 100644 (file)
@@ -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"