From: Otto Moerbeek Date: Fri, 12 Jul 2019 08:15:40 +0000 (+0200) Subject: Changelog and secpoll for upcoming rec-4.2.0 release X-Git-Tag: dnsdist-1.4.0-rc1~49^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c21bf8193ddd59f32cccc5f35eaad80c03d24809;p=pdns Changelog and secpoll for upcoming rec-4.2.0 release --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index e4357546a..38c2f099e 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. 2019070401 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019071601 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @ 3600 IN NS tmpdns.powerdns.com. @@ -192,6 +192,7 @@ 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-4.2.0.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 0c92d0c13..4d90deb9e 100644 --- a/pdns/recursordist/docs/changelog/4.2.rst +++ b/pdns/recursordist/docs/changelog/4.2.rst @@ -1,13 +1,37 @@ Changelogs for 4.2.x ==================== +.. changelog:: + :version: 4.2.0 + :released: 16th of July 2019 + + .. change:: + :tags: Bug Fixes + :pullreq: 8052 + + Limit compression pointers to 14 bits + + .. change:: + :tags: Bug fixes + :pullreq: 8009 + + Fix the export of only outgoing queries or incoming responses + + .. change:: + :tags: Improvements, Internals + :pullreq: 8005 + :tickets: 7981 + + Clear CMSG_SPACE(sizeof(data)) in cmsghdr to appease valgrind + + .. changelog:: :version: 4.2.0-rc2 :released: 25th of June 2019 .. change:: :tags: Bug Fixes - :pullreq: 7995 + :pullreq: 7955 Handle short reads from our random device