From: Peter van Dijk Date: Mon, 30 Sep 2024 10:51:06 +0000 (+0200) Subject: auth-4.9.2: docs+secpoll X-Git-Tag: rec-5.2.0-alpha1~54^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14729%2Fhead;p=thirdparty%2Fpdns.git auth-4.9.2: docs+secpoll --- diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index bfd1ef6d5f..c2d2678fb2 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -17,6 +17,7 @@ afsdb AFYER agentx agentxperms +Aguiar ahupowerdns Aips Aki @@ -1238,6 +1239,7 @@ rwlock rytis Sakaguchi saltsa +Samir sandboxing Sangwhan Saunalahti diff --git a/docs/changelog/4.9.rst b/docs/changelog/4.9.rst index 44ed62d090..920522f3bb 100644 --- a/docs/changelog/4.9.rst +++ b/docs/changelog/4.9.rst @@ -1,6 +1,98 @@ Changelogs for 4.9.x ==================== +.. changelog:: + :version: 4.9.2 + :released: 1st of October 2024 + + This is release 4.9.2 of the Authoritative Server. + + Please review the :doc:`Upgrade Notes <../upgrading>` before upgrading from versions < 4.9.x. + + .. change:: + :tags: Bug Fixes + :pullreq: 14711 + + pdnsutil check-zone: make LUA records optional + + .. change:: + :tags: Improvements + :pullreq: 14710 + + Yahttp router: appease coverity regarding unsigned underflow in match() + + .. change:: + :tags: Bug Fixes + :pullreq: 14708 + + json11: add include for cstdint + + .. change:: + :tags: Improvements + :pullreq: 14709 + + Fix build with boost 1.86.0 + + .. change:: + :tags: Bug Fixes + :pullreq: 14675 + + API: when querying with rrset_name, respect it for comments too + + .. change:: + :tags: Improvements + :pullreq: 14707 + + more and better thread names + + .. change:: + :tags: New Features + :pullreq: 14712 + + provide dns packet when doing lookup for presigned signatures + + .. change:: + :tags: Improvements + :pullreq: 14706 + + webserver.cc: try to pass exception text with 500 errors + + .. change:: + :tags: Improvements + :pullreq: 14603 + + ssqlite3: use "begin immediate" to avoid later fights over upgrading to write + + .. change:: + :tags: Bug Fixes + :pullreq: 14526 + + fix domain ordering in catalog SQL query + + .. change:: + :tags: Improvements + :pullreq: 14403 + + switch el7 builds to Oracle Linux 7 + + .. change:: + :tags: Improvements + :pullreq: 14405 + + dns.cc: use ``pdns::views::UnsignedCharView`` + + .. change:: + :tags: Improvements + :pullreq: 14303 + + geoipbackend: link C++ filesystem lib if necessary + + .. change:: + :tags: New Features + :pullreq: 14245 + + auth web: make request/response timeout configurable (Samir Aguiar) + .. changelog:: :version: 4.9.1 :released: 28th of May 2024 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 2f36a583b2..f305862d24 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. 2024092001 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024100101 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -129,6 +129,7 @@ auth-4.9.0-alpha1.security-status 60 IN TXT "2 Unsupported auth-4.9.0-beta2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" auth-4.9.0.security-status 60 IN TXT "1 OK" auth-4.9.1.security-status 60 IN TXT "1 OK" +auth-4.9.2.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/"