]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth-4.8.2: secpoll&docs 13215/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 6 Sep 2023 13:49:26 +0000 (15:49 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 7 Sep 2023 07:55:47 +0000 (09:55 +0200)
docs/changelog/4.8.rst
docs/secpoll.zone

index b8374f947fc521c00d3d92ca28b3e36706b11158..37f772e6bd64ac3db69b0a46280632a899698a80 100644 (file)
@@ -1,6 +1,46 @@
 Changelogs for 4.8.x
 ====================
 
+.. changelog::
+  :version: 4.8.2
+  :released: 7th of September 2023
+
+  This is release 4.8.2 of the Authoritative Server.
+
+  Please review the :doc:`Upgrade Notes <../upgrading>` before upgrading from versions < 4.8.x.
+
+  This release contains a small collection of fixes:
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13186
+
+    (I)XFR: handle partial read of len prefix
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13187
+
+    fix code producing json
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13188
+
+    calidns: fix setting an ECS source of 0
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13189
+
+    Fix incorrect optsize
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13099
+
+    lmdb: when broadcasting indexes, -do- rewrite them even if they are unchanged
+
 .. changelog::
   :version: 4.8.1
   :released: 7th of July 2023
index a0cecc6af8ebeeae2a25aa17aa165048667b5eb4..1a6a35ba13a3d09fb7c1534231b31b1c867fbd80 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023082501 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023090701 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -122,6 +122,7 @@ auth-4.8.0-alpha1.security-status                       60 IN TXT "2 Unsupported
 auth-4.8.0-beta1.security-status                        60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 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 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/"