]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
secpoll and documentation updates for Auth 4.9.13 & 5.0.3 16910/head
authorMiod Vallat <miod.vallat@powerdns.com>
Thu, 19 Feb 2026 14:39:28 +0000 (15:39 +0100)
committerMiod Vallat <miod.vallat@powerdns.com>
Thu, 19 Feb 2026 14:50:50 +0000 (15:50 +0100)
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
docs/changelog/4.9.rst
docs/changelog/5.0.rst
docs/secpoll.zone

index 670c15cce17e7024efd913abd765579ee76ff3c7..f4895df571b9297a0dcf6438d5239056018b1608 100644 (file)
@@ -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
index d7ff3ee7ff231b30602cc4943859f21badcbc5e2..b4f8664cde185beebeacd5982cd9a02f6dd4be38 100644 (file)
@@ -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
index e43ab3e71a6f5d30d2677bf4a1fc6518e8d13af2..a2a4b584b47f36670c9f39af7734a88569036d4f 100644 (file)
@@ -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"