From: Peter van Dijk Date: Fri, 7 Jun 2013 08:14:32 +0000 (+0200) Subject: rec 3.5.2 docs X-Git-Tag: rec-3.6.0-rc1~700 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8426a8af1b7e04633f1ae69c5649d7685d8386ac;p=pdns rec 3.5.2 docs --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 6ebe4f83b..8b09d196e 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -93,6 +93,52 @@ Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately. + PowerDNS Recursor version 3.5.2 + + + Released June 7th, 2013 + + + Downloads: + + + + Official download page + + + + + native RHEL5/6 packages from Kees Monshouwer + + + + + + + This is a stability and bugfix update to 3.5.1. It contains important fixes that improve operation for certain domains. + + + Changes since 3.5.1: + + + + Responses without the QR bit set now get matched up to an outstanding query, so that resolution can be + aborted early instead of waiting for a timeout. Code in gee90f02. + + + + + The depth limiter changes in 3.5.1 broke some legal domains with lots of indirection. Improved in gd393c2d. + + + + + Slightly improved logging to aid debugging. Code in g437824d and g182005e. + + + + + PowerDNS Authoritative Server version 3.3 RC