From 6ef20ac4eff85374d376f05f4e54813cf1777f3f Mon Sep 17 00:00:00 2001 From: Erik Winkels Date: Tue, 2 Apr 2019 13:08:12 +0200 Subject: [PATCH] Update changelog and secpoll for rec-4.1.12. --- docs/secpoll.zone | 3 ++- pdns/recursordist/docs/changelog/4.1.rst | 31 ++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index f9f0c5236f..83c2a0ef8f 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. 2019032201 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019040201 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. ; Auth @@ -180,6 +180,7 @@ recursor-4.1.8.security-status 60 IN TXT "3 Upgrade now recursor-4.1.9.security-status 60 IN TXT "1 OK" recursor-4.1.10.security-status 60 IN TXT "1 OK" recursor-4.1.11.security-status 60 IN TXT "1 OK" +recursor-4.1.12.security-status 60 IN TXT "1 OK" recursor-4.2.0-alpha1.security-status 60 IN TXT "1 OK" ; Recursor Debian diff --git a/pdns/recursordist/docs/changelog/4.1.rst b/pdns/recursordist/docs/changelog/4.1.rst index a7843705a3..e54c537c1f 100644 --- a/pdns/recursordist/docs/changelog/4.1.rst +++ b/pdns/recursordist/docs/changelog/4.1.rst @@ -1,6 +1,37 @@ Changelogs for 4.1.x ==================== +.. changelog:: + :version: 4.1.12 + :released: 2nd of April 2019 + + .. change:: + :tags: Bug Fixes, Internals + :pullreq: 7495 + :tickets: 7494 + + Correctly interpret an empty AXFR response to an IXFR query. + + .. change:: + :tags: Improvements, Internals + :pullreq: 7647 + + Provide CPU usage statistics per thread (worker & distributor). + + .. change:: + :tags: Improvements, Internals, Performance + :pullreq: 7634 + :tickets: 7507 + + Use a bounded load-balancing algo to distribute queries. + + .. change:: + :tags: Improvements, Internals + :pullreq: 7651 + :tickets: 7631, 7572 + + Implement a configurable ECS cache limit so responses with an ECS scope more specific than a certain threshold and a TTL smaller than a specific threshold are not inserted into the records cache at all. + .. changelog:: :version: 4.1.11 :released: 1st of February 2019 -- 2.39.2