From: Otto Moerbeek Date: Mon, 20 Apr 2020 14:45:50 +0000 (+0200) Subject: Prep rec-4.4.0-alpha1 X-Git-Tag: dnsdist-1.5.0-rc2~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9046%2Fhead;p=thirdparty%2Fpdns.git Prep rec-4.4.0-alpha1 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index d1e98538bc..cd396d570b 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. 2020041601 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020042201 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -216,6 +216,7 @@ recursor-4.3.0-beta2.security-status 60 IN TXT "2 Unsupported recursor-4.3.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" recursor-4.3.0-rc2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" recursor-4.3.0.security-status 60 IN TXT "1 OK" +recursor-4.4.0-alpha1.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.4.rst b/pdns/recursordist/docs/changelog/4.4.rst new file mode 100644 index 0000000000..b639496b2c --- /dev/null +++ b/pdns/recursordist/docs/changelog/4.4.rst @@ -0,0 +1,146 @@ +Changelogs for 4.4.x +==================== + +.. changelog:: + :version: 4.4.0-alpha1 + :released: 22th of April 2020 + + .. change:: + :tags: Bug Fixes + :pullreq: 9031 + :tickets: 9025 + + Fix compilation of the ports event multiplexer. + + .. change:: + :tags: Improvements + :pullreq: 9000 + + Fix warnings with llvm10 and -Wrange-loop-construct (Kirill Ponomarev). + + .. change:: + :tags: Improvements + :pullreq: 8985 + + Fix compilation without deprecated OpenSSL APIs (Rosen Penev). + + .. change:: + :tags: New Features + :pullreq: 8967 + + Implement native DNS64 support, without Lua. + + .. change:: + :tags: New Features + :pullreq: 8927 + + Add custom tags to RPZ hits. + + .. change:: + :tags: New Features + :pullreq: 8910 + + Allow attaching a 'routing' tag string to a query in lua code and use that + tag in the record cache when appropriate. + + .. change:: + :tags: Improvements + :pullreq: 8900 + :tickets: 8739 + + Detect {Libre,Open}SSL functions availability during configure. + + .. change:: + :tags: New Features + :pullreq: 8898 + + Share record cache between threads. + + .. change:: + :tags: Improvements + :pullreq: 8887 + + Better handling of reconnections in Remote Logger. + + .. change:: + :tags: Improvements + :pullreq: 8883 + :tickets: 8629 + + Add 'queue full' metrics for our remote logger, log at debug only. + + .. change:: + :tags: Improvements + :pullreq: 8876, 8740 + :tickets: 8875 + + Update boost.m4 + + .. change:: + :tags: New Features + :pullreq: 8874 + + Add support for Proxy Protocol between dnsdist and the recursor. + + .. change:: + :tags: Improvements + :pullreq: 8812 + + Keep a masked network in the Netmask class. + + .. change:: + :tags: Improvements + :pullreq: 8631 + + Replace include guard ifdef/define with pragma once (Chris Hofstaedtler). + + .. change:: + :tags: Bug Fixes + :pullreq: 8830 + + Init zone's d_priority field. + + .. change:: + :tags: Improvements + :pullreq: 8815 + + YaHTTP: Support bracketed IPv6 addresses + + .. change:: + :tags: Improvements + :pullreq: 8355 + + Rework NetmaskTree for better CPU and memory efficiency (Stephan Bosch). + + .. change:: + :tags: Bug Fixes + :pullreq: 8777 + :tickets: 8697 + + QName Minimization sometimes uses 1 label too many. + + .. change:: + :tags: Improvements + :pullreq: 8778 + + RPZ dumpFile/seedFile: store/get SOA refresh on dump/load. + + .. change:: + :tags: Improvements + :pullreq: 8783 + + Add 'IO wait' and 'steal' metrics on Linux. + + .. change:: + :tags: Improvements + :pullreq: 8792 + + DNSName: Don't call strlen() when the length is already known. + + .. change:: + :tags: Improvements + :pullreq: 8640 + + Fix build with gcc-10 (Sander Hoentjen). + + diff --git a/pdns/recursordist/docs/changelog/index.rst b/pdns/recursordist/docs/changelog/index.rst index 88022ed209..6e6d9da42a 100644 --- a/pdns/recursordist/docs/changelog/index.rst +++ b/pdns/recursordist/docs/changelog/index.rst @@ -6,6 +6,7 @@ The changelogs for the recursor are split between release trains. .. toctree:: :maxdepth: 2 + 4.4 4.3 4.2 4.1