From: Peter van Dijk Date: Fri, 16 Feb 2024 09:23:14 +0000 (+0100) Subject: auth 4.9.0-beta2: docs&secpoll X-Git-Tag: auth-5.0.0-alpha0~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13804%2Fhead;p=thirdparty%2Fpdns.git auth 4.9.0-beta2: docs&secpoll --- diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index 8a8f9ede0f..addd80d075 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -1089,6 +1089,7 @@ querycount querytime qytpe ragel +Rak randombackend randombit randombytes @@ -1254,6 +1255,7 @@ slapindex slaveness SLES smartcard +Smeenk smellyspice smimea smn diff --git a/docs/changelog/4.9.rst b/docs/changelog/4.9.rst index 7b546ca6d2..f775f33866 100644 --- a/docs/changelog/4.9.rst +++ b/docs/changelog/4.9.rst @@ -1,6 +1,119 @@ Changelogs for 4.9.x ==================== +.. changelog:: + :version: 4.9.0-beta2 + :released: 16th of February 2024 + + This is release 4.9.0-beta2 of the Authoritative Server. + + Please review the :doc:`Upgrade Notes <../upgrading>` before upgrading from versions < 4.9.x. + + 4.9 contains improvements to the API, ALIAS handling, catalog zones, and some tool improvements. + It also contains various bug fixes and smaller improvements, please see the list below. + + .. change:: + :tags: Bug Fixes + :pullreq: 13803 + + lmdb: remove mapasync mode, it was always a lie + + .. change:: + :tags: New Features + :pullreq: 13753 + + ixfrdist: add support for outgoing notify + + .. change:: + :tags: New Features + :pullreq: 13752 + + LUA records, pickchashed function + + .. change:: + :tags: New Features + :pullreq: 13391 + + Add Lua function to pick records via name hash (Brian Rak) + + .. change:: + :tags: New Features + :pullreq: 12359 + + LUA records: add dblookup function + + .. change:: + :tags: Improvements + :pullreq: 13743 + + API: reject priority element in record + + .. change:: + :tags: Improvements + :pullreq: 13724 + + dnsname: Optimize parsing of uncompressed labels + + .. change:: + :tags: Bug Fixes + :pullreq: 13738 + + debian: adjust option names in shipped configs + + .. change:: + :tags: Improvements + :pullreq: 13110 + + Log port with all freshness check failure scenarios. (Sander Smeenk) + + .. change:: + :tags: Improvements + :pullreq: 13723 + + DNSName: correct len and offset types + + .. change:: + :tags: Bug Fixes + :pullreq: 13725 + + fix tinydnsbackend compilation issue + + .. change:: + :tags: Improvements + :pullreq: 13729 + + getAllDomains catalog: avoid useless copy + + .. change:: + :tags: Improvements + :pullreq: 13722 + + LUA createForward: allow non-hex word prefix + + .. change:: + :tags: Bug Fixes + :pullreq: 13633 + + set catalog in gsql getAllDomains + + .. change:: + :tags: New Features + :pullreq: 13649 + + add a configurable delay for notifications + + .. change:: + :tags: New Features + :pullreq: 13481 + + Add and document a `localwho()` function for LUA records (Bert Hubert) + +.. changelog:: + :version: 4.9.0-beta1 + :released: not released + + This version number was skipped. + .. changelog:: :version: 4.9.0-alpha1 :released: 12th of January 2024 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 3364a5d79f..50ae02b78c 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. 2024021600 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024021601 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -125,7 +125,8 @@ auth-4.8.1.security-status 60 IN TXT "1 OK" auth-4.8.2.security-status 60 IN TXT "1 OK" auth-4.8.3.security-status 60 IN TXT "1 OK" auth-4.8.4.security-status 60 IN TXT "1 OK" -auth-4.9.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)" +auth-4.9.0-alpha1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" +auth-4.9.0-beta2.security-status 60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)" ; 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/"