December 5, 2012, 1:16 pm
I am pleased to announce that version 0.69 of Net::DNS is now available.
Besides many bug fixes this release now employs the architectural modifications enabling IDN support that were prepared for since 0.67. Owner names and domain name rdata fields may now be given in Unicode whereupon they will automatically be converted to IDN A-labels.
Other rdata field types have also been enriched:
- Rdata fields containing text may now also be provided in Unicode.
- Rdata fields referring to mailboxes may now be given in RFC822 format;
i.e. user@domain or name <user@domain>
- The rdata fields of the LOC resource record are now specified in actual (decimal) degrees, minutes and seconds.
Luis Muñoz has donated his Net::DNS::ZoneFile module. It is now included in the Net::DNS package. Thank you Luis. Net::DNS::ZoneFile now also benefits from the architectural improvements so that zone files read by the Net::DNS::ZoneFile module may contain Unicode in owner names and domain name rdata fields and the other rdata field type enrichments.
Other notable modifications in the interface are:
- Header extensions provided by the EDNS0 OPT resource record are now accessible transparently through the $packetâ>header interface. This includes the DO flag, extended response codes and UDP packet size.
- Packet decoding errors are now collected in the $@ ($EVAL_ERROR) variable. Before the error message was returned in the second item of the array returned when construction a Net::DNS::Packet in array context. Now that second argument contains the number of octets successfully decoded.
This makes packet decoding more robust and gives more refined control over the decoding process.
- The DNS parameters are now also provided in a separate module Net::DNS::Parameters.
Many thanks to Dick Franks who contributed all of the architectural improvements just described.
For a complete list of changes and bugfixes see the CHANGES file.
Category:
Releases |
Comments Off on Net::DNS version 0.69 released
January 30, 2012, 11:14 am
I am pleased to announce version 0.68 of Net::DNS.
Besides a few bugfixes, the most prominent enhancements are:
- support for Internationalized Domain Names in queries
- two new modules that will introduce specific functionality for Mailbox RDATA fields and Text RDATA fields in the future
For a complete list of changes and bugfixes see the CHANGES file.
Category:
Releases |
Comments Off on Net::DNS version 0.68 released
January 25, 2012, 3:10 pm
We have a release candidate for the upcoming 0.68. This release contains a few bugfixes, but most importantly introduces the possibility to query for Internationalized Domain Names.
For a complete list of changes and bugfixes see the CHANGES file.
Please let us know if anything is wrong. If all is well, the 0.68 release will follow next week.
27-01-2012: Now the Mailbox.pm and Text.pm modules are actually included!
Category:
Releases |
Comments Off on Net::DNS release candidate for 0.68
November 4, 2011, 4:47 pm
I am proud to announce the long awaited Net::DNS version 0.67 release. It has been almost two years since the last release. As may be expected in such a long time interval, the amount of bug-fixes and other changes is significant. Future version will be released more frequently.
Besides the code-tidying, spelling and bug-fixes, a few enhancements and new features have been added:
- A modular system for managing serial numbers in SOA records from Dick Franks
- Major rework of the experimental Net::DNS::Domain and the addition of Net::DNS::DomainName that pave the road towards handling of character encodings and IDN from Dick Franks.
- Major rework of the build system:
- All user interaction is replaced by command line options
- Online tests are non-fatal by default
- Prefer the Cygwin codepath for Cygwin builds, except for updates of Cygwin installations that already use the Win32 codepath
For a complete list of changes and the numerous bugfixes see the CHANGES file.
Category:
Releases |
Comments Off on Net::DNS version 0.67 released.
October 27, 2011, 3:09 pm
Begin this year I received the responsibility to handle bug reports, enhancement and feature requests for Net::DNS and prepare a new release.  Now finally I have a release candidate for the upcoming 0.67 release ready. The last release was from December 2009, almost two years ago. As may be expected in such a long time interval, the amount of bug-fixes and other changes is significant. It is my intention (and promise) to release way more frequently from now on.
Some prominent enhancements and new features are:
- A modular system for managing serial numbers in SOA records from Dick Franks
- Major rework of the experimental Net::DNS::Domain and the addition of Net::DNS::DomainName that pave the road towards handling of character encodings and IDN from Dick Franks.
- Major rework of the build system:
- All user interaction is replaced by command line options
- Online tests are non-fatal by default
- Prefer the Cygwin codepath for Cygwin builds, except for updates of Cygwin installations that already use the Win32 codepath
For a complete list of changes and the numerous bugfixes see the CHANGES file.
Please let us know if anything is wrong. If all is well, the 0.67 release will follow next week.
28-10-2011: Some initial fixes are in release candidate 4:
31-10-2011: The last two fixes…:
02-11-2011: The final last fixes…:
— Willem Toorop
Category:
Releases |
Comments Off on Net::DNS release candidates for 0.67
December 30, 2009, 3:23 pm
Net::DNS version 0.66 has just been released
In addition to fixing a number of bugs the following main features where added:
- Support for the DHCID, KX and HIP RR
- Truncation support in Net::DNS::Packet used by Net::DNS::Nameserver
TAKE CARE:
this feature may cause unexpected behavior for your nameservers (packets on the wire may have different content than you intended). The feature be turned off by setting Truncate to 0 during the creation of the nameserver.
my $ns = Net::DNS::Nameserver->new(
Truncate => 0,
);
- Addition of Net::DNS::Domain as a start towards a more structured handling of domain names. At this moment the Net::DNS::Domain class is only included to expose it to the various test environments that are available. The Net::DNS::Domain class and its methods are subject to name and functionality changes.
Category:
Releases |
Comments Off on Net::DNS version 0.66 released
January 26, 2009, 10:29 pm
Net::DNS version 0.65 has just been released
This release fixes two bugs in Win32.pm and a bug in the IPv6 IP address parsing that is triggered when AAAA RR objects are created using new_from_hash().
See Changes for details.
Please report problems through rt.cpan.org
Category:
Releases |
Comments Off on Net::DNS version 0.65 released
December 30, 2008, 7:34 pm
Net::DNS version 0.64 and Net::DNS::SEC 0.15 have just been released
Both packages saw a number of bug fixes.
New features for Net::DNS are
New features for Net::DNS::SEC are:
- Addition of a DLV RR (RFC4431).
- Addition of the NSEC3 and NSEC3PARAM RRs.(RFC5155)
See the Net::DNSÂ Changes , and the Net::DNS::SEC Changes files for details.
Because of version dependency and minor bug fixes Net::DNS::Zone::Parser and Net::DNS::TestNS also saw a new release.
Please report problems through rt.cpan.org
Category:
Releases |
Comments Off on Net::DNS version 0.64, Net::DNS::SEC 0.15, and more
March 18, 2008, 9:02 pm
The server on which net-dns.org is hosted had a hardware-failure of the extend that it needed to replaced. The machine has been renewed.
The downtime was long because the machine broke at the start of a 18 days business trip.
Category:
General |
Comments Off on New Hardware