From: Remi Gacogne Date: Mon, 30 Sep 2024 12:14:56 +0000 (+0200) Subject: dnsdist: Update ChangeLog and secpoll for 1.9.7 X-Git-Tag: rec-5.2.0-alpha1~49^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f857fa7ebecbf130a01b0e8c7c8b853c5052ac17;p=thirdparty%2Fpdns.git dnsdist: Update ChangeLog and secpoll for 1.9.7 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 8905906820..af29c3f368 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -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" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index e783bdd76a..ac3bd33742 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -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