Skip to content

Commit

Permalink
Merge pull request #14731 from rgacogne/ddist-changelog-secpoll-1.9.7
Browse files Browse the repository at this point in the history
dnsdist: Update ChangeLog and secpoll for 1.9.7
  • Loading branch information
rgacogne authored Oct 4, 2024
2 parents 5ae0faf + 127e4c5 commit 7322531
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/secpoll.zone
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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"
96 changes: 96 additions & 0 deletions pdns/dnsdistdist/docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,102 @@
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: 14548

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 nonexistent 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

.. change::
:tags: Bug Fixes, DNS over QUIC, DNS over HTTP3
:pullreq: 14740
:tickets: 14736

Disable eBPF filtering on QUIC (DoQ, DoH3) sockets

.. changelog::
:version: 1.8.4
:released: 20th of September 2024
Expand Down

0 comments on commit 7322531

Please sign in to comment.