From: Otto Moerbeek Date: Mon, 7 Mar 2022 08:52:33 +0000 (+0100) Subject: Prep for 4.5.9 and 4.6.2 releases X-Git-Tag: rec-4.7.0-beta1~16^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26af72575b82aa7f738ca3d3782ff148dacfd0cc;p=thirdparty%2Fpdns.git Prep for 4.5.9 and 4.6.2 releases --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index e39fb2a106..64262c370e 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. 2022032508 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022040400 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -301,6 +301,7 @@ recursor-4.5.5.security-status 60 IN TXT "3 Upgrade now recursor-4.5.6.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-01.html" recursor-4.5.7.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-01.html" recursor-4.5.8.security-status 60 IN TXT "1 OK" +recursor-4.5.9.security-status 60 IN TXT "1 OK" recursor-4.6.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.6.0-alpha2.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.6.0-beta1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" @@ -308,6 +309,7 @@ recursor-4.6.0-beta2.security-status 60 IN TXT "3 Unsupported recursor-4.6.0-rc1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.6.0.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-01.html" recursor-4.6.1.security-status 60 IN TXT "1 OK" +recursor-4.6.2.security-status 60 IN TXT "1 OK" recursor-4.7.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release (known vulnerabilities)" ; Recursor Debian diff --git a/pdns/recursordist/docs/changelog/4.5.rst b/pdns/recursordist/docs/changelog/4.5.rst index 2041f8ad48..5eaece4a2e 100644 --- a/pdns/recursordist/docs/changelog/4.5.rst +++ b/pdns/recursordist/docs/changelog/4.5.rst @@ -1,6 +1,31 @@ Changelogs for 4.5.X ==================== +.. changelog:: + :version: 4.5.9 + :released: 4th of April 2022 + + .. change:: + :tags: Bug Fixes + :pullreq: 11419 + :tickets: 11371 + + Be more careful using refresh mode only for the record asked. + + .. change:: + :tags: Bug Fixes + :pullreq: 11384 + :tickets: 11300 + + Use the Lua context stored in SyncRes when calling hooks. + + .. change:: + :tags: Improvements + :pullreq: 11024 + :tickets: 10994, 11010 + + Do cache negative results, even when wasVariable() is true. + .. changelog:: :version: 4.5.8 :released: 25th of March 2022 diff --git a/pdns/recursordist/docs/changelog/4.6.rst b/pdns/recursordist/docs/changelog/4.6.rst index 0cdfc59a66..767d889e65 100644 --- a/pdns/recursordist/docs/changelog/4.6.rst +++ b/pdns/recursordist/docs/changelog/4.6.rst @@ -1,5 +1,91 @@ Changelogs for 4.6.X ==================== +.. changelog:: + :version: 4.6.2 + :released: 4th of April 2022 + + .. change:: + :tags: Bug Fixes + :pullreq: 11418 + :tickets: 11371 + + Be more careful using refresh mode only for the record asked. + + .. change:: + :tags: Bug Fixes + :pullreq: 11380 + :tickets: 11300 + + Use the Lua context stored in SyncRes when calling hooks. + + .. change:: + :tags: Bug Fixes + :pullreq: 11363 + :tickets: 11338 + + QType ADDR is supposed to be used internally only. + + .. change:: + :tags: Bug Fixes + :pullreq: 11362 + :tickets: 11327 + + If we get NODATA on an AAAA in followCNAMERecords, try native dns64. + + .. change:: + :tags: Improvements + :pullreq: 11360 + :tickets: 11283 + + Allow disabling of processing the root hints. + + .. change:: + :tags: Improvements + :pullreq: 11361 + :tickets: 11288 + + Log an error if pdns.DROP is used as rcode in Lua callbacks. + + .. change:: + :tags: Bug Fixes + :pullreq: 11359 + :tickets: 11257 + + Initialize isNew before calling a exception throwing function. + + .. change:: + :tags: Improvements + :pullreq: 11358 + :tickets: 11245 + + A CNAME answer on DS query should abort DS retrieval. + + .. change:: + :tags: Improvements + :pullreq: 11357 + :tickets: 11225 + + Reject non-apex NSEC(3)s that have both the NS and SOA bits set. + + .. change:: + :tags: Improvements + :pullreq: 11260 + + Fix build with OpenSSL 3.0.0. + + .. change:: + :tags: Improvements + :pullreq: 11170 + :tickets: 11137 + + Shorter thread names. + + .. change:: + :tags: Improvements + :pullreq: 11169 + :tickets: 11109 + + Two more features to print (DoT and scrypt). .. changelog:: :version: 4.6.1 diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 281efe35e4..30e14b4056 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -4,7 +4,7 @@ Upgrade Guide Before upgrading, it is advised to read the :doc:`changelog/index`. When upgrading several versions, please read **all** notes applying to the upgrade. -4.6.x to master +4.6.2 to master --------------- Zone to Cache Changes @@ -22,11 +22,14 @@ New settings ^^^^^^^^^^^^ - The :ref:`setting-save-parent-ns-set` setting has been introduced, enabling fallback cases if the parent ``NS`` set contains names not in the child ``NS`` set. +4.6.1 to 4.6.2 +-------------- + Deprecated and changed settings ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - The :ref:`setting-hint-file` gained a special value ``no`` to indicate that no hint file should not processed. The hint processing code is also made less verbose. -4.5.x to 4.6.0 +4.5.x to 4.6.1 -------------- Offensive language