From: Remi Gacogne Date: Mon, 30 Sep 2019 08:28:35 +0000 (+0200) Subject: dnsdist: ChangeLog and secpoll update for 1.4.0-rc3 X-Git-Tag: dnsdist-1.4.0-rc4~58^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=093adde8a5242021b0b53e05ff712a6d88aa81c0;p=pdns dnsdist: ChangeLog and secpoll update for 1.4.0-rc3 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 63cf73796..8d93ceeee 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. 2019090501 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019093001 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -322,3 +322,4 @@ 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" +dnsdist-1.4.0-rc3.security-status 60 IN TXT "1 OK" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index ba390e94b..b84d1d8a5 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,85 @@ Changelog ========= +.. changelog:: + :version: 1.4.0-rc3 + :released: 30th of September 2019 + + .. change:: + :tags: Improvements + :pullreq: 8083 + :tickets: 7845 + + Clean up our interactions with errno + + .. change:: + :tags: Improvements, DNS over HTTPS, DNS over TLS + :pullreq: 8264 + + Display the DoH and DoT binds in the web view + + .. change:: + :tags: Improvements + :pullreq: 8265 + :tickets: 5514 + + Remove the 'blockfilter' stat from the web view + + .. change:: + :tags: Improvements, DNS over HTTPS + :pullreq: 8267 + + Allow accepting DoH queries over HTTP instead of HTTPS + + .. change:: + :tags: Improvements + :pullreq: 8268 + + Fix some spelling mistakes noticed by lintian (Chris Hofstaedtler) + + .. change:: + :tags: Bug Fixes + :pullreq: 8281 + + Fix the newCDBKVStore console completion when LMDB is not enabled (phonedph1) + + .. change:: + :tags: Bug Fixes + :pullreq: 8283 + + Allow configure CDB_CFLAGS to work (phonedph1) + + .. change:: + :tags: Improvements + :pullreq: 8285 + + dnsdistconf.lua use non-deprecated versions for 1.4.0 (phonedph1) + + .. change:: + :tags: Bug Fixes + :pullreq: 8303 + + Fix the warning message on an invalid secpoll answer + + .. change:: + :tags: Bug Fixes + :pullreq: 8304 + :tickets: 8300 + + Don't connect to remote logger in client/command mode + + .. change:: + :tags: Improvements + :pullreq: 8318 + + Better use of labels in our DoH prometheus export + + .. change:: + :tags: Improvements, DNS over HTTPS + :pullreq: 8349 + + Implement TLS session ticket keys management for DoH + .. changelog:: :version: 1.4.0-rc2 :released: 2nd of September 2019