From: Remi Gacogne Date: Fri, 24 May 2019 09:37:45 +0000 (+0200) Subject: dnsdist: Prepare ChangeLog and secpoll for 1.4.0-beta1 X-Git-Tag: auth-4.2.0-rc2~10^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00c2ea72aa6f2c451b24a21a7ca4c6b5fadd9901;p=pdns dnsdist: Prepare ChangeLog and secpoll for 1.4.0-beta1 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 5a6b7ec23..a2522962f 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. 2019052301 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019052400 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. ; Auth @@ -305,3 +305,4 @@ recursor-4.0.0_beta1-1pdns.jessie.raspbian.security-status 60 IN TXT "3 Upgrade dnsdist-1.3.3.security-status 60 IN TXT "1 OK" 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" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 884a5ad22..641a532d5 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,36 @@ Changelog ========= +.. changelog:: + :version: 1.4.0-beta1 + :released: TBD + + .. change:: + :tags: Bug Fixes, DoH + :pullreq: 7814 + :tickets: 7810 + + DoH: Don't let 'self' dangling while parsing the request's qname + + .. change:: + :tags: Bug Fixes + :pullreq: 7823 + + Fix minor issues reported by coverity + + .. change:: + :tags: New Features, DoT, DoH + :pullreq: 7825 + :tickets: 7210 + + Implement SNIRule for DoT and DoH + + .. change:: + :tags: Bug Fixes + :pullreq: 7833 + + Remove second, incomplete copy of lua EDNSOptionCode table + .. changelog:: :version: 1.4.0-alpha2 :released: 26th of April 2019