From: Pieter Lexis Date: Wed, 8 Jun 2016 11:46:45 +0000 (+0200) Subject: Add Recursor RC1 changelog X-Git-Tag: auth-4.0.0-rc1~55^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5487d3db9cc6c4d3d0e261ed1d03fb3cacafbc7;p=pdns Add Recursor RC1 changelog --- diff --git a/docs/markdown/changelog.raw.md b/docs/markdown/changelog.raw.md index 93e43033f..8753d9dff 100644 --- a/docs/markdown/changelog.raw.md +++ b/docs/markdown/changelog.raw.md @@ -44,6 +44,27 @@ In addition to this cleanup, which has many internal benefits and solves longsta Please be aware that beyond the items listed here, there have been heaps of tiny changes. As always, please carefully test a new release before deploying it. +## PowerDNS Recursor 4.0.0-rc1 +Released June 9th 2016 + +This first (and hopefully last) Release Candidate contains the finishing touches +to the experimental DNSSEC support by adding (Negative) Trust Anchor support and +fixing a possible issue with DNSSEC and forwarded domains: + +- [#3910](https://github.com/PowerDNS/pdns/pull/3910) Add (Negative) Trust Anchor management +- [#3926](https://github.com/PowerDNS/pdns/pull/3926) Set +CD on forwarded recursive queries + +Other changes: + +- [#3941](https://github.com/PowerDNS/pdns/pull/3941) Ensure delegations from local auth zones are followed +- [#3924](https://github.com/PowerDNS/pdns/pull/3924) Add a virtual hosting unit-file +- [#3929](https://github.com/PowerDNS/pdns/pull/3929) Set the FDs in the unit file to a sane value + +Bug fixes: + +- [#3961](https://github.com/PowerDNS/pdns/pull/3961) Fix building on EL6 i386 +- [#3957](https://github.com/PowerDNS/pdns/pull/3957) Add error reporting when parsing forward-zones(-recurse) (Aki Tuomi) + ## PowerDNS Recursor 4.0.0-beta1 Released May 27th 2016 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index ebe0a6395..4b4dec668 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. 2016060301 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2016060801 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. ; Auth @@ -99,6 +99,7 @@ recursor-4.0.0-alpha1.security-status 60 IN TXT "0 Unknown, pr recursor-4.0.0-alpha2.security-status 60 IN TXT "0 Unknown, prerelease" recursor-4.0.0-alpha3.security-status 60 IN TXT "0 Unknown, prerelease" recursor-4.0.0-beta1.security-status 60 IN TXT "0 Unknown, prerelease" +recursor-4.0.0-rc1.security-status 60 IN TXT "0 Unknown, prerelease" ; Recursor Debian recursor-3.6.2-2.debian.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/md/security/powerdns-advisory-2015-01/"