From: Peter van Dijk Date: Thu, 17 Feb 2022 08:26:02 +0000 (+0100) Subject: auth-4.7.0-alpha1: changelog & secpoll X-Git-Tag: rec-4.7.0-alpha1~17^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11333%2Fhead;p=thirdparty%2Fpdns.git auth-4.7.0-alpha1: changelog & secpoll --- diff --git a/docs/changelog/4.7.rst b/docs/changelog/4.7.rst new file mode 100644 index 0000000000..9b46cf7a23 --- /dev/null +++ b/docs/changelog/4.7.rst @@ -0,0 +1,79 @@ +Changelogs for 4.7.x +==================== + +.. changelog:: + :version: 4.7.0-alpha1 + :released: 17th of February 2022 + + This is version 4.7.0-alpha1 of the Authoritative Server. + This release contains a few new features compared to 4.6, and a couple of other fixes/changes. + + New features: + + * lmdbbackend databases now get a UUID assigned, making it easy for external software to spot if a database was completely replaced + * lmdbbackend databases now optionally use random IDs for objects + * a new LUA function called ``ifurlextup`` + * autoprimary management in ``pdnsutil`` and the HTTP API + + Please make sure to read the :doc:`upgrade notes <../upgrading>` before upgrading. + + .. change:: + :tags: New Features + :pullreq: 11309 + + lmdb: add random ID generation feature + + .. change:: + :tags: Improvements + :pullreq: 11315 + + el7 builds: switch to boost 1.69 + + .. change:: + :tags: Bug Fixes + :pullreq: 11306 + + lmdb: default values for KeyDataDB members, thanks ubsan + + .. change:: + :tags: New Features + :pullreq: 11227 + + auth LUA: add ifurlextup function + + .. change:: + :tags: Improvements + :pullreq: 11262 + + builder: migrate EL8 builds to oraclelinux, rename centos8 to el8 where possible + + .. change:: + :tags: New Features + :pullreq: 11241 + + auth lmdb: add a UUID to newly created databases + + .. change:: + :tags: New Features + :pullreq: 11100 + + new ``pdnsutil zonemd-verify-file`` command + + .. change:: + :tags: New Features + :pullreq: 11102 + + auth: add autoprimary management in API & pdnsutil + + .. change:: + :tags: Improvements + :pullreq: 11108 + + libssl: fix compilation issues on older openssl versions + + .. change:: + :tags: Bug Fixes + :pullreq: 11101 + + save errno value as close(2) might clobber it + diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index 88d003b436..6d5dbfcbe0 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.7 4.6 4.5 4.4 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 2126b69d9c..4c332b2051 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022012501 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022021701 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -103,6 +103,7 @@ auth-4.6.0-alpha1.security-status 60 IN TXT "2 Unsupported auth-4.6.0-beta1.security-status 60 IN TXT "2 Unsupported pre-release, superseded by 4.6.0" auth-4.6.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release, superseded by 4.6.0" auth-4.6.0.security-status 60 IN TXT "1 OK" +auth-4.7.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release" ; 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/"