From: Remi Gacogne Date: Tue, 28 Mar 2023 08:20:04 +0000 (+0200) Subject: dnsdist: Add ChangeLog and secpoll update for dnsdist 1.7.4 X-Git-Tag: auth-4.8.0-beta1~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8725dcd04ab126b3b1657883c60975f8b6fdc23;p=thirdparty%2Fpdns.git dnsdist: Add ChangeLog and secpoll update for dnsdist 1.7.4 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index abd2209fe2..94d25f493f 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. 2023041201 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023041400 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -498,6 +498,7 @@ dnsdist-1.7.0.security-status 60 IN TXT "1 OK" dnsdist-1.7.1.security-status 60 IN TXT "1 OK" dnsdist-1.7.2.security-status 60 IN TXT "1 OK" dnsdist-1.7.3.security-status 60 IN TXT "1 OK" +dnsdist-1.7.4.security-status 60 IN TXT "1 OK" dnsdist-1.8.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" dnsdist-1.8.0-rc2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" dnsdist-1.8.0-rc3.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index e3a4123ed4..a54a942a50 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,118 @@ Changelog ========= +.. changelog:: + :version: 1.7.4 + :released: 14th of April 2023 + + .. change:: + :tags: Bug Fixes + :pullreq: 12183 + :tickets: 12177 + + Fix building with boost < 1.56 + + .. change:: + :tags: Bug Fixes + :pullreq: 12460 + :tickets: 12453 + + lock.hh: include + + .. change:: + :tags: Bug Fixes + :pullreq: 12569 + + dnsdist-protocols.hh: include (Sander Hoentjen) + + .. change:: + :tags: New Features + :pullreq: 12621 + :tickets: 12074 + + Add getPoolNames() function, returning a list of pool names (Christof Chen) + + .. change:: + :tags: Bug Fixes + :pullreq: 12535 + + Fix the formatting of 'showServers' + + .. change:: + :tags: Bug Fixes + :pullreq: 12529 + :tickets: 11905 + + Properly record the incoming flags on a timeout + + .. change:: + :tags: Bug Fixes, Metrics + :pullreq: 12484 + :tickets: 11498 + + Properly update rcode-related metrics on RCodeAction hits + + .. change:: + :tags: Bug Fixes, DNS over TLS, DNS over HTTPS + :pullreq: 12421 + :tickets: 12341 + + Skip invalid OCSP files after issuing a warning + + .. change:: + :tags: Bug Fixes + :pullreq: 12365 + :tickets: 12357 + + Prevent an underflow of the TCP d_queued counter + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 12327 + + Fix the health-check timeout computation for DoH backend + + .. change:: + :tags: Bug Fixes, Webserver + :pullreq: 12260 + :tickets: 9349 + + Properly encode json strings containing binary data + + .. change:: + :tags: Bug Fixes, DNS over TLS + :pullreq: 12237 + :tickets: 12236 + + Ignore unclean TLS session shutdown + + .. change:: + :tags: Bug Fixes + :pullreq: 12100 + :tickets: 12099 + + Properly handle single-SOA XFR responses + + .. change:: + :tags: Bug Fixes + :pullreq: 11830 + :tickets: 4155 + + Also reconnect on ENETUNREACH. (Asgeir Storesund Nilsen) + + .. change:: + :tags: Bug Fixes + :pullreq: 11729 + :tickets: 11728 + + Fix a bug in SetEDNSOptionAction + + .. change:: + :tags: Bug Fixes + :pullreq: 11718 + + Fix the number of concurrent queries on a backend TCP conn + .. changelog:: :version: 1.8.0 :released: 30th of March 2023