From: Erik Winkels Date: Tue, 2 Apr 2019 11:08:12 +0000 (+0200) Subject: Update changelog and secpoll for rec-4.1.12. X-Git-Tag: dnsdist-1.4.0-alpha1~36^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7654%2Fhead;p=thirdparty%2Fpdns.git Update changelog and secpoll for rec-4.1.12. --- 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