From: Peter van Dijk Date: Tue, 17 Sep 2013 09:05:57 +0000 (+0200) Subject: recursor 3.5.3 docs X-Git-Tag: rec-3.6.0-rc1~438 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=881e98a7871468342517432e32d47d8dbb6a5bec;p=pdns recursor 3.5.3 docs --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 435f5f9df..bbd994c7a 100755 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -93,6 +93,58 @@ Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately. + PowerDNS Recursor version 3.5.3 + + + Released September 17th, 2013 + + + Downloads: + + + + Official download page + + + + + native RHEL5/6 packages from Kees Monshouwer + + + + + + + This is a bugfix and performance update to 3.5.2. It brings serious performance improvements for dual stack users. + + + Changes since 3.5.2: + + + + 3.5 replaced our ANY query with A+AAAA for users with IPv6 enabled. Extensive measurements by Darren Gamble + showed that this change had a non-trivial performance impact. We now do the ANY query like before, but fall + back to the individual A+AAAA queries when necessary. Change in g1147a8b. + + + + + The IPv6 address for d.root-servers.net was added in g66cf384, thanks Ralf van der Enden. + + + + + We now drop packets with a non-zero opcode (i.e. special packets like DNS UPDATE) earlier on. If the experimental pdns-distributes-queries flag is enabled, this fix avoids a crash. Normal setups were never susceptible to this crash. Code in g35bc40d, closes t945. + + + + + TXT handling was somewhat improved in g4b57460, closing t795. + + + + + PowerDNS Recursor version 3.5.2