From: Otto Moerbeek Date: Tue, 3 Dec 2019 12:43:41 +0000 (+0100) Subject: Prep for rec-4.1.15 X-Git-Tag: auth-4.3.0-alpha1~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8603%2Fhead;p=thirdparty%2Fpdns.git Prep for rec-4.1.15 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 904643a808..97a9ce6962 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. 2019120201 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019120601 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -194,6 +194,7 @@ recursor-4.1.11.security-status 60 IN TXT "1 OK" recursor-4.1.12.security-status 60 IN TXT "1 OK" recursor-4.1.13.security-status 60 IN TXT "1 OK" recursor-4.1.14.security-status 60 IN TXT "1 OK" +recursor-4.1.15.security-status 60 IN TXT "1 OK" recursor-4.2.0-alpha1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" recursor-4.2.0-beta1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" recursor-4.2.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" diff --git a/pdns/recursordist/docs/changelog/4.1.rst b/pdns/recursordist/docs/changelog/4.1.rst index bab6c4dc50..4bfe95451c 100644 --- a/pdns/recursordist/docs/changelog/4.1.rst +++ b/pdns/recursordist/docs/changelog/4.1.rst @@ -1,6 +1,40 @@ Changelogs for 4.1.x ==================== +.. changelog:: + :version: 4.1.15 + :released: 6th of December 2019 + + .. change:: + :tags: Bug Fixes + :pullreq: 8554 + + Backport 8525 to rec 4.1.x: Purge map of failed auths periodically by keeping a last changed timestamp + + .. change:: + :tags: Bug Fixes + :pullreq: 8544 + + Backport 8470 to rec 4.1.x: prime NS records of root-servers.net parent (.net) + + .. change:: + :tags: Bug Fixes + :pullreq: 8543 + + Backport 8340 to rec 4.1.x: issue with "zz" abbreviation for IPv6 RPZ triggers + + .. change:: + :tags: Bug Fixes + :pullreq: 8542 + + Backport 7068 to 4.1.x: Do the edns data dump for all threads + + .. change:: + :tags: Internals + :pullreq: 8123 + + Backport #7951 to 4.1.x: update boost.m4 + .. changelog:: :version: 4.1.14 :released: 13th of June 2019