From: Remi Gacogne Date: Tue, 16 Nov 2021 09:04:58 +0000 (+0100) Subject: dnsdist: Add ChangeLog and secpoll update for 1.7.0-beta1 X-Git-Tag: rec-4.6.0-rc1~7^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b747d10a248284803d804eacf5221f11688f26f;p=thirdparty%2Fpdns.git dnsdist: Add ChangeLog and secpoll update for 1.7.0-beta1 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index ab4c9270a4..b3df19187d 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021111001 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021111601 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -425,3 +425,4 @@ dnsdist-1.6.0.security-status 60 IN TXT "1 OK" dnsdist-1.6.1.security-status 60 IN TXT "1 OK" dnsdist-1.7.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release" dnsdist-1.7.0-alpha2.security-status 60 IN TXT "1 Unsupported pre-release" +dnsdist-1.7.0-beta1.security-status 60 IN TXT "1 Unsupported pre-release" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 2659b3b91f..487416e6d7 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,143 @@ Changelog ========= +.. changelog:: + :version: 1.7.0-beta1 + :released: 16th of November 2021 + + .. change:: + :tags: Improvements + :pullreq: 10646 + + Convert make_pair to emplace (Rosen Penev) + + .. change:: + :tags: Improvements + :pullreq: 10795 + :tickets: 10651 + + Add syslog identifier to service file + + .. change:: + :tags: New Features + :pullreq: 10815 + :tickets: 4993 + + Add range support for dynamic blocks + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 10845 + + Keep watching idle DoH backend connections + + .. change:: + :tags: Improvements, Performance + :pullreq: 10862 + + Use the same outgoing TCP connection for different clients + + .. change:: + :tags: Improvements + :pullreq: 10868 + + Get rid of make_pair (Rosen Penev) + + .. change:: + :tags: Improvements + :pullreq: 10870 + + Use make_unique instead of new (Rosen Penev) + + .. change:: + :tags: Bug Fixes + :pullreq: 10874 + + Properly handle I/O exceptions in the health checker + + .. change:: + :tags: Improvements, DNS over HTTPS, Performance + :pullreq: 10875 + + Read as many DoH responses as possible before yielding + + .. change:: + :tags: Improvements, DNS over HTTPS, Performance + :pullreq: 10876 + + Stop over-allocating for DoH queries + + .. change:: + :tags: Improvements, Protobuf, DNSTAP + :pullreq: 10879 + :tickets: 9103 + + Support DoT, DoH and DNSCrypt transports for protobuf and dnstap + + .. change:: + :tags: Bug Fixes + :pullreq: 10900 + + NetmaskTree: Drop the 'noexcept' qualifier on the TreeNode ctor + + .. change:: + :tags: Improvements + :pullreq: 10907 + :tickets: 4670 + + Handle existing EDNS content for SetMacAddrAction/SetEDNSOptionAction + + .. change:: + :tags: Improvements + :pullreq: 10917 + :tickets: 10899 + + Remove the useless step parameter in TCP and HTTP/2 unit tests + + .. change:: + :tags: Bug Fixes, DNS over HTTPS, DNS over TLS + :pullreq: 10920 + + Remove unreachable code in HTTP/2 connections cleanup + + .. change:: + :tags: Bug Fixes + :pullreq: 10922 + + Fix build without nghttp2 + + .. change:: + :tags: New Features + :pullreq: 10923 + + Add the ability to retain select capabilities at runtime + + .. change:: + :tags: Bug Fixes + :pullreq: 10935 + + Remove debug print line flooding logs (Eugen Mayer) + + .. change:: + :tags: Bug Fixes + :pullreq: 10943 + :tickets: 10938 + + Credentials: EVP_PKEY_CTX_set1_scrypt_salt() takes an `unsigned char*` + + .. change:: + :tags: Bug Fixes + :pullreq: 10977 + :tickets: 10976 + + Disable the actual connect() in the test_dnsdisttcp_cc_c unit tests. + + .. change:: + :tags: New Features, Performance + :pullreq: 10883, 10498 + + Implement filesystem pinning for eBPF maps, drop and truncate via XDP (Pierre Grié) + .. changelog:: :version: 1.7.0-alpha2 :released: 19th of October 2021