From 2d99f3280d3dc7f4e39266ea93629f4d34354858 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 25 Nov 2019 12:13:22 +0100 Subject: [PATCH] secpoll and changelog for auth 4.2.1 --- docs/changelog/4.2.rst | 101 +++++++++++++++++++++++++++++++++++++++++ docs/secpoll.zone | 3 +- 2 files changed, 103 insertions(+), 1 deletion(-) diff --git a/docs/changelog/4.2.rst b/docs/changelog/4.2.rst index f344386085..f39f179f4e 100644 --- a/docs/changelog/4.2.rst +++ b/docs/changelog/4.2.rst @@ -1,6 +1,107 @@ Changelogs for 4.2.x ==================== +.. changelog:: + :version: 4.2.1 + :released: 2nd of December 2019 + + This release fixes several bugs and makes a few features more robust or intuitive. It also contains a few performance improvements for API users. + + .. change:: + :tags: Bug Fixes + :pullreq: 8589 + :tickets: 8572 + + LUA view: do not crash on empty IP list + + .. change:: + :tags: Bug Fixes + :pullreq: 8576 + + API: Accept headers without spaces + + .. change:: + :tags: Bug Fixes + :pullreq: 8570 + :tickets: 8299 + + Avoid database state-related SERVFAILs after a LUA error + + .. change:: + :tags: Bug Fixes, Improvements, LMDB + :pullreq: 8568 + :tickets: 8134 + + Just before 4.2.0, some SQL-related fixes broke edit-zone and other features with the LMDB backend. This has been fixed now. (backport by Kees Monshouwer) + + .. change:: + :tags: Performance, Improvements + :pullreq: 8457 + + API: reduce number of database connections (Kees Monshouwer) + + .. change:: + :tags: Improvements + :pullreq: 8546 + + Register a few known RR types and remove an unknown one + + .. change:: + :tags: New Features, Improvements + :pullreq: 8549 + + Add SLAVE-RENOTIFY zone metadata support (Matti Hiljanen) + + .. change:: + :tags: Bug Fixes + :pullreq: 8507 + :tickets: 8217 + + rfc2136, pdnsutil: somewhat improve duplicate record handling + + .. change:: + :tags: Improvements + :pullreq: 8548 + + bindbackend: use metadata for also-notifies as well (Matti Hiljanen) + + .. change:: + :tags: Improvements + :pullreq: 8508 + :tickets: 8218 + + pdnsutil increase-serial: under SOA-EDIT=INCEPTION-EPOCH, bump as if it is EPOCH + + .. change:: + :tags: New Features, Improvements + :pullreq: 8547 + + Add configurable timeout for inbound AXFR (Matti Hiljanen) + + .. change:: + :tags: Performance, Improvements + :pullreq: 8541 + + API: optionally do not return dnssec info in domain list (Christian Hofstaedtler) + + .. change:: + :tags: Improvements + :pullreq: 8454 + + Basic validation of $GENERATE parameters + + .. change:: + :tags: New Features, Improvements + :pullreq: 8428 + + Add CentOS 8 as builder target + + .. change:: + :tags: New Features, Improvements + :pullreq: 8341 + + gmysql backend, add an option to send the SSL capability flag + .. changelog:: :version: 4.2.0 :released: 30th of August 2019 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 9b0633d596..904643a808 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. 2019112001 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019120201 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -59,6 +59,7 @@ auth-4.2.0-rc1.security-status 60 IN TXT "2 Unsupported auth-4.2.0-rc2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" auth-4.2.0-rc3.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" auth-4.2.0.security-status 60 IN TXT "1 OK" +auth-4.2.1.security-status 60 IN TXT "1 OK" ; Auth Debian auth-3.4.1-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-2015-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-03/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-04/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-05/" -- 2.47.2