From 22cf0cf5ed02490a7cf32c346615b9b7022e92cf Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 2 Oct 2023 17:03:44 +0200 Subject: [PATCH] auth-4.8.3: changelog and secpoll --- docs/changelog/4.8.rst | 28 ++++++++++++++++++++++++++++ docs/secpoll.zone | 3 ++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/docs/changelog/4.8.rst b/docs/changelog/4.8.rst index 37f772e6bd..f78374738c 100644 --- a/docs/changelog/4.8.rst +++ b/docs/changelog/4.8.rst @@ -1,6 +1,34 @@ Changelogs for 4.8.x ==================== +.. changelog:: + :version: 4.8.3 + :released: 5th of October 2023 + + This is release 4.8.3 of the Authoritative Server. + + Please review the :doc:`Upgrade Notes <../upgrading>` before upgrading from versions < 4.8.x. + + This release contains one new feature (``default-catalog-zone``), one bugfix (in ixfrdist), and a workaround for a bug in the MySQL client libraries. + + .. change:: + :tags: Improvements + :pullreq: 13271 + + smysql: stop explicitly setting MYSQL_OPT_RECONNECT to 0 + + .. change:: + :tags: New Features + :pullreq: 13240 + + add default-catalog-zone setting + + .. change:: + :tags: Bug Fixes + :pullreq: 13316 + + ixfrdist: set AA=1 on SOA responses + .. changelog:: :version: 4.8.2 :released: 7th of September 2023 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index e815725a20..4c5730563a 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. 2023091802 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023100501 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -123,6 +123,7 @@ auth-4.8.0-beta1.security-status 60 IN TXT "2 Unsupported auth-4.8.0.security-status 60 IN TXT "1 OK" 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 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/" -- 2.47.2