From: Peter van Dijk Date: Tue, 21 Sep 2021 14:04:35 +0000 (+0200) Subject: auth 4.6.0 alpha1: changelog & secpoll X-Git-Tag: dnsdist-1.7.0-alpha2~33^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10747%2Fhead;p=thirdparty%2Fpdns.git auth 4.6.0 alpha1: changelog & secpoll --- diff --git a/docs/changelog/4.6.rst b/docs/changelog/4.6.rst new file mode 100644 index 0000000000..1e00dec2ec --- /dev/null +++ b/docs/changelog/4.6.rst @@ -0,0 +1,112 @@ +Changelogs for 4.6.x +==================== + +.. changelog:: + :version: 4.6.0-alpha1 + :released: 7th of October 2021 + + This is version 4.6.0-alpha1 of the Authoritative Server. + This release contains a ton of improvements and bug fixes compared to 4.5, and a couple of user visible changes. + + New features: + + * support for incoming PROXY headers + * support for EDNS Cookies + + Please make sure to read the :doc:`upgrade notes <../upgrading>` before upgrading. + + .. change:: + :tags: Improvements + :pullreq: 10727 + + SVCB: Accept known SVCParams in generic format + + .. change:: + :tags: New Features + :pullreq: 10289 + + Implement EDNS cookies + + .. change:: + :tags: Improvements + :pullreq: 10653 + + Convert locks to LockGuarded + + .. change:: + :tags: Improvements + :pullreq: 10157 + + Move to hashed passwords for the web interface + + .. change:: + :tags: New Features + :pullreq: 10660 + + incoming PROXY support + + .. change:: + :tags: Improvements + :pullreq: 10484 + + remove randombackend (Kees Monshouwer) + + .. change:: + :tags: Bug Fixes + :pullreq: 10672 + + lmdb-safe: resizing while there might be open transactions is unsafe + + .. change:: + :tags: Bug Fixes + :pullreq: 10642 + + checkKey: handle NULL error string from OpenSSL more gracefully + + .. change:: + :tags: Improvements + :pullreq: 10780 + + remove attodot feature; fixes #10254 + + .. change:: + :tags: Bug Fixes + :pullreq: 10788 + + improve SOA parse exception handling (Kees Monshouwer) + + .. change:: + :tags: Improvements + :pullreq: 10562 + + auth NOTIFY: log names of NSes we could not resolve + + .. change:: + :tags: Improvements + :pullreq: 10779 + + pdns_control man page: fix copy+paste for decrypt (Josh Soref) + + .. change:: + :tags: Bug Fixes + :pullreq: 10748 + + try to reload rejected zones in bind-backend (Kees Monshouwer) + + .. change:: + :tags: Bug Fixes + :pullreq: 10231 + + send YXDOMAIN for too long DNAME synth + + .. change:: + :tags: Improvements + :pullreq: 10770 + + Gracefully handle uncaught exceptions in the UDP path + + .. change:: + :tags: Improvements + :pullreq: 10749 + + add cookie counters (Kees Monshouwer) diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index 73a6df2b80..88d003b436 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -6,6 +6,7 @@ The changelogs for the PowerDNS Authoritative Server are split between release t .. toctree:: :maxdepth: 2 + 4.6 4.5 4.4 4.3 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index dd3fec6950..ba2cd60c0c 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. 2021092900 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021100701 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -84,6 +84,7 @@ auth-4.5.0-rc1.security-status 60 IN TXT "3 Unsupported auth-4.5.0-rc2.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" auth-4.5.0.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2021-01.html" auth-4.5.1.security-status 60 IN TXT "1 OK" +auth-4.6.0-alpha1.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/"