]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Prep for rec-4.9.8, rec-5.0.8 and rec-5.1.1 14520/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 22 Jul 2024 07:45:53 +0000 (09:45 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 22 Jul 2024 07:45:53 +0000 (09:45 +0200)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.9.rst
pdns/recursordist/docs/changelog/5.0.rst
pdns/recursordist/docs/changelog/5.1.rst

index c35c48e8d64c38eb0e57c281e396429162bd19a9..1a0740c4ed2d91068df554ac9f45e4424d0de7eb 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024071601 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024072301 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -374,6 +374,7 @@ recursor-4.9.4.security-status                          60 IN TXT "3 Upgrade now
 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-4.9.8.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)"
@@ -387,10 +388,12 @@ 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.0.8.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 "2 Superseded pre-release"
 recursor-5.1.0.security-status                          60 IN TXT "1 OK"
+recursor-5.1.1.security-status                          60 IN TXT "1 OK"
 
 ; Recursor Debian
 recursor-3.6.2-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-2016-02/"
index f2d9ccafc820e63a827732f0e8bb50a1e2047d67..7516aa84f42aac29c534e4c07ab9b10fdeb09c0a 100644 (file)
@@ -1,6 +1,45 @@
 Changelogs for 4.9.X
 ====================
 
+.. changelog::
+  :version: 4.9.8
+  :released: 23rd of July 2024
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14503
+    :tickets: 14499
+
+    Optimize processing of additionals.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14483
+    :tickets: 14471
+
+    Dump right SOA into dumpFile and report non-relative SOA for includeSOA=true.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14480
+    :tickets: 14404
+
+    Yahttp router: avoid unsigned underflow in route().
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14413
+    :tickets: 14400
+
+    Switch el7 builds to Oracle Linux 7.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14416
+    :tickets: 14359
+
+    dns.cc: use pdns::views::UnsignedCharView.
+
 .. changelog::
   :version: 4.9.7
   :released: 3rd of July 2024
index 20171f4d49ece0e492d3eda0de69509cd3c5a59f..8491061cd7853c70108c13b279220dca3cf02f11 100644 (file)
@@ -3,6 +3,45 @@ Changelogs for 5.0.X
 
 Before upgrading, it is advised to read the :doc:`../upgrade`.
 
+.. changelog::
+   :version: 5.0.8
+   :released: 23rd of July 2024
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14502
+    :tickets: 14499
+
+    Limit the number of async tasks pushed to resolve NS names and optimize processing of additionals.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14482
+    :tickets: 14471
+
+    Dump right SOA into dumpFile and report non-relative SOA for includeSOA=true.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14479
+    :tickets: 14404
+
+    Yahttp router: avoid unsigned underflow in route().
+
+  .. change::
+    :tags: Improvements.
+    :pullreq: 14412
+    :tickets: 134400
+
+    Switch el7 builds to Oracle Linux 7.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14415
+    :tickets: 14359
+
+    dns.cc: use pdns::views::UnsignedCharView.
+
 .. changelog::
    :version: 5.0.7
    :released: 3rd of July 2024
index c54a91d19b8c998df9d1a8aabf42b6305e1fa430..6ed78884fbc38290c794557e8031d4932d731f79 100644 (file)
@@ -3,6 +3,45 @@ Changelogs for 5.1.X
 
 Before upgrading, it is advised to read the :doc:`../upgrade`.
 
+.. changelog::
+   :version: 5.1.1
+   :released: 23rd of July 2024
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14516
+    :tickets: 14514
+
+    Fix maintenanceCalls vs maintenanceCount in SNMP MIB.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14501
+    :tickets: 14499
+
+    Limit the number of async tasks pushed to resolve NS names and optimizer processing of additionals.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14481
+    :tickets: 14471
+
+    Dump right SOA into dumpFile and report non-relative SOA for includeSOA=true.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14478
+    :tickets: 14404
+
+    Yahttp router: avoid unsigned underflow in match().
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14477
+    :tickets: 14459
+
+    Move default Docker config to YAML.
+
 .. changelog::
   :version: 5.1.0
   :released: 10th of July 2024