8 Commits

Author SHA1 Message Date
wilfried
5d1b43a32c update to p5-Net-DNS-0.31 2002-11-23 14:10:21 +00:00
wilfried
d2ac41b073 update to p5-Net-DNS-0.29
* Fixed $_ from creeping out of scope in Resolver.pm
* Fixed divide by zero bug if there was no usable network interface
2002-10-18 15:24:19 +00:00
wilfried
69531d4e5c update to p5-Net-DNS-0.28
- Fixed a bug in the RR pat that broke many updates.
- Added (untested) support for perl 5.004.
- We now allow whitespace at the begining of a RR.
- Fixed an issue that gave Net::DNS::SEC problems, %Net::DNS::RR::RR
  is now in a scope that the Net::DNS::SEC hook can see it from.
- Fixed SRV records.
- Fixed debug message in Net::DNS::Resolver::bgread().
2002-09-17 14:51:33 +00:00
wilfried
0bf6f0f9d3 update to p5-Net-DNS-0.26
+ Fixed warning in Net::DNS::RR::AUTOLOAD with perl 5.005.
+ Implemented autoloading of the RR subclasses.  This provides a
  good sized speed bump, particually for applications that are not
  persisant.
+ Cleaned up a few things with CERT RRs.
+ Removed use of $' from RR.pm for effciency reasons.  As a result,
  for all RRs text following a ';' is considered a comment.  This
  was originally only done in RR/SOA.pm.
+ Added method caching to AUTOLOAD subroutines.  This should provide
  a modest speed bump.
+ The test suite has been greatly improved, though there is still
  more to be done in this regard.
+ Added support for DNAME resource records.
+ Fixed edge case for queries that have no name.
+ Tighted up the regular expression used in Net::DNS::Resolver::cname_addr()
2002-08-09 10:45:08 +00:00
wilfried
889ec196f3 Update to p5-Net-DNS-0.23
- Fixed Net::DNS::mx() to work properly in scalar context.
- Fixed taint issue when Net::DNS::Resolver::nameservers() is passed
  a hostname as an argument.
2002-07-01 15:17:20 +00:00
wilfried
dc1c4f4caa Update to Net-DNS-0.22 2002-06-07 01:15:35 +00:00
wilfried
52ecceefbb Update to Net-DNS-0.14
This is an interum release, intended to return Net::DNS to CPAN,
and encourage new devopement.  Version 2.0 is not far behind with
major changes including support for windows platforms, TSIG and
Net::DNS::Nameserver (a very simple nameserver).

Fixed the "defined(@array) is deprecated" message in DNS.pm under
perl 5.6.0 and greater.

Fixed a bug in the Net::DNS::Resolver->nextid method to ensure that
the query ID remains 16 bits.
2002-05-11 21:23:19 +00:00
espie
5b37289c23 md5->distinfo 2002-03-21 19:59:18 +00:00