]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Prepare ChangeLog and secpoll for 1.9.10
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 19 May 2025 08:47:55 +0000 (10:47 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 20 May 2025 09:14:09 +0000 (11:14 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 767d167cc3b2cd5208e12827c19913c34a922c23..3d027425791ab220e22f4d6ee48b65dc4d044321 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025050700 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025052000 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -587,5 +587,6 @@ dnsdist-1.9.5.security-status                              60 IN TXT "3 Upgrade
 dnsdist-1.9.6.security-status                              60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2025-02.html"
 dnsdist-1.9.7.security-status                              60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2025-02.html"
 dnsdist-1.9.8.security-status                              60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2025-02.html"
-dnsdist-1.9.9.security-status                              60 IN TXT "1 OK"
+dnsdist-1.9.9.security-status                              60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2025-03.html"
+dnsdist-1.9.10.security-status                             60 IN TXT "1 OK"
 dnsdist-2.0.0-alpha1.security-status                       60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)"
index 8c570badf375fd778c7fa25a9ec01b2ba9e46b57..7caabb1bc6fb0a6e552ec06dcd36455df11d3327 100644 (file)
@@ -1,6 +1,121 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.9.10
+  :released: 20th of May 2025
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15497
+    :tickets: 15432
+
+    On FreeBSD, only pass source addresses on sockets bound to ANY
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 15499
+
+    Better error when we cannot connect a backend socket
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15500
+    :tickets: 15060
+
+    Include ``cstdint`` to get ``uint64_t``
+
+  .. change::
+    :tags: Improvements, Metrics
+    :pullreq: 15501
+    :tickets: 15071
+
+    Adjust ``Content-Type`` header for Prometheus endpoint to include version
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 15502
+
+    Enable XSK in our Noble Ubuntu packages
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 15503
+
+    Upgrade Quiche to 0.23.4 in our packages
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15504
+    :tickets: 15218
+
+    Limit # of proxy protocol-enabled outgoing TCP connections
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15505
+
+    Allow ``AF_NETLINK`` and ``AF_XDP`` under ``systemd``
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 15506
+
+    Upgrade Rust to 1.85.0 in our packages
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 15507
+    :tickets: 15427
+
+    If ``SONAME`` is present in the generated Quiche library, set it to the correct value
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 15508
+
+    Add Lua bindings for the incoming network interface
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15510
+    :tickets: 15362
+
+    Do not register Xsk sockets on configuration check or client mode
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15511
+    :tickets: 15337
+
+    Fix cache lookup for unavailable TCP-only backends
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15519
+    :tickets: 15495
+
+    Fix memory corruption when using ``getAddressInfo``
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15560
+
+    Fix building with GCC 15.1: missing ``cstdint`` include
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 15562
+    :tickets: 15529
+
+    Only set the proxy protocol payload size when actually added
+
+  .. change::
+    :tags: Bug Fixes, Security
+    :pullreq: 15572
+
+    Fix a crash when TCP queries and responses keep coming
+
 .. changelog::
   :version: 1.9.9
   :released: 29th of April 2025