From: Otto Moerbeek Date: Fri, 6 Dec 2019 11:35:40 +0000 (+0100) Subject: Prepare for rec-4.2.1 X-Git-Tag: auth-4.3.0-alpha1~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8611%2Fhead;p=thirdparty%2Fpdns.git Prepare for rec-4.2.1 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 97a9ce6962..bed8470ac3 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. 2019120601 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019120901 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -200,6 +200,7 @@ recursor-4.2.0-beta1.security-status 60 IN TXT "2 Unsupported recursor-4.2.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" recursor-4.2.0-rc2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" recursor-4.2.0.security-status 60 IN TXT "1 OK" +recursor-4.2.1.security-status 60 IN TXT "1 OK" recursor-4.3.0-alpha1.security-status 60 IN TXT "1 OK" recursor-4.3.0-alpha2.security-status 60 IN TXT "1 OK" recursor-4.3.0-alpha3.security-status 60 IN TXT "1 OK" diff --git a/pdns/recursordist/docs/changelog/4.2.rst b/pdns/recursordist/docs/changelog/4.2.rst index a6be4e7a28..7eaf680945 100644 --- a/pdns/recursordist/docs/changelog/4.2.rst +++ b/pdns/recursordist/docs/changelog/4.2.rst @@ -1,6 +1,73 @@ Changelogs for 4.2.x ==================== +.. changelog:: + :version: 4.2.1 + :released: 9th of December 2019 + + .. change:: + :tags: Bug Fixes + :pullreq: 8552 + + Purge map of failed auths periodically by keeping a last changed timestamp. + + .. change:: + :tags: Bug Fixes + :pullreq: 8528 + + Prime NS records of root-servers.net parent (.net) + + .. change:: + :tags: Improvements + :pullreq: 8427 + + Add CentOS 8 as builder target + + .. change:: + :tags: Bug Fixes + :pullreq: 8493 + + Issue with "zz" abbreviation for IPv6 RPZ triggers + + .. change:: + :tags: Bug Fixes + :pullreq: 8452 + + Basic validation of $GENERATE parameters + + .. change:: + :tags: Improvements + :pullreq: 8124 + + Update boost.m4 + + .. change:: + :tags: Bug Fixes + :pullreq: 8230 + + Fix inverse handler registration logic for SNMP. + + .. change:: + :tags: Improvements + :pullreq: 8187 + :tickets: 8101 + + Add deviceName field to protobuf messages + + .. change:: + :tags: Improvements + :pullreq: 8121 + :tickets: 8008, 8047 + + Test improvements (Chris Hofstaedtler) + + .. change:: + :tags: Improvements + :pullreq: 8086 + + Builder: add raspbian-buster target + + .. changelog:: :version: 4.2.0 :released: 16th of July 2019