]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth-4.8.3: changelog and secpoll 13317/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 2 Oct 2023 15:03:44 +0000 (17:03 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 2 Oct 2023 15:06:07 +0000 (17:06 +0200)
docs/changelog/4.8.rst
docs/secpoll.zone

index 37f772e6bd64ac3db69b0a46280632a899698a80..f78374738c9eb94095febcd75a645bda8e2e9df0 100644 (file)
@@ -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
index e815725a20a8a08270a4a0f41cc5bc36e7f1fb5f..4c5730563ad4dd009009fff70e347fcabf5119c7 100644 (file)
@@ -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/"