]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Update ChangeLog and secpoll for 1.9.7
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 30 Sep 2024 12:14:56 +0000 (14:14 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 3 Oct 2024 15:03:33 +0000 (17:03 +0200)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 8905906820931090e112b474ade244ef2a06874d..af29c3f368c1f5dd0689aaf0fcf1e476ef018576 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024100301 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024100401 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -571,3 +571,4 @@ dnsdist-1.9.3.security-status                              60 IN TXT "3 Upgrade
 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"
+dnsdist-1.9.7.security-status                              60 IN TXT "1 OK"
index e783bdd76a56eef286fa6975eb50584e89b5942c..ac3bd33742619734660c7ed9c9ce997305a2cb4a 100644 (file)
@@ -1,6 +1,95 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.9.7
+  :released: 4th of October 2024
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14638
+    :tickets: 14562
+
+    Fix build with boost 1.86.0
+
+  .. change::
+    :tags: Bug Fixes, DNS over TLS
+    :pullreq: 14639
+    :tickets: 14631
+
+    Fix handling of proxy protocol payload outside of TLS for DoT
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14641
+    :tickets: 14568
+
+    Stop reporting timeouts in ``topSlow()``, add ``topTimeouts()``
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14643
+    :tickets: 14552
+
+    Return a valid unix timestamp for Dynamic Block's ``until``
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14644
+    :tickets: 14558
+
+    Fix EDNS flags confusion when editing the OPT header
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14645
+    :tickets: 14549
+
+    Fix compilation with GCC 15 (Holger Hoffstätte)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14646
+
+    Add warnings about large values passed to ``setMaxTCPClientThreads``
+
+  .. change::
+    :tags: Improvements, DNS over QUIC, DNS over HTTP3
+    :pullreq: 14647
+
+    Update Quiche to 0.22.0 (in our packages)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14640
+
+    Handle a non-existent default pool when removing a server
+
+  .. change::
+    :tags: Improvements, DNS over QUIC, DNS over HTTP3
+    :pullreq: 14695
+
+    Update the Rust version we use in our packages to 1.78
+
+  .. change::
+    :tags: Bug Fixes, DNS over TLS
+    :pullreq: 14677
+
+     Prevent a data race in incoming DNS over TLS connections by storing the ``OpenSSLTLSIOCtx`` in the connection
+
+  .. change::
+    :tags: New Features
+    :pullreq: 14716
+    :tickets: 14664
+
+    Add a FFI accessor to incoming proxy protocol values
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14730
+
+    Add EDNS to responses generated from raw record data
+
 .. changelog::
   :version: 1.8.4
   :released: 20th of September 2024