From 85ccb869776fafff41191320a2cfb465e0fee799 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 25 Jun 2019 11:33:48 +0200 Subject: [PATCH] Merge pull request #7966 from omoerbeek/rec-4.2.0-rc2-changelog Changelog and secpoll for upcoming rec-4.2.0-rc2 release. --- docs/secpoll.zone | 3 +- pdns/recursordist/docs/changelog/4.2.rst | 35 ++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index c5021f691..4b57febe7 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. 2019062101 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019062501 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. ; Auth @@ -190,6 +190,7 @@ recursor-4.1.14.security-status 60 IN TXT "1 OK" recursor-4.2.0-alpha1.security-status 60 IN TXT "1 OK" recursor-4.2.0-beta1.security-status 60 IN TXT "1 OK" recursor-4.2.0-rc1.security-status 60 IN TXT "1 OK" +recursor-4.2.0-rc2.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.2.rst b/pdns/recursordist/docs/changelog/4.2.rst index 9fbeb8bdb..0c92d0c13 100644 --- a/pdns/recursordist/docs/changelog/4.2.rst +++ b/pdns/recursordist/docs/changelog/4.2.rst @@ -1,6 +1,41 @@ Changelogs for 4.2.x ==================== +.. changelog:: + :version: 4.2.0-rc2 + :released: 25th of June 2019 + + .. change:: + :tags: Bug Fixes + :pullreq: 7995 + + Handle short reads from our random device + + .. change:: + :tags: Bug Fixes + :pullreq: 7953 + + Check if -latomic is needed instead of hardcoding + + .. change:: + :tags: Improvements, Internals + :pullreq: 7939 + + Compare the CacheKey type and place first then the name + + .. change:: + :tags: Bug Fixes, Internals + :pullreq: 7931 + + Don't mix time() and gettimeofday() in our unit tests + + .. change:: + :tags: Bug Fixes, Internals + :pullreq: 7954 + + SuffixMatchTree fixes + + .. changelog:: :version: 4.2.0-rc1 :released: 23th of May 2019 -- 2.40.0