]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Prepare ChangeLog and secpoll for 1.9.6
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 11 Jul 2024 14:54:15 +0000 (16:54 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 11 Jul 2024 14:54:15 +0000 (16:54 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 11caea5e81399efa9165bb9e9ee5b2a247d3d9b5..6968b44e1f3bec12ad1517dfe0c320c6ff8ad6cc 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024071000 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024071501 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -562,3 +562,4 @@ dnsdist-1.9.2.security-status                              60 IN TXT "3 Upgrade
 dnsdist-1.9.3.security-status                              60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2024-03.html"
 dnsdist-1.9.4.security-status                              60 IN TXT "1 OK"
 dnsdist-1.9.5.security-status                              60 IN TXT "1 OK"
+dnsdist-1.9.6.security-status                              60 IN TXT "1 OK"
index 8850beb5255963fa165415139b5afa77306a3761..4e8b7ee2796301eebddcbf5d7546e6129c67554b 100644 (file)
@@ -1,6 +1,53 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.9.6
+  :released: TBD
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14436
+
+    Fix a race in the XSK/AF_XDP backend handling code
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14437
+
+    dns.cc: use pdns::views::UnsignedCharView
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14438
+
+    Make the logging functions available to all Lua environments
+
+  .. change::
+    :tags: Bug Fixes, Metrics
+    :pullreq: 14439
+    :tickets: 14395
+
+    Dedup Prometheus help and type lines for custom metrics with labels
+
+  .. change::
+    :tags: New Features
+    :pullreq: 14449
+
+    Add support for a callback when a new tickets key is added
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14450
+
+    Handle Quiche >= 0.22.0
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14452
+
+    Don't include openssl/engine.h if it's not going to be used (Sander Hoentjen)
+
 .. changelog::
   :version: 1.9.5
   :released: 20th of June 2024