From: Otto Moerbeek Date: Mon, 28 Oct 2019 13:22:35 +0000 (+0100) Subject: Prep for rec-4.3.0-alpha2 X-Git-Tag: dnsdist-1.4.0-rc5~1^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=519789abd474eae164cfb41aa70774dbb9561afa;p=thirdparty%2Fpdns.git Prep for rec-4.3.0-alpha2 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index dfdc4af7f8..0bc451e80a 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. 2019102501 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019102900 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -199,6 +199,7 @@ recursor-4.2.0-rc1.security-status 60 IN TXT "2 Unsupported 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.3.0-alpha1.security-status 60 IN TXT "1 OK" +recursor-4.3.0-alpha2.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.3.rst b/pdns/recursordist/docs/changelog/4.3.rst index aca1a5804e..f982ddfed7 100644 --- a/pdns/recursordist/docs/changelog/4.3.rst +++ b/pdns/recursordist/docs/changelog/4.3.rst @@ -1,6 +1,124 @@ Changelogs for 4.3.x ==================== +.. changelog:: + :version: 4.3.0-alpha2 + :released: 29th of October 2019 + + .. change:: + :tags: Bug fixes + :pullreq: 8470 + + Rec: prime NS records of root-servers.net parent (.net) + + + .. change:: + :tags: Improvements + :pullreq: 8463 + + Rec: Update CentOS 6 init script (None) + + + .. change:: + :tags: Improvements + :pullreq: 8451 + + Basic validation of $GENERATE parameters + + + .. change:: + :tags: Bug fixes + :pullreq: 8433 + + Dns64: stop hiding PTR indirection + + + .. change:: + :tags: New features + :pullreq: 8391 + :tickets: 8358 + + Rec: Allow multiple simultaneous incoming TCP queries over a connection + + + .. change:: + :tags: Improvements + :pullreq: 8344 + + Add signal handling for SIGTERM and SIGINT in pdns_recursor, if we are PID1 (Frank Louwers) + + + .. change:: + :tags: New Features + :pullreq: 8367 + + Implement RFC 8020 "NXDOMAIN: There Really Is Nothing Underneath" + + + .. change:: + :tags: New features + :pullreq: 8400 + + Add CentOS 8 as builder target + + + .. change:: + :tags: Bug fixes + :pullreq: 8371 + + Fix chmod paths in rules files + + + .. change:: + :tags: New features + :pullreq: 8366 + + Rec: Build Newly Observed Domain (NOD) support by default. + + + .. change:: + :tags: Bug fixes + :pullreq: 8360 + :tickets: 8352 + + Rec: chmod/own recursor.conf for the systemd case + + + .. change:: + :tags: Bug fixes + :pullreq: 8340 + :tickets: 8338 + + Fix #8338: Issue with "zz" abbreviation for IPv6 RPZ triggers + + + .. change:: + :tags: Bug fixes + :pullreq: 8317 + + Retry getrandom() on EINTR + + + .. change:: + :tags: Improvements + :pullreq: 8287 + + Docs: Add small description for pipe backend about distributor-threads (Donatas Abraitis) + + + .. change:: + :tags: Improvements + :pullreq: 8290 + + Improve commandline error reporting for non-opts + + + .. change:: + :tags: New features + :pullreq: 7758 + + Recursor webhandler for prometheus metrics (Greg Cockroft) + .. changelog:: :version: 4.3.0-alpha1 :released: 5th of September 2019