]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.9.7 and 5.0.7 releases 14401/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 2 Jul 2024 07:46:10 +0000 (09:46 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 2 Jul 2024 10:11:03 +0000 (12:11 +0200)
docs/secpoll.zone
pdns/recursordist/docs/appendices/EOL.rst
pdns/recursordist/docs/changelog/4.9.rst
pdns/recursordist/docs/changelog/5.0.rst

index 786b6936895453ee35f5354d3195bd1062ae076a..20d3dd5e79c1ed030e39dd6809493d139ed5d23c 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024062501 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024070300 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -373,6 +373,7 @@ recursor-4.9.3.security-status                          60 IN TXT "1 OK"
 recursor-4.9.4.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2024-02.html"
 recursor-4.9.5.security-status                          60 IN TXT "1 OK"
 recursor-4.9.6.security-status                          60 IN TXT "1 OK"
+recursor-4.9.7.security-status                          60 IN TXT "1 OK"
 recursor-5.0.0-alpha1.security-status                   60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-5.0.0-alpha2.security-status                   60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-5.0.0-beta1.security-status                    60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
@@ -385,6 +386,7 @@ recursor-5.0.3.security-status                          60 IN TXT "3 Upgrade now
 recursor-5.0.4.security-status                          60 IN TXT "1 OK"
 recursor-5.0.5.security-status                          60 IN TXT "1 OK"
 recursor-5.0.6.security-status                          60 IN TXT "1 OK"
+recursor-5.0.7.security-status                          60 IN TXT "1 OK"
 recursor-5.1.0-alpha1.security-status                   60 IN TXT "2 Superseded pre-release"
 recursor-5.1.0-beta1.security-status                    60 IN TXT "2 Superseded pre-release"
 recursor-5.1.0-rc1.security-status                      60 IN TXT "1 Unsupported pre-release"
index 3f718be21cea64d37c5640867e0d823a33bba9e1..bfea44414ba721a98951ec3e95e436d9a27f7a39 100644 (file)
@@ -45,7 +45,7 @@ That means that we ask you to reproduce potential issues on the latest minor rel
    * - 4.8
      - December 12 2022
      - June 30 2023
-     - June 30 2024
+     - EOL June 30 2024
    * - 4.7
      - May 30 2022
      - December 12 2022
index a6e6ddb14257d45346992856275595763d2a574a..f2d9ccafc820e63a827732f0e8bb50a1e2047d67 100644 (file)
@@ -1,6 +1,24 @@
 Changelogs for 4.9.X
 ====================
 
+.. changelog::
+  :version: 4.9.7
+  :released: 3rd of July 2024
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14380
+    :tickets: 14373
+
+    Remove potential double SOA records if the target of a dns64 name is NODATA.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14352
+    :tickets: 14346
+
+    Fix TCP case for policy tags to not produce cached tags in protobuf messages.
+
 .. changelog::
   :version: 4.9.6
   :released: 14th of May 2024
index d550fed95cf0664b4ae03cb6939a827b4a9616b2..20171f4d49ece0e492d3eda0de69509cd3c5a59f 100644 (file)
@@ -3,6 +3,31 @@ Changelogs for 5.0.X
 
 Before upgrading, it is advised to read the :doc:`../upgrade`.
 
+.. changelog::
+   :version: 5.0.7
+   :released: 3rd of July 2024
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14379
+    :tickets: 14373
+
+    Remove potential double SOA records if the target of a dns64 name is NODATA.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14351
+    :tickets: 14346
+
+    Fix TCP case for policy tags to not produce cached tags in protobuf messages.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14348
+    :tickets: 14340
+
+    Count substituted remote in case of proxy protocol.
+
 .. changelog::
    :version: 5.0.6
    :released: 5th of June 2024