]> granicus.if.org Git - pdns/commitdiff
Add Recursor RC1 changelog
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 8 Jun 2016 11:46:45 +0000 (13:46 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 8 Jun 2016 15:35:48 +0000 (17:35 +0200)
docs/markdown/changelog.raw.md
docs/secpoll.zone

index 93e43033f428b955f470d49eaef7318352aa7a86..8753d9dffee21f9d9286fd59351c1552e5eb453b 100644 (file)
@@ -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
 
index ebe0a639568d639a81b727588a618ef9dde11f8d..4b4dec668f795fe11579440161cd55ea11c97970 100644 (file)
@@ -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/"