From: Remi Gacogne Date: Fri, 22 Apr 2022 13:27:37 +0000 (+0200) Subject: dnsdist: ChangeLog and secpoll update for dnsdist 1.7.1 X-Git-Tag: auth-4.8.0-alpha0~123^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=266d760eb76c8d842f59a3bf3ae3c9f543b31582;p=thirdparty%2Fpdns.git dnsdist: ChangeLog and secpoll update for dnsdist 1.7.1 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 19932069a2..4f2eb7934b 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. 2022041400 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022042601 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -461,3 +461,4 @@ dnsdist-1.7.0-beta1.security-status 60 IN TXT "3 Unsuppor dnsdist-1.7.0-beta2.security-status 60 IN TXT "3 Unsupported pre-release" dnsdist-1.7.0-rc1.security-status 60 IN TXT "3 Unsupported pre-release" dnsdist-1.7.0.security-status 60 IN TXT "1 OK" +dnsdist-1.7.1.security-status 60 IN TXT "1 OK" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 15ad3e1bf1..6bbbe6d4cb 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,126 @@ Changelog ========= +.. changelog:: + :version: 1.7.1 + :released: 26th of April 2022 + + .. change:: + :tags: Improvements + :pullreq: 11195 + + Fix compilation with OpenSSL 3.0.0 + + .. change:: + :tags: Improvements + :pullreq: 11094 + :tickets: 11081 + + Docker images: remove capability requirements + + .. change:: + :tags: Improvements + :pullreq: 11292 + :tickets: 11290 + + Docker image: install ca-certificates + + .. change:: + :tags: Bug Fixes + :pullreq: 11335 + :tickets: 11330 + + Fix a use-after-free in case of a network error in the middle of a XFR query + + .. change:: + :tags: Bug Fixes + :pullreq: 11550 + :tickets: 11504 + + Properly use eBPF when the DynBlock is not set + + .. change:: + :tags: Improvements + :pullreq: 11176 + :tickets: 11113 + + Work around a compiler bug seen on OpenBSD/amd64 using clang-13 + + .. change:: + :tags: Improvements + :pullreq: 11197 + + Stop using the now deprecated and useless std::binary_function + + .. change:: + :tags: Bug Fixes, DNS over HTTPS, DNS over TLS + :pullreq: 11251 + :tickets: 11249 + + Set Server Name Indication on outgoing TLS connections (DoT, DoH) + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 11253 + :tickets: 11250 + + Fix the health-check timeout for outgoing DoH connections + + .. change:: + :tags: Bug Fixes + :pullreq: 11255 + :tickets: 11254 + + Fix 'inConfigCheck()' + + .. change:: + :tags: Bug Fixes, Metrics + :pullreq: 11323 + :tickets: 11239 + + Fix the latency-count metric + + .. change:: + :tags: Improvements, DNS over HTTPS, DNS over TLS + :pullreq: 11324 + :tickets: 11201 + + Remove the leak warning with GnuTLS >= 3.7.3 + + .. change:: + :tags: Bug Fixes + :pullreq: 11545 + :tickets: 11501 + + Use the correct outgoing protocol in our ring buffers + + .. change:: + :tags: Bug Fixes + :pullreq: 11546 + :tickets: 11383 + + Raise the number of entries in a packet cache to at least 1 + + .. change:: + :tags: Improvements + :pullreq: 11547 + :tickets: 11434 + + Add a 'getAddressAndPort()' method to DOHFrontend and TLSFrontend objects + + .. change:: + :tags: Bug Fixes + :pullreq: 11565 + + Fix wrong eBPF values (qtype, counter) being inserted for qnames + + .. change:: + :tags: Bug Fixes + :pullreq: 11572 + :tickets: 11375 + + The check interval applies to health-check, not timeouts + .. changelog:: :version: 1.7.0 :released: 17th of January 2022