From: Peter van Dijk Date: Thu, 28 Mar 2013 10:31:38 +0000 (+0000) Subject: 3.5-rc3 docs X-Git-Tag: rec-3.5-rc3~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a2e9154165b3725ad9311ea21873146c8933717;p=pdns 3.5-rc3 docs git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3134 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index d54dd5154..f5be938c3 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -101,12 +101,15 @@ 3.5-RC2 released on February 11th 2013 + + 3.5-RC3 release on March 28th 2013 + Downloads: - source + source @@ -116,7 +119,7 @@ - native RHEL5/6 packages from Kees Monshouwer + native RHEL5/6 packages from Kees Monshouwer @@ -133,6 +136,49 @@ 3.4, we are skipping an actual 3.4 release to avoid confusion. + + Changes between RC2 and RC3: + + + + Use private temp dir when running under systemd, thanks Morten Stevens and Ruben Kerkhof. Change in r3105. + + + + + NSD mistakenly compresses labels for RP and other types, violating a MUST in RFC 3597. + Recursor does not decompress these labels, violating a SHOULD in RFC3597. We now + decompress these labels, and reportedly NSD will stop compressing them. Reported by + Jan-Piet Mens, fixed in r3109. + + + + + When forwarding to another recursor, we would handle responses to ANY queries + incorrectly. Spotted by Jan-Piet Mens, fixed in r3116, closes t704. + + + + + Our local-nets definition (used as a default for some settings) now includes the + networks from RFC 3927 and RFC 6598. Reported by Maik Zumstrull, fixed in r3122. + + + + + The RC1 change to stop using ANY queries to get A+AAAA for name servers in one go + had a 5% performance impact. This impact is corrected in r3132. Thanks to Winfried + Angele for measuring and reporting this. Closees t710. + + + + + New command 'rec_control dump-nsspeeds' will dump our NS speeds (latency) cache. + Code in r3131. + + + + Changes between RC1 and RC2: @@ -142,7 +188,7 @@ 'Ghost Domain Names: Revoked Yet Still Resolvable', further investigation showed that a variant of the attack could work. This was fixed in r3085. This should also close the slightly bogus - CVE-2012-1193. + CVE-2012-1193. Closes t668.