PowerDNS is een DNS server met een database als back-end waardoor het beheer van een groot aantal DNS entries op een gemakkelijk manier kan plaats vinden. Versie 2.9.15 is sinds korte tijd beschikbaar met het volgende changelog:
This release fixes up some of the shortcomings in 2.9.14, and adds some new features too.
Bugfixes:Improvements:
- allow-recursion-override was on by default, it was meant to be off.
- Logging was still off in daemon mode, fixed.
- debian/rules forgot to build an sqllite package
- Recursor accidentally linked in MySQL - this was the result of an experiment with a persistent recursor cache.
- The PowerDNS recursor had stability problems. It now sorts nameservers (roughly) by responsiveness. The 'roughly' part upset the sorting algorithm used, the speeds being sorted on changed during sorting.
- The recursor now outputs the nameserver average response times in trace mode
- LDAP compiles again.
[break]De volgende downloads zijn beschikbaar:
- zone2sql can now accept - as a filename which causes it to read stdin. This allows the following to work: dig axfr ds9a.nl | zone2sql --gmysql --zone=- | mysql pdns, which is a nice way to import a zone.
- zone2sql now ignores duplicate SOA records which are identical - which also makes the above possible.
- Remove libpqpp dependencies - since we now use the native C API for PostgreSQL
Unix/Win32: GPL Sources
Linux: Debian Static
Linux: RPM Static (Generic RPM, Redhat 6.x and 7.x)