From: Remi Gacogne Date: Mon, 17 Jun 2024 14:15:19 +0000 (+0200) Subject: dnsdist: Prepare ChangeLog and secpoll for 1.9.5 X-Git-Tag: rec-5.2.0-alpha0~10^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89f79e45dcb7ba002661396c4c3ba2aeba988940;p=thirdparty%2Fpdns.git dnsdist: Prepare ChangeLog and secpoll for 1.9.5 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index d5d3cd7c47..0868960b34 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. 2024060601 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024062000 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -557,3 +557,4 @@ dnsdist-1.9.1.security-status 60 IN TXT "3 Upgrade dnsdist-1.9.2.security-status 60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2024-03.html" 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" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index a1351cd0e7..5d59b7c3cf 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,89 @@ Changelog ========= +.. changelog:: + :version: 1.9.5 + :released: 20th of June 2024 + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 14163 + + Reply to HTTP/2 PING frames immediately + + .. change:: + :tags: Bug Fixes, DNS over QUIC, DNS over HTTP3 + :pullreq: 14166 + + Use the correct source IP for outgoing QUIC datagrams + + .. change:: + :tags: Bug Fixes, Webserver + :pullreq: 14170 + + Prevent a race when calling `registerWebHandler` at runtime + + .. change:: + :tags: Bug Fixes + :pullreq: 14331 + + Syslog should be enabled by default + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 14332 + + Log the correct amount of bytes sent for DoH w/ nghttp2 + + .. change:: + :tags: Bug Fixes, Webserver + :pullreq: 14333 + + Enforce a maximum number of HTTP request fields and a maximum HTTP request line size + + .. change:: + :tags: Bug Fixes + :pullreq: 14334 + + Fix a warning when compiling the unit tests without XSK + + .. change:: + :tags: Bug Fixes + :pullreq: 14335 + + autoconf: allow prerelease systemd versions (Chris Hofstaedtler) + + .. change:: + :tags: Bug Fixes + :pullreq: 14336 + :tickets: 14279 + + Edit the systemd unit file, `CAP_BPF` is no longer enough + + .. change:: + :tags: Bug Fixes + :pullreq: 14337 + + Fix 'Error creating TCP worker' error message + + .. change:: + :tags: New Features + :pullreq: 14338 + + Add a Lua FFI function to set proxy protocol values + + .. change:: + :tags: New Features + :pullreq: 14339 + + Add Lua FFI bindings to generate SVC responses + + .. change:: + :tags: Bug Fixes, Webserver + :pullreq: 14342 + + Fix a race condition with custom Lua web handlers + .. changelog:: :version: 1.9.4 :released: 13th of May 2024