From: Remi Gacogne Date: Thu, 24 Oct 2019 10:36:06 +0000 (+0200) Subject: dnsdist: Add ChangeLog and secpoll update for 1.4.0-rc4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=001bd52d684e89de38d2dcb4eaf278105b78da51;p=pdns dnsdist: Add ChangeLog and secpoll update for 1.4.0-rc4 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 8d93ceeee..dfdc4af7f 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. 2019093001 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019102501 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -323,3 +323,4 @@ dnsdist-1.4.0-beta1.security-status 60 IN TXT "1 OK" dnsdist-1.4.0-rc1.security-status 60 IN TXT "1 OK" dnsdist-1.4.0-rc2.security-status 60 IN TXT "1 OK" dnsdist-1.4.0-rc3.security-status 60 IN TXT "1 OK" +dnsdist-1.4.0-rc4.security-status 60 IN TXT "1 OK" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index b84d1d8a5..d006d927b 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,140 @@ Changelog ========= +.. changelog:: + :version: 1.4.0-rc4 + :released: 25th of October 2019 + + .. change:: + :tags: Improvements, DNS over HTTPS + :pullreq: 8416 + + Implement reference counting for the DOHUnit object + + .. change:: + :tags: Improvements, DNS over HTTPS, DNS over TLS, Metrics + :pullreq: 8447 + + Add metrics about TLS handshake failures for DoH and DoT + + .. change:: + :tags: Improvements + :pullreq: 8411 + :tickets: 8390 + + Add more options to LogAction (non-verbose mode, timestamps) + + .. change:: + :tags: Improvements, DNS over HTTPS, DNS over TLS + :pullreq: 8383 + + Merge the setup of TLS contexts in DoH and DoT + + .. change:: + :tags: Bug Fixes + :pullreq: 8408 + + Fix the caching of large entries + + .. change:: + :tags: Improvements + :pullreq: 8415 + + Fix formatting in showTCPStats() + + .. change:: + :tags: Bug Fixes + :pullreq: 8413 + :tickets: 8412 + + Work around cmsg_space somehow not being a constexpr on macOS + + .. change:: + :tags: Improvements + :pullreq: 8372 + + Use SO_BINDTODEVICE when available for newServer's source interface + + .. change:: + :tags: Bug Fixes, Metrics + :pullreq: 8409 + + Add missing prometheus descriptions for cache-related metrics + + .. change:: + :tags: Improvements, DNS over HTTPS, DNS over TLS, Metrics + :pullreq: 8406 + + Add metrics about unknown/inactive TLS ticket keys + + .. change:: + :tags: Improvements, DNS over TLS, Metrics + :pullreq: 8387 + + Add metrics about TLS versions with DNS over TLS + + .. change:: + :tags: Improvements, DNS over HTTPS, Metrics + :pullreq: 8395 + + Count the number of concurrent connections for DoH as well + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 8388 + + Clear the DoH session ticket encryption key in the ctor + + .. change:: + :tags: Improvements, DNS over HTTPS, DNS over TLS + :pullreq: 8382 + + Add a 'preferServerCiphers' option for DoH and DoT + + .. change:: + :tags: Bug Fixes, Metrics + :pullreq: 8381 + + Add a prometheus 'thread' label to distinguish identical frontends + + .. change:: + :tags: Bug Fixes, Metrics + :pullreq: 8378 + + Fix a typo in the prometheus description of 'senderrors' + + .. change:: + :tags: Bug Fixes, Metrics + :pullreq: 8368 + + More prometheus fixes + + .. change:: + :tags: Improvements, DNS over HTTPS + :pullreq: 8365 + :tickets: 8353 + + Lowercase custom DoH header names + + .. change:: + :tags: Improvements + :pullreq: 8364 + :tickets: 8362 + + Check the address supplied to 'webserver' in check-config + + .. change:: + :tags: Improvements, DNS over HTTPS, Metrics + :pullreq: 8361 + + Refactor DoH prometheus metrics again + + .. change:: + :tags: Bug Fixes + :pullreq: 8359 + + Fix the creation order of rules when inserted via setRules() + .. changelog:: :version: 1.4.0-rc3 :released: 30th of September 2019 diff --git a/pdns/dnsdistdist/docs/conf.py b/pdns/dnsdistdist/docs/conf.py index 87c8c969c..c6c614204 100644 --- a/pdns/dnsdistdist/docs/conf.py +++ b/pdns/dnsdistdist/docs/conf.py @@ -85,7 +85,7 @@ changelog_render_pullreq = "https://github.com/PowerDNS/pdns/pull/%s" changelog_render_changeset = "https://github.com/PowerDNS/pdns/commit/%s" changelog_sections = ['New Features', 'Improvements', 'Bug Fixes', 'Removals'] -changelog_inner_tag_sort = ['Security', 'DNS over HTTPS', 'DNS over TLS', 'DNSCrypt', 'Protobuf', 'Performance', 'Webserver'] +changelog_inner_tag_sort = ['Security', 'DNS over HTTPS', 'DNS over TLS', 'DNSCrypt', 'Protobuf', 'Performance', 'Webserver', 'Metrics'] changelog_render_tags = False