From: Remi Gacogne Date: Fri, 30 Aug 2019 08:25:27 +0000 (+0200) Subject: dnsdist: Update the ChangeLog and secpoll for 1.4.0-rc2 X-Git-Tag: rec-4.3.0-alpha1~9^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1341ac82d9736da5d5cb971ab1700735314e75d;p=pdns dnsdist: Update the ChangeLog and secpoll for 1.4.0-rc2 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 8431b54b1..cf57b1a36 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. 2019083002 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019090201 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -320,3 +320,4 @@ dnsdist-1.4.0-alpha1.security-status 60 IN TXT "1 OK" dnsdist-1.4.0-alpha2.security-status 60 IN TXT "1 OK" 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" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index caecca412..3e94c29dd 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,47 @@ Changelog ========= +.. changelog:: + :version: 1.4.0-rc2 + :released: 2nd of September 2019 + + .. change:: + :tags: New Features + :pullreq: 8139 + + Add a KeyValueStoreLookup action based on CDB or LMDB + + .. change:: + :tags: Security + :pullreq: 8200 + + Update h2o to 2.2.6, fixing CVE-2019-9512, CVE-2019-9514 and CVE-2019-9515 + + .. change:: + :tags: New Features, DNS over HTTPS + :pullreq: 8206 + + Add support for early DoH HTTP responses + + .. change:: + :tags: Improvements, DNS over HTTPS, DNS over TLS + :pullreq: 8207 + :tickets: 8202 + + Add minTLSVersion for DoH and DoT + + .. change:: + :tags: Improvements + :pullreq: 8250 + + Split dnsdist-lua-bindings.cc to reduce memory consumption during compilation + + .. change:: + :tags: Improvements + :pullreq: 8252 + + Add a Lua binding for `dynBlockRulesGroup:setQuiet(quiet)` + .. changelog:: :version: 1.4.0-rc1 :released: 12th of August 2019