From: Otto Date: Mon, 26 Apr 2021 09:35:36 +0000 (+0200) Subject: Prep for rec-4.5.0-rc1 X-Git-Tag: dnsdist-1.6.0-rc2~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ccf8c5b7fa2515ab543b8690f4f1e6571b2acdb;p=thirdparty%2Fpdns.git Prep for rec-4.5.0-rc1 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 3b89a0cdce..e2d3525df3 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. 2021042000 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021042800 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -256,7 +256,8 @@ recursor-4.5.0-alpha1.security-status 60 IN TXT "3 Unsupported recursor-4.5.0-alpha2.security-status 60 IN TXT "3 Unsupported pre-release" recursor-4.5.0-alpha3.security-status 60 IN TXT "3 Unsupported pre-release" recursor-4.5.0-beta1.security-status 60 IN TXT "3 Unsupported pre-release" -recursor-4.5.0-beta2.security-status 60 IN TXT "1 OK" +recursor-4.5.0-beta2.security-status 60 IN TXT "3 Unsupported pre-release" +recursor-4.5.0-rc1.security-status 60 IN TXT "1 OK" ; Recursor Debian recursor-3.6.2-2.debian.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/3/security/powerdns-advisory-2015-01/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/" diff --git a/pdns/recursordist/docs/changelog/4.5.rst b/pdns/recursordist/docs/changelog/4.5.rst index cf87322fcf..8d80bcf4c2 100644 --- a/pdns/recursordist/docs/changelog/4.5.rst +++ b/pdns/recursordist/docs/changelog/4.5.rst @@ -1,6 +1,66 @@ Changelogs for 4.5.X ==================== +.. changelog:: + :version: 4.5.0-rc1 + :released: 28th of April 2021 + + .. change:: + :tags: Improvements + :pullreq: 10335 + :tickets: 10329 + + Boost 1.76 containers: use standard exceptions. + + .. change:: + :tags: Improvements + :pullreq: 10334 + :tickets: 10318 + + Fix wording in edns-padding-tag help. + + .. change:: + :tags: Improvements + :pullreq: 10333 + :tickets: 10312 + + Improve packet cache size computation now that TCP answers are also cached. + + .. change:: + :tags: Bug Fixes + :pullreq: 10320 + :tickets: 10317 + + Do not put results of DS query for auth or forward domains in negcache. + + .. change:: + :tags: Bug Fixes + :pullreq: 10319 + :tickets: 10303 + + Use the correct ECS address when proxy-protocol is enabled. + + .. change:: + :tags: Improvements + :pullreq: 10307 + :tickets: 10298 + + Print the covering NSEC in tracing log. + + .. change:: + :tags: Bug Fixes + :pullreq: 10306 + :tickets: 10291 + + Exception loading the RPZ seed file is not fatal. + + .. change:: + :tags: Bug Fixes + :pullreq: 10305 + :tickets: 10286 + + RPZ dumper: stop generating double zz labels on networks that start with zeroes. + .. changelog:: :version: 4.5.0-beta2 :released: 14th of April 2021