From: Remi Gacogne Date: Wed, 17 Jun 2020 14:03:38 +0000 (+0200) Subject: dnsdist: Update the ChangeLog and the secpoll zone for 1.5.0-rc3 X-Git-Tag: dnsdist-1.5.0-rc4~21^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a08f562a9d02c07f74a82ec274105dc4c3fd91b;p=thirdparty%2Fpdns.git dnsdist: Update the ChangeLog and the secpoll zone for 1.5.0-rc3 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index ab3ba11690..979b8cfff1 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. 2020052000 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020061801 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -349,4 +349,5 @@ dnsdist-1.4.0-rc5.security-status 60 IN TXT "2 Unsuppor dnsdist-1.4.0.security-status 60 IN TXT "1 OK" dnsdist-1.5.0-alpha1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" dnsdist-1.5.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" -dnsdist-1.5.0-rc2.security-status 60 IN TXT "1 OK" +dnsdist-1.5.0-rc2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" +dnsdist-1.5.0-rc3.security-status 60 IN TXT "1 OK" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 544e6157c2..92768056ed 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,55 @@ Changelog ========= +.. changelog:: + :version: 1.5.0-rc3 + :released: 18th of June 2020 + + .. change:: + :tags: Improvements + :pullreq: 9100 + + Less negatives in secpoll error messages improves readability. + + .. change:: + :tags: Bug Fixes + :pullreq: 9127 + :tickets: 9125 + + Fix compilation on systems that do not define HOST_NAME_MAX + + .. change:: + :tags: Improvements + :pullreq: 9207 + + Use std::string_view when available (Rosen Penev) + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 9211 + :tickets: 9206 + + Use non-blocking pipes to pass DoH queries/responses around + + .. change:: + :tags: Bug Fixes + :pullreq: 9213 + + Do not use `using namespace std;` + + .. change:: + :tags: New Features + :pullreq: 9229 + + Implement an ACL in the internal web server + + .. change:: + :tags: Improvements + :pullreq: 9238 + :tickets: 8038 + + Clean up dnsdistconf.lua as a default configuration file + .. changelog:: :version: 1.5.0-rc2 :released: 13th of May 2020