From: Otto Date: Mon, 7 Jun 2021 08:24:07 +0000 (+0200) Subject: Prep for rec-4.4.4 X-Git-Tag: dnsdist-1.7.0-alpha1~151^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98a6c539024eeba6b2583829712742d1887c09c7;p=thirdparty%2Fpdns.git Prep for rec-4.4.4 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index c846dbacc3..6bc98b60c4 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. 2021052700 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021060900 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -253,6 +253,7 @@ recursor-4.4.0.security-status 60 IN TXT "1 OK" recursor-4.4.1.security-status 60 IN TXT "1 OK" recursor-4.4.2.security-status 60 IN TXT "1 OK" recursor-4.4.3.security-status 60 IN TXT "1 OK" +recursor-4.4.4.security-status 60 IN TXT "1 OK" recursor-4.5.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release" 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" diff --git a/pdns/recursordist/docs/changelog/4.4.rst b/pdns/recursordist/docs/changelog/4.4.rst index 0ff3ea4e3a..b6276f4abb 100644 --- a/pdns/recursordist/docs/changelog/4.4.rst +++ b/pdns/recursordist/docs/changelog/4.4.rst @@ -1,6 +1,43 @@ Changelogs for 4.4.x ==================== +.. changelog:: + :version: 4.4.4 + :released: 9th of June 2021 + + .. change:: + :tags: Bug Fixes + :pullreq: 10390 + + Check if we have room before adding zero ECS scope ENDS value. + + .. change:: + :tags: Bug Fixes + :pullreq: 10383 + :tickets: 10303 + + Use the correct ECS address when proxy-protocol is enabled. + + .. change:: + :tags: Bug Fixes + :pullreq: 10385 + + Apply dns64 on RPZ hits generated after a gettag_ffi hit. + + .. change:: + :tags: Bug Fixes + :pullreq: 10314 + :tickets: 10286 + + RPZ dumper: stop generating double zz labels on networks that start with zeroes. + + .. change:: + :tags: Bug Fixes + :pullreq: 10313 + :tickets: 10291 + + Exception loading the RPZ seed file is not fatal. + .. changelog:: :version: 4.4.3 :released: 31st of March 2021 @@ -69,7 +106,7 @@ Changelogs for 4.4.x Make sure we take the right minimum for the packet cache TTL data in the SERVFAIL case. .. change:: - :tags: Enhancement + :tags: Improvements :pullreq: 10062 Pull in libfstrm for el8 build.