Archive for the ‘Releases’ Category.
February 13, 2017, 12:59 pm
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.
Regression test results: https://www.net-dns.org/regression
Category:
Releases |
Comments Off on Release candidate for Net::DNS 1.08
December 29, 2016, 5:16 pm
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.
Regression testing results: https://www.net-dns.org/regression/.
Category:
Releases |
Comments Off on Net::DNS 1.07 Released
December 23, 2016, 3:17 pm
We have a candidate for the upcoming 1.07 release of Net::DNS.
This release contains bugfixes and general maintenance work only.
For a complete overview see the Changes file.
Please review this candidate carefully. If no issues arise, the actual release will follow Thurday the 29th of December 2016.
Regression test results: https://www.net-dns.org/regression
Category:
Releases |
Comments Off on Release candidate for Net::DNS 1.07
August 26, 2016, 12:18 pm
Dear all,
We have just released version 1.03 of Net::DNS::SEC.
This release has no core code changes whatsoever. It contains only an altered Makefile.PL that avoids problems with old MakeMaker and improved unit tests to get 100% coverage! and to address issues arising from incompatible versions of prerequisite.
For a complete list of changes and bugfixes see the CHANGES file.
Category:
Releases |
Comments Off on Net::DNS::SEC 1.03 Released
May 27, 2016, 3:57 pm
We have a new release, version 1.06 of Net::DNS.
– Parsing of scoped IPv6 has been fixed when IO::Socket::IP is used (regression since 1.05).
– Interfering middle boxes will no longer be able to hang recursive lookups and interfere with unit tests.
– Linking of CNAMEs to its target address records with resolver->nameservers() will be done case insensitive.
This release also includes updated error reporting resulting from discussion and comments from the mailing list:
- axfr() in list context returns the complete zone if successful. If an error occurs, an empty list is returned with errorstring() indicating the reason.
- axfr() in scalar context returns an iterator if successful. If a connection failure occurs, undef is returned with errorstring() indicating the reason. The iterator will raise an exception if the transfer can not be completed.
- Resolver documentation has been clarified to make explicit that errorstring() is valid immediately after an error and meaningless otherwise.
For a complete list of changes and bugfixes see the CHANGES file.
Regression testing results: https://www.net-dns.org/regression/.
Category:
Releases |
Comments Off on Net::DNS 1.06 Released
May 20, 2016, 12:00 pm
We have a second candidate for the upcoming 1.06 bugfix release of Net::DNS. A list of bugfixes can be found in Changes.
This release candidate includes changes resulting from discussion and comments from the mailing list on error handling with zone transfers. Resulting in:
- axfr() in list context returns the complete zone if successful. If an error occurs, an empty list is returned with errorstring() indicating the reason.
- axfr() in scalar context returns an iterator if successful. If a connection failure occurs, undef is returned with errorstring() indicating the reason. The iterator will raise an exception if the transfer can not be completed.
- Resolver documentation has been clarified to make explicit that errorstring() is valid immediately after an error and meaningless otherwise.
In the process of reducing code complexity and improving code coverage of the unit tests, the value of errorstring() is with this release candidate *meaningless* when not consulted directly after failure, similar to the predefined perl variable $! (see perlvar). Testing successful zone transfer by testing errorstring() for a value that it was known to have before the transfer, will no longer work.
Please review this candidate carefully. In particular with respect to error handling. If now issues arise, the actual release will follow Friday the 27th of May.
Regression testing results: https://www.net-dns.org/regression/.
Category:
Releases |
Comments Off on Second release candidate for Net::DNS 1.06
April 18, 2016, 9:41 am
We have a candidate for the upcoming 1.06 bugfix release of Net::DNS.
– Parsing of scoped IPv6 has been fixed when IO::Socket::IP is used (regression since 1.05).
– Interfering middle boxes will no longer be able to hang recursive lookups and interfere with unit tests.
– errorstring() results for non-errors has been restored (“regression” since 1.05)
Besides these bugfixes, this release
– has better TSIG error reporting
– has better Resolver.pm documentation
– and has great coverage results!
If no issues arise, the actual release will follow Monday the 25th of April 2016.
Category:
Releases |
Comments Off on Release candidate for Net::DNS 1.06
March 7, 2016, 9:05 pm
We have a new release, version 1.05 of Net::DNS.
This release deals with a few ticket from request tracker.
– TSIG algorithm names will be compared case insensitive again (bug since 1.02).
– Makefile.PL will issue a warning when an earlier version of Net::DNS (before 1.01) was installed on a different (architecture dependent) location.
– The asynchronous support functions (bgsend / bgread) now support transparent retry over TCP with truncated UDP packets.
Also support for the SMIMEA resource record was added.
For a complete list of changes and bugfixes see the CHANGES file.
Category:
Releases |
Comments Off on Net::DNS 1.05 released
February 29, 2016, 2:13 pm
We have a candidate for the upcoming 1.05 bugfix release of Net::DNS.
– TSIG algorithm names will be compared case insensitive again (bug since 1.02).
– Makefile.PL will issue a warning when an earlier version of Net::DNS (before 1.01) was installed on a different (architecture dependent) location.
– The asynchronous support functions (bgsend / bgread) now support transparent retry over TCP with truncated UDP packets.
Also support for the SMIMEA resource record was added.
For a complete list of changes and bugfixes see the CHANGES file.
If no issues arise, the actual release will follow Monday the 7th of March 2016.
Category:
Releases |
Comments Off on Release candidate for Net::DNS 1.05
December 8, 2015, 8:38 pm
We have a new release, version 1.04 of Net::DNS.
This is a emergency recovery and bugfix release.
The 1.03 release of Net::DNS addressed some longstanding request tracker issues (TCP and persistent sockets for bg(send|read|isreead)), but unfortunately in such a way that dependent modules broke.
This release has fixes to make those dependent modules work again without losing the aforementioned work.
To support us in this effort we have started to do regression testing of dependent modules ourselves, by running the dependent module’s test suite against a new Net::DNS. The results of these tests are put online here: https://www.net-dns.org/regression/.
For a complete list of changes and bugfixes see the CHANGES file.
Category:
Releases |
Comments Off on Net::DNS 1.04 released