From: Peter van Dijk Date: Fri, 30 May 2014 06:23:12 +0000 (+0200) Subject: update rec 3.6.0 release notes X-Git-Tag: rec-3.6.0-rc1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6dfa83c37a515aa6358940b27779738b4b252d44;p=thirdparty%2Fpdns.git update rec 3.6.0 release notes --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 36ea413606..6c149df8ab 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -93,7 +93,7 @@ Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately. - PowerDNS Recursor version 3.6 + PowerDNS Recursor version 3.6.0 UNRELEASED @@ -102,6 +102,11 @@ New features: + + + gaadceba: Implement minimum-ttl-override config setting, plus runtime configurability via 'rec_control set-minimum-ttl'. + + Lots of work on the JSON API, which is exposed via Aki Tuomi's 'yahttp'. Massive thanks to Christian Hofstaedtler for delivering @@ -158,11 +163,27 @@ Described in this post. Also comes with new metric 'failed-host-entries' in g406f46f. + + + g21e7976: Implement "followCNAMERecords" feature in the Lua hooks. + + Improvements: + + + g06ea901: make pdns-distributes-queries use a hash so related queries get sent to the same thread. Original idea by Winfried Angele. Astoundingly effective, approximately halves CPU usage! + + + + + gb13e737: --help now writes to stdout instead of stderr. Thanks Winfried Angele. + + + To aid in limiting DoS attacks, when truncating a response, we actually truncate all the way @@ -227,14 +248,30 @@ to Niels Bakker and 'sid3windr' for insight & debugging. Closes t844. Fixes: - + + + 0c9de4fc: stay away from getaddrinfo unless we really can't help it for ascii ipv6 conversions to binary + + + + + + g08f3f63: fix average latency calculation, closing t424. + + + + + g75ba907: Some of our counters were still 32 bits, now 64. + + + g2f22827: Fix statistics and stability when running with pdns-distributes-queries. - g6196f90: avoid merging old and new additional data, fixes an issue caused by weird (but proably legal) Akamai behaviour + g6196f90: avoid merging old and new additional data, fixes an issue caused by weird (but probably legal) Akamai behaviour @@ -261,11 +298,6 @@ to Niels Bakker and 'sid3windr' for insight & debugging. Closes t844. All old workarounds for supporting Windows of the XP era have been removed. - - - Add (theoretical) support for 64 bit bigendian DNSSEC processing (g0c37420). - - Fix issues on S390X based systems which have unsigned characters (g916a0fd)