Release candidate for Net::DNS 1.12

Dear all,

We have a candidate for the upcoming 1.12 fast-track bugfix release of Net::DNS.

This release contains bugfixes for:

  • An issue with false timeouts reported with persistent UDP, and
  • an issue with stalling TCP retries with IO::Socket::IP versions before. 0.38

This release also incorporates the printing and parsing of CDS and CDNSKEY as specified by erratum 5049 for RFC8078.

See also the Changes file.

Please review this candidate carefully. We would like to do a fast-track release this time to make it for the Fedora 27 beta release. Therefore, if no issues arise, the actual release will follow Friday the 18th of August 2017.

link https://www.net-dns.org/download/Net-DNS-1.11_03.tar.gz
sha256 2b6510214d1c9f7cd8b1c4c49432748f2b08736042c84aa00ee1eadb43598223
asc https://www.net-dns.org/download/Net-DNS-1.11_03.tar.gz.asc

Regression test results: https://www.net-dns.org/regression

Net::DNS 1.11 Released

Dear all,

We have a new release version 1.11 of Net::DNS.

This release contains mostly maintenance work, which involved among other things:

  • A Net::DNS::Resolver class for OS/390 MVS
  • Work on configuration of Net::DNS::Resolver objects:
    • prefer_v4/prefer_v6 is no longer a binary choice. Expressing no preference leaves nameservers in the order stated
    • Parsing and adhering to ndots option
  • A workaround for strict hashpairs with cperl >= 5.27
  • Zeroed waiting period with bgbusy(), and
  • The ability to send UDP queries with EDNS bufsize set to 512

See also the Changes file.

link https://www.net-dns.org/download/Net-DNS-1.11.tar.gz
sha256 f8404144bea99d731ab029598e4312dc2ef18226420052124a93915b664b40b7
asc https://www.net-dns.org/download/Net-DNS-1.11.tar.gz.asc

Regression test results: https://www.net-dns.org/regression

Release candidate for Net::DNS 1.11

Dear all,

We have a candidate for the upcoming 1.11 release of Net::DNS.

This release contains mostly maintenance work, which involved among other things:

  • A Net::DNS::Resolver class for OS/390 MVS
  • Work on configuration of Net::DNS::Resolver objects:
    • prefer_v4/prefer_v6 is no longer a binary choice. Expressing no preference leaves nameservers in the order stated
    • Parsing and adhering to ndots option
  • A workaround for strict hashpairs with cperl >= 5.27 and
  • Zeroed waiting period with bgbusy()

See also the Changes file.

Please review this candidate carefully. If no issues arise, the actual release will follow Monday the 26th of June 2017.

link https://www.net-dns.org/download/Net-DNS-1.10_04.tar.gz
sha256 ce2a628d77da0d48d0701b9883e52876436494fb09ccd6725c50873463e92873
asc https://www.net-dns.org/download/Net-DNS-1.10_04.tar.gz.asc

Regression test results: https://www.net-dns.org/regression

Net::DNS 1.10 Released

Dear all,

We have a new bugfix release version 1.10 of Net::DNS.

In this release a multitude of bugs with resolving on Cygwin and MSWin32 environments have been fixed. Also support for systems with the EBCDIC character encoding has been updated.

This implementation also introduces a first implementation of resolving on the IBM OS/390.

See also the Changes file.

link https://www.net-dns.org/download/Net-DNS-1.10.tar.gz
sha256 ebe53e7f433138fb9a7845b4edae6b8f4dc227da97eaf6b347584816ec63a525
asc https://www.net-dns.org/download/Net-DNS-1.10.tar.gz.asc

Release candidate for Net::DNS 1.10

Dear all,

We have a candidate for the new bugfix release version 1.10 of Net::DNS.

In this release a multitude of bugs with resolving on Cygwin and MSWin32 environments have been fixed. Also support for systems with the EBCDIC character encoding has been updated.

See also the Changes file.

Please review this candidate carefully. If no issues arise, the actual release will follow Friday the 5th of May 2017.

link https://www.net-dns.org/download/Net-DNS-1.09_01.tar.gz
sha256 ebdab73beb9421a50369dda23d9ac9ed282a1c0ed75e8e316f35b3ec42b97b71
asc https://www.net-dns.org/download/Net-DNS-1.09_01.tar.gz.asc

Regression test results: https://www.net-dns.org/regression

Net::DNS 1.09 Released

Dear all,

We have a new feature release version 1.09 of Net::DNS.

This release introduces structured EDNS0 options. Options can now be constructed or inspected structurally via the Net::DNS::RR::OPT::option() method accessed via the edns attribute of a Net::DNS::Packet. Also, structured representations of the Options will be given when printed. Please see the documentation for information on how to use this new feature.

Besides this feature, this release has a bugfix for our previous wrong assumption that . is in @INC, and a workaround for and issue with Devel::Cover in combination with the Perl 5.24.1 compiler.

See also the Changes file.

link https://www.net-dns.org/download/Net-DNS-1.09.tar.gz
sha256 fec9b0c74b8fea5e41914339281ffd773ddd0ae3b5cfd532d2ac0c09618b7c0a
asc https://www.net-dns.org/download/Net-DNS-1.09.tar.gz.asc

Regression test results: https://www.net-dns.org/regression

Release candidate for Net::DNS 1.09

Dear all,

We have a candidate for the new feature release version 1.09 of Net::DNS.

This release introduces structured EDNS0 options. Options can now be constructed or inspected structurally via the Net::DNS::RR::OPT::option method accessed via the edns attribute of a Net::DNS::Packet. Also, structured representations of the Options will be given when printed. Please see the documentation for information on how to use this new feature.

Besides this feature, this release has a bugfix for our previous wrong assumption that . is in @INC, and a workaround for and issue with Devel::Cover in combination with the Perl 5.24.1 compiler.

See also the Changes file.

Please review this candidate carefully. If no issues arise, the actual release will follow Friday the 24th of March 2017.

link https://www.net-dns.org/download/Net-DNS-1.08_03.tar.gz
sha256 ebdab73beb9421a50369dda23d9ac9ed282a1c0ed75e8e316f35b3ec42b97b71
asc https://www.net-dns.org/download/Net-DNS-1.08_03.tar.gz.asc

Regression test results: https://www.net-dns.org/regression

Net::DNS 1.08 Released

Dear all,

We are pleased to celebrate the 20th Anniversary of its first appearance in CPAN with the release of Net::DNS version 1.08. This is the 85th release of Net::DNS since version 0.02 was published in February 1997.

The present offering represents two decades of collective effort, not just by developers past and present, but also the many people who contributed the suggestions, code, patches, bug reports and a few arguments from which we have tried to distil something useful. Thanks are due to all of these contributors.

This release adds new Net::DNS::Nameserver functionality that allows the user to register a handler for UPDATE requests, and also to insert EDNS options in reply packets.

Makefile.PL will more actively try to detect ineffective install locations due to existing Net::DNS installs earlier in the search path, and will report more clearly about this specific situation.

Besides this, we’ve decided to finally drop support for Perl versions before 5.6. Supporting only 5.6 and later allowed for a major (early) spring-clean of all the pre-5.6 workarounds and outdated language features and makes the code base easier to read, understand and maintain.

For a complete list of changes and bugfixes see the Changes file.

link https://www.net-dns.org/download/Net-DNS-1.08.tar.gz
sha256 56113a5604d1d47a2e0b35e01f5ac0a2af9e5275b815549d032a46195637c7a1
asc https://www.net-dns.org/download/Net-DNS-1.08.tar.gz.asc

Regression testing results: https://www.net-dns.org/regression/.

Release candidate for Net::DNS 1.08

Dear all,

We have a candidate for the 85th release of Net::DNS which will be version 1.08.

This release has a single new feature that enables registering a handler for UPDATE requests in custom name servers.

Makefile.PL will more actively try to detect ineffective install locations due to existing Net::DNS installs earlier in the search path, and will report more clearly about this specific situation.

Besides this, we’ve decided to finally drop support for Perl versions before 5.6. Supporting only 5.6 and later allowed for a major (early) spring-clean of all the pre-5.6 workarounds and outdated language features and makes the code base easier to read, understand and maintain.

For a complete overview see the Changes file.

Please review this candidate carefully. If no issues arise, the actual release will follow Monday the 20th of February 2017.

link https://www.net-dns.org/download/Net-DNS-1.07_04.tar.gz
sha256 08626af9628e9bec3ee48cfc85d1f6f231109428b58ad115966a9740b1868292
asc https://www.net-dns.org/download/Net-DNS-1.07_04.tar.gz.asc

Regression test results: https://www.net-dns.org/regression

Net::DNS 1.07 Released

We have a new release, version 1.07 of Net::DNS.

This release contains bugfixes and general maintenance work only.

For a complete list of changes and bugfixes see the Changes file.

link https://www.net-dns.org/download/Net-DNS-1.07.tar.gz
sha256 5f91497f1af9f690153fa05a27a7d73ddada08bed40536fe2d0ac759b7af8492
asc https://www.net-dns.org/download/Net-DNS-1.07.tar.gz.asc

Regression testing results: https://www.net-dns.org/regression/.