From: Otto Moerbeek Date: Wed, 23 Aug 2023 09:16:50 +0000 (+0200) Subject: Prep for upcoming rec 4.7.6, 4.8.5 and 4.9.1 releases X-Git-Tag: rec-5.0.0-alpha1~40^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13165%2Fhead;p=thirdparty%2Fpdns.git Prep for upcoming rec 4.7.6, 4.8.5 and 4.9.1 releases --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 368d759870..a0cecc6af8 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. 2023070701 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023082501 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -341,6 +341,7 @@ recursor-4.7.2.security-status 60 IN TXT "3 Upgrade now recursor-4.7.3.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2023-02.html" recursor-4.7.4.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2023-02.html" recursor-4.7.5.security-status 60 IN TXT "1 OK" +recursor-4.7.6.security-status 60 IN TXT "1 OK" recursor-4.8.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.8.0-beta1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.8.0-beta2.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" @@ -350,10 +351,12 @@ recursor-4.8.1.security-status 60 IN TXT "3 Upgrade now recursor-4.8.2.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2023-02.html" recursor-4.8.3.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2023-02.html" recursor-4.8.4.security-status 60 IN TXT "1 OK" +recursor-4.8.5.security-status 60 IN TXT "1 OK" recursor-4.9.0-alpha1.security-status 60 IN TXT "2 Unsupported pre-release" recursor-4.9.0-beta1.security-status 60 IN TXT "2 Unsupported pre-release" recursor-4.9.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release" recursor-4.9.0.security-status 60 IN TXT "1 OK" +recursor-4.9.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.7.rst b/pdns/recursordist/docs/changelog/4.7.rst index f30e8f1568..bbe7eb4548 100644 --- a/pdns/recursordist/docs/changelog/4.7.rst +++ b/pdns/recursordist/docs/changelog/4.7.rst @@ -1,6 +1,38 @@ Changelogs for 4.7.X ==================== +.. changelog:: + :version: 4.7.6 + :released: 25th of August 2023 + + .. change:: + :tags: Bug Fixes + :pullreq: 13157 + :tickets: 13105 + + (I)XFR: handle partial read of len prefix. + + .. change:: + :tags: Bug Fixes + :pullreq: 13079 + :tickets: 12892 + + YaHTTP: Prevent integer overflow on very large chunks. + + .. change:: + :tags: Bug Fixes + :pullreq: 13075 + :tickets: 12961 + + Work around Red Hat 8 misfeature in OpenSSL's headers. + + .. change:: + :tags: Bug Fixes + :pullreq: 13058 + :tickets: 13021 + + Fix setting of policy tags for packet cache hits. + .. changelog:: :version: 4.7.5 :released: 29th of March 2023 diff --git a/pdns/recursordist/docs/changelog/4.8.rst b/pdns/recursordist/docs/changelog/4.8.rst index 888633f8d4..a560303683 100644 --- a/pdns/recursordist/docs/changelog/4.8.rst +++ b/pdns/recursordist/docs/changelog/4.8.rst @@ -1,6 +1,45 @@ Changelogs for 4.8.X ==================== +.. changelog:: + :version: 4.8.5 + :released: 25th of August 2023 + + .. change:: + :tags: Bug Fixes + :pullreq: 13158 + :tickets: 13105 + + (I)XFR: handle partial read of len prefix. + + .. change:: + :tags: Bug Fixes + :pullreq: 13078 + :tickets: 12892 + + YaHTTP: Prevent integer overflow on very large chunks. + + .. change:: + :tags: Bug Fixes + :pullreq: 13077 + :tickets: 12935 + + Stop using the now deprecated ERR_load_CRYPTO_strings() to detect OpenSSL. + + .. change:: + :tags: Bug Fixes + :pullreq: 13076 + :tickets: 12961 + + Work around Red Hat 8 misfeature in OpenSSL's headers. + + .. change:: + :tags: Bug Fixes + :pullreq: 13056 + :tickets: 13021 + + Fix setting of policy tags for packet cache hits. + .. changelog:: :version: 4.8.4 :released: 29th of March 2023 diff --git a/pdns/recursordist/docs/changelog/4.9.rst b/pdns/recursordist/docs/changelog/4.9.rst index 657b809a7b..e0c7fc956b 100644 --- a/pdns/recursordist/docs/changelog/4.9.rst +++ b/pdns/recursordist/docs/changelog/4.9.rst @@ -1,11 +1,64 @@ Changelogs for 4.9.X ==================== +.. changelog:: + :version: 4.9.1 + :released: 25th of August 2023 + + .. change:: + :tags: Bug Fixes + :pullreq: 13163 + :tickets: 13071 + + Fix code producing json. + + .. change:: + :tags: Bug Fixes + :pullreq: 13161 + :tickets: 13106 + + Replace data in the aggressive cache if new data becomes available. + + .. change:: + :tags: Bug Fixes + :pullreq: 13160 + :tickets: 13151 + + Fix a few typos in log messages. + + .. change:: + :tags: Bug Fixes + :pullreq: 13159 + :tickets: 13105 + + (I)XFR: handle partial read of len prefix. + + .. change:: + :tags: Bug Fixes + :pullreq: 13057 + :tickets: 13021 + + Fix setting of policy tags on packet cache hits. + + .. change:: + :tags: Bug Fixes + :pullreq: 12995 + :tickets: 12961 + + Work around Red Hat 8 misfeature OpenSSL's headers. + + .. change:: + :tags: Bug Fixes + :pullreq: 12994 + :tickets: 12935 + + Stop using the now deprecated ERR_load_CRYPTO_strings() to detect OpenSSL. + .. changelog:: :version: 4.9.0 :released: 30th of June 2023 Please review the :doc:`Upgrade Guide <../upgrade>` before upgrading from versions < 4.9.x. - + .. change:: :tags: Bug Fixes :pullreq: 12968