From: Your Name Date: Mon, 7 Dec 2020 08:16:09 +0000 (+0100) Subject: auth-4.4.0-rc1: docs and secpoll X-Git-Tag: rec-4.5.0-alpha1~84^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9820%2Fhead;p=thirdparty%2Fpdns.git auth-4.4.0-rc1: docs and secpoll --- diff --git a/docs/changelog/4.4.rst b/docs/changelog/4.4.rst index a3acdb86b5..c162b2e01f 100644 --- a/docs/changelog/4.4.rst +++ b/docs/changelog/4.4.rst @@ -1,6 +1,76 @@ Changelogs for 4.4.x ==================== +.. changelog:: + :version: 4.4.0-rc1 + :released: 7th of December 2020 + + This is the first Release Candidate for version 4.4.0 of the Authoritative Server. + If no trouble surfaces, we will release the actual 4.4.0 within a few weeks. + + This release drops GSS/TSIG support, please see :doc:`PowerDNS Security Advisory 2020-06 <../security-advisories/powerdns-advisory-2020-06>`. + + Version 4.4.0 brings a bunch of exciting changes: + + * the LMDB backend now supports long record content, making it production ready for everybody + * the SVCB and HTTPS record types are supported, with limited additional processing + * transaction handling in the 2136 handler and the HTTP API was again improved a lot, avoiding various spurious issues users may have noticed if they do a lot of changes + * a new setting (:ref:`setting-consistent-backends`) offers a roughly 30% speedup, subject to conditions + * we finally emit Prometheus metrics! + + We want to specifically thank Robin Geuze, Kees Monshouwer, Mischan Toosarani-Hausberger, Chris Hofstaedtler, and Kevin Fleming for their contributions to this release. + We are also grateful to all other reporters of bugs, issues, feature requests, and submitters of smaller fixes and features. + + Please make sure to read the :doc:`upgrade notes <../upgrading>` before upgrading. + + .. change:: + :tags: Bug Fixes + :pullreq: 9816 + + geoip: set netmask on all string formatting types (Kees Monshouwer) + + .. change:: + :tags: Bug Fixes + :pullreq: 9800 + + api-swagger.json: do not depend on .venv target + + .. change:: + :tags: Bug Fixes + :pullreq: 9798 + + Ensure socket-dir matches runtime dir on old systemd + + .. change:: + :tags: Improvements + :issues: 9730 + + pdnsutil add-record: notice when backend does not support replaceRRSet + + .. change:: + :tags: Improvements + :pullreq: 9765 + + add remote to default axfr logging (Kees Monshouwer) + + .. change:: + :tags: Bug Fixes + :pullreq: 9785 + + fix rounding inaccuracy in latency statistics (Kees Monshouwer) + + .. change:: + :tags: Bug Fixes + :pullreq: 9773 + + APL records: fix endianness problem + + .. change:: + :tags: Improvements + :pullreq: 9761 + + Fix the DNSName move assignment operator + .. changelog:: :version: 4.4.0-beta1 :released: 23rd of November 2020 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 7772a524ab..499824267b 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. 2020112501 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020120701 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -73,7 +73,8 @@ auth-4.3.1.security-status 60 IN TXT "1 OK" auth-4.4.0-alpha1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" auth-4.4.0-alpha2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" auth-4.4.0-alpha3.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" -auth-4.4.0-beta1.security-status 60 IN TXT "1 OK" +auth-4.4.0-beta1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" +auth-4.4.0-rc1.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/"