From: Otto Moerbeek Date: Fri, 11 Dec 2020 13:30:42 +0000 (+0100) Subject: Prep for rec 4.4.2 release X-Git-Tag: rec-4.5.0-alpha1~70^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9855%2Fhead;p=thirdparty%2Fpdns.git Prep for rec 4.4.2 release --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 499824267b..849b29bef1 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020120701 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020121401 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -246,6 +246,7 @@ recursor-4.4.0-rc1.security-status 60 IN TXT "3 Unsupported recursor-4.4.0-rc2.security-status 60 IN TXT "3 Unsupported pre-release" recursor-4.4.0.security-status 60 IN TXT "1 OK" recursor-4.4.1.security-status 60 IN TXT "1 OK" +recursor-4.4.2.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.4.rst b/pdns/recursordist/docs/changelog/4.4.rst index 42b45b3b67..715616a692 100644 --- a/pdns/recursordist/docs/changelog/4.4.rst +++ b/pdns/recursordist/docs/changelog/4.4.rst @@ -1,6 +1,57 @@ Changelogs for 4.4.x ==================== +.. changelog:: + :version: 4.4.2 + :released: 14th of December 2020 + + .. change:: + :tags: Improvements + :pullreq: 9837 + + UUID: Use the non-cryptographic variant of the boost::uuid. + + .. change:: + :tags: Improvements + :pullreq: 9838 + + Keep a cached, valid entry over a fresher Bogus one. + + .. change:: + :tags: Improvements + :pullreq: 9799 + :tickets: 9574 + + Ensure socket-dir matches runtime directory on old systemd + + .. change:: + :tags: Bug Fixes + :pullreq: 9825 + :tickets: 9807 + + Untangle the validation/resolving qnames and qtypes. + + .. change:: + :tags: Improvements + :pullreq: 9821 + :tickets: 9597 + + Move to several distinct Bogus states, for easier debugging. + + .. change:: + :tags: Improvements + :pullreq: 9805 + :tickets: 9790 + + Do not chase CNAME during qname minimization step 4. + + .. change:: + :tags: Bug Fixes + :pullreq: 9774 + :tickets: 9766 + + APL records: fix endianness problem. + .. changelog:: :version: 4.4.1 :released: 25th of November 2020