Related Projects
We added a page about Related Projects.
Currently the page contains links to ldns and pNet-DNS
Let us know if you are aware about other projects related to, or inspired by Net::DNS.
We added a page about Related Projects.
Currently the page contains links to ldns and pNet-DNS
Let us know if you are aware about other projects related to, or inspired by Net::DNS.
Version 0.59 is a maintenance release.
A number of patches that revolved around the resolution of IPv6 domains have been applied. Dick Franks is acknowledged for his elegant, albeit dense, contributions.
The Question new() method and the Resolver search() have been modified slightly. Please consult the Changes for details.
Please report problems through rt.cpan.org
Version 0.58 is a bug fix maintenance release.
Among the bug fixes documented in Changes are fixes for handling of persistent sockets for Net::DNS::Resolver, fixes for IPv6 tests, fixes in the support for SPF, RFC comform (non)compression behavior of domain names in SRV and NAPTR RRs.
The people reporting the bugs and/or providing patches are acknowledged in the Changes file.
Please report problems through rt.cpan.org
In a recent e-mail thread about misbehaving recursive nameserver David Ulevitch wrote:
Lesson: perl -MNet::DNS::Nameserver -e ‘return new(“$qname $ttl $qclass $qtype $rdata”)’;
…does not a recursive nameserver make…
Version 0.57 contains a minor fix to the test scripts.
In version 0.56 a counter, which determines the number of tests to be skipped when IPv6 is not available, was not increased. That made the test fail whenever v6 is not installed.
Please report problems through rt.cpan.org
Net::DNS Release 0.56 and Net::DNS::SEC Release 0.14 are now available from CPAN.
In Net::DNS::SEC a bug got fixed in the key-tag checking code which gave problems with RSAMD5.
In Net::DNS we introduced
Please report problems through rt.cpan.org
Release 0.55 is now available from CPAN.
Version0.54 contained a problem with TCP Sockets that stayed open even if not requested. This may cause the kernel to run out of TCP slots. I released version 0.55 so shortly after 0.54 since this bug is potentionally harmful with large smamassasin installations.
In addition this release works around a problem that got triggered by the release of Net::DNS::SEC 0.13.
Please report problems through rt.cpan.org
Release 0.13 is now available from CPAN.
This release contains a number of bug fixes and features. See the CHANGES file for detail
Important to be aware off:
Please report problems through rt.cpan.org
Release 0.54 is now available from CPAN.
This release contains a number of features and fixes that where previously published as development releases (0.53_01 and 0.53_02).
There are some known issues with connection orriented bgsend (its not there) and fallback to IPv4 in case IO::Socket::INET6 installed and there is no IPv6 connectivity. Fixing these are the next priority.
Please report problems through rt.cpan.org
Developers release 0.53_02 is now available from CPAN.
This release took a while because vacation and a job change came in between. It contains a number of fixes in the bgsend and IPv6 code. Besides it introduces the loop_once() method in Nameserver.pm. This method, that is subject to change and therefore only documented in the "source code" for now, makes it possible to build nameserver functionality into existing programs without the need for getting stuck in the main_loop.Use the method with some care.
If this release does not cause new problems to occur it will be published as version 0.54.