From b9e9ca9d2396b5aa22de58d0557c58358ca8f17f Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 22 Jul 2024 09:45:53 +0200 Subject: [PATCH] rec: Prep for rec-4.9.8, rec-5.0.8 and rec-5.1.1 --- docs/secpoll.zone | 5 ++- pdns/recursordist/docs/changelog/4.9.rst | 39 ++++++++++++++++++++++++ pdns/recursordist/docs/changelog/5.0.rst | 39 ++++++++++++++++++++++++ pdns/recursordist/docs/changelog/5.1.rst | 39 ++++++++++++++++++++++++ 4 files changed, 121 insertions(+), 1 deletion(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index c35c48e8d6..1a0740c4ed 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. 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/" diff --git a/pdns/recursordist/docs/changelog/4.9.rst b/pdns/recursordist/docs/changelog/4.9.rst index f2d9ccafc8..7516aa84f4 100644 --- a/pdns/recursordist/docs/changelog/4.9.rst +++ b/pdns/recursordist/docs/changelog/4.9.rst @@ -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 diff --git a/pdns/recursordist/docs/changelog/5.0.rst b/pdns/recursordist/docs/changelog/5.0.rst index 20171f4d49..8491061cd7 100644 --- a/pdns/recursordist/docs/changelog/5.0.rst +++ b/pdns/recursordist/docs/changelog/5.0.rst @@ -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 diff --git a/pdns/recursordist/docs/changelog/5.1.rst b/pdns/recursordist/docs/changelog/5.1.rst index c54a91d19b..6ed78884fb 100644 --- a/pdns/recursordist/docs/changelog/5.1.rst +++ b/pdns/recursordist/docs/changelog/5.1.rst @@ -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 -- 2.47.2