From: Remi Gacogne Date: Mon, 18 Oct 2021 09:59:05 +0000 (+0200) Subject: dnsdist: Prepare ChangeLog and secpoll updates for 1.7.0-alpha2 X-Git-Tag: rec-4.6.0-alpha2~4^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e060b065226addd3aa593faa516d5d188d5134;p=thirdparty%2Fpdns.git dnsdist: Prepare ChangeLog and secpoll updates for 1.7.0-alpha2 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index a59e0f9ad8..4557bc5654 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. 2021101101 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021101801 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -419,3 +419,4 @@ dnsdist-1.6.0-rc2.security-status 60 IN TXT "3 Unsuppor 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" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index a00426d25f..0da90fa813 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,109 @@ Changelog ========= +.. changelog:: + :version: 1.7.0-alpha2 + :released: 18th of October 2021 + + .. change:: + :tags: Improvements + :pullreq: 10760 + + Don't create SSLKEYLOGFILE files with wide permissions + + .. change:: + :tags: Improvements + :pullreq: 10767 + + Update existing tags when calling setTagAction and setTagResponseAction + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 10772 + :tickets: 10771 + + Better handling of outgoing DoH workers + + .. change:: + :tags: Improvements + :pullreq: 10775 + :tickets: 10403 + + Fix the unit tests to handle v4-only or v6-only connectivity + + .. change:: + :tags: Improvements + :pullreq: 10782 + + Improve the coverage of the outgoing DoH code + + .. change:: + :tags: Bug Fixes + :pullreq: 10787 + + Properly cache UDP queries passed to a TCP/DoT/DoH backend + + .. change:: + :tags: Improvements + :pullreq: 10791 + + Allow skipping arbitrary EDNS options when computing packet hash + + .. change:: + :tags: New Features + :pullreq: 10814 + + Add lua support for SetEDNSOptionAction + + .. change:: + :tags: Improvements, DNS over HTTPS, DNS over TLS + :pullreq: 10823 + + Disable TLS renegotiation, release buffers for outgoing TLS + + .. change:: + :tags: New Features + :pullreq: 10832 + + Rule for basing decisions on outstanding queries in a pool (phonedph1) + + .. change:: + :tags: Improvements + :pullreq: 10833 + + Add incoming and outgoing protocols to grepq + + .. change:: + :tags: Improvements + :pullreq: 10835 + :tickets: 10559 + + Allow setting the block reason from the SMT callback + + .. change:: + :tags: Bug Fixes + :pullreq: 10841 + + Use per-thread credentials for GnuTLS client connections + + .. change:: + :tags: Improvements + :pullreq: 10844 + + Clear the UDP states of TCP-only backends + + .. change:: + :tags: Improvements + :pullreq: 10846 + + Replace shared by unique ptrs, reduce structs size + + .. change:: + :tags: Bug Fixes + :pullreq: 10848 + + Only set recursion protection once we know we do not return + .. changelog:: :version: 1.7.0-alpha1 :released: 23rd of September 2021 @@ -2339,7 +2442,7 @@ Changelog :pullreq: 7481 :tickets: 6242 - Add support for encrypting ip addresses #gdpr + Add support for encrypting ip addresses #gdpr .. change:: :tags: Improvements