From: Remi Gacogne Date: Wed, 20 Nov 2019 10:32:58 +0000 (+0100) Subject: dnsdist: ChangeLog and secpoll update for dnsdist 1.4.0 X-Git-Tag: auth-4.3.0-alpha1~37^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8557%2Fhead;p=thirdparty%2Fpdns.git dnsdist: ChangeLog and secpoll update for dnsdist 1.4.0 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index bfce792eb5..9b0633d596 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. 2019103001 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019112001 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -327,3 +327,4 @@ 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" dnsdist-1.4.0-rc5.security-status 60 IN TXT "1 OK" +dnsdist-1.4.0.security-status 60 IN TXT "1 OK" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index d3297b5f20..1f6d7116db 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,46 @@ Changelog ========= +.. changelog:: + :version: 1.4.0 + :released: 20th of November 2019 + + .. change:: + :tags: Bug Fixes + :pullreq: 8524 + + Lowercase the name blocked by a SMT dynamic block + + .. change:: + :tags: Improvements + :pullreq: 8531 + + Fix the default value of ``setMaxUDPOutstanding`` in the console's help (phonedph1) + + .. change:: + :tags: Improvements + :pullreq: 8522 + + Add bindings for the noerrors and drops members of StatNode + + .. change:: + :tags: DNS over HTTPS, DNS over TLS + :pullreq: 8526 + + Prefer the cipher suite from the server by default (DoH, DoT) + + .. change:: + :tags: Improvements + :pullreq: 8440 + + Fix -WShadow warnings (Aki Tuomi) + + .. change:: + :tags: Improvements + :pullreq: 8509 + + Fix typo: settting to setting (Chris Hofstaedtler) + .. changelog:: :version: 1.4.0-rc5 :released: 30th of October 2019