]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Changelog and secpoll update for 4.9.12 and 5.0.2. 16628/head
authorMiod Vallat <miod.vallat@powerdns.com>
Wed, 10 Dec 2025 09:17:36 +0000 (10:17 +0100)
committerMiod Vallat <miod.vallat@powerdns.com>
Thu, 11 Dec 2025 09:04:19 +0000 (10:04 +0100)
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
.github/actions/spell-check/expect.txt
docs/changelog/4.9.rst
docs/changelog/5.0.rst
docs/secpoll.zone

index f296cba138590cb7dcb8f60ccc570bd39096be1c..deeab53d29653ae2adda4b78654f986d080ed89b 100644 (file)
@@ -428,6 +428,7 @@ Exx
 ezdns
 Faerch
 failedservers
+famfo
 farsightsec
 fcontext
 fedoraproject
index eeb0336851bff613130ae716b2238f891b078d8b..670c15cce17e7024efd913abd765579ee76ff3c7 100644 (file)
@@ -1,6 +1,57 @@
 Changelogs for 4.9.x
 ====================
 
+.. changelog::
+  :version: 4.9.12
+  :released: 11th of December 2025
+
+  This is release 4.9.12 of the Authoritative Server.
+  It contains bug fixes and a minor feature.
+
+  Please review the :doc:`Upgrade Notes <../upgrading>` before upgrading from versions < 4.9.x.
+
+  .. change::
+    :tags: New Features
+    :pullreq: 16600
+    :tickets: 16589
+
+    allow finer-grained rrset changes through the API
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16604
+    :tickets: 16538
+
+    m4/pdns_check_libcrypto: fix ecdsa/eddsa includedir (famfo)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16567
+    :tickets: 16564
+
+    add missing catch block for STL exceptions in createForward
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16550
+    :tickets: 15716
+
+    auth backend transaction fixes in error cases
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16534
+    :tickets: 16059
+
+    REST API: bring back 404 errors
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16535
+    :tickets: 16287
+
+    Prevent a potential race condition in cache cleaning
+
 .. changelog::
   :version: 4.9.11
   :released: 15th of October 2025
index 7be9dc5b410dea455be1cb5f18104f1ee8f54e32..d7ff3ee7ff231b30602cc4943859f21badcbc5e2 100644 (file)
@@ -1,6 +1,64 @@
 Changelogs for 5.0.x
 ====================
 
+.. changelog::
+  :version: 5.0.2
+  :released: 11th of December 2025
+
+  This is release 5.0.2 of the Authoritative Server.
+  It contains bug fixes and a minor feature.
+
+  Please review the :doc:`Upgrade Notes <../upgrading>` before upgrading from versions < 5.0.x.
+
+  .. change::
+    :tags: New Features
+    :pullreq: 16599
+    :tickets: 16589
+
+    allow finer-grained rrset changes through the API
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16603
+    :tickets: 16538
+
+    m4/pdns_check_libcrypto: fix ecdsa/eddsa includedir (famfo)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16566
+    :tickets: 16564
+
+    add missing catch block for STL exceptions in createForward
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16532
+    :tickets: 16059
+
+    REST API: bring back 404 errors
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16512
+    :tickets: 15894, 16499
+
+    Give backends the ability to perform extra actions during zone rectify
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16486
+    :tickets: 16401
+
+    meson build: restore original binary names
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16466
+    :tickets: 16398
+
+    sdist: copy files as files, not as new dirs
+
 .. changelog::
   :version: 5.0.1
   :released: 30th of October 2025
@@ -9,6 +67,8 @@ Changelogs for 5.0.x
   It contains minor bugfixes and improvements over the 5.0.0
   release, and one new feature for LMDB users.
 
+  Please review the :doc:`Upgrade Notes <../upgrading>` before upgrading from versions < 5.0.x.
+
   .. change::
     :tags: Bug Fixes
     :pullreq: 16360
index 6d24bcc235b477d70b712a044c376a4963b34b2d..7b90c1d8b496739966801ee60ab061a864006ef4 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025120801 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025121101 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -140,10 +140,12 @@ auth-4.9.8.security-status                              60 IN TXT "1 OK"
 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-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 Debian
 auth-3.4.1-2.debian.security-status                     60 IN TXT "3 Upgrade now, see https://docs.powerdns.com/authoritative/appendices/EOL.html"