From fb18fa7ad4f3a5d01fbb807f53d19c4beba5f446 Mon Sep 17 00:00:00 2001 From: Otto Date: Wed, 1 Dec 2021 16:21:09 +0100 Subject: [PATCH] Prep for rec-4.6.0-rc1 --- docs/secpoll.zone | 3 ++- pdns/recursordist/docs/changelog/4.6.rst | 33 ++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 7ac76caf04..d5d5e27e44 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. 2021112901 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021120301 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -283,6 +283,7 @@ recursor-4.6.0-alpha1.security-status 60 IN TXT "1 Unsupported recursor-4.6.0-alpha2.security-status 60 IN TXT "1 Unsupported pre-release" recursor-4.6.0-beta1.security-status 60 IN TXT "1 Unsupported pre-release" recursor-4.6.0-beta2.security-status 60 IN TXT "1 Unsupported pre-release" +recursor-4.6.0-rc1.security-status 60 IN TXT "1 Unsupported pre-release" ; 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.6.rst b/pdns/recursordist/docs/changelog/4.6.rst index 1804a28309..a2c205dd6b 100644 --- a/pdns/recursordist/docs/changelog/4.6.rst +++ b/pdns/recursordist/docs/changelog/4.6.rst @@ -1,6 +1,39 @@ Changelogs for 4.6.X ==================== +.. changelog:: + :version: 4.6.0-rc1 + :released: 3rd of December 2021 + + .. change:: + :tags: Bug Fixes + :pullreq: 11055 + :tickets: 10982 + + Condition to HAVE_SYSTEMD_WITH_RUNTIME_DIR_ENV is reversed. + During build, the runtime directory in the service files for virtual-hosting are now correctly generated. + + .. change:: + :tags: Bug Fixes + :pullreq: 11025 + :tickets: 10994, 11010 + + Do cache negcache results, even when wasVariable() is true. + + .. change:: + :tags: Bug Fixes + :pullreq: 11022 + :tickets: 11018 + + Fix logic botch in TCP code introduced by notify handling in 4.6.0-beta2. + + .. change:: + :tags: Bug Fixes + :pullreq: 11016 + :tickets: 11005 + + Include sys/time.h; needed on musl. + .. changelog:: :version: 4.6.0-beta2 :released: 17th of November 2021 -- 2.47.2