# ======================================================================
#                        --- Net::Nslookup ---
# ======================================================================

# ----------------------------------------------------------------------
# Version 1.19                                          October 22, 2009
# ----------------------------------------------------------------------

* Applied patch from adam_lounds@hotmail.com to do CNAME lookups (see
  https://rt.cpan.org/Ticket/Display.html?id=50704).  Not sure how
  this was missed originally; it's kind of a stupid bug.

# ----------------------------------------------------------------------
# Version 1.18                                            April 15, 2008
# ----------------------------------------------------------------------

* Added some test changes, thanks to Alexandr Ciornii (see
  http://rt.cpan.org/Ticket/Display.html?id=35062).

# ----------------------------------------------------------------------
# Version 1.17                                             April 2, 2008
# ----------------------------------------------------------------------

* Fixed tests to only lookup IPv4 addresses.

# ----------------------------------------------------------------------
# Version 1.16                                           August 11, 2004
# ----------------------------------------------------------------------

* Applied a patch from XXX implementing TXT lookups.

# ----------------------------------------------------------------------
# Version 1.15                                         October 22,  2003
# ----------------------------------------------------------------------

* Applied patch from Vladimir Cotfas <ulianov@ulianov.ca> to make
  MX lookups return names by default instead of addresses, based
  on the $MX_IS_NUMERIC class variable.

# ----------------------------------------------------------------------
# Version 1.14                                              May 22, 2003
# ----------------------------------------------------------------------

* Added support for PTR records.  Requested by Scott Brooke
  <sbrooke@ftdata.com>.

# ----------------------------------------------------------------------
# Version 1.13                                              May 19, 2003
# ----------------------------------------------------------------------

* Modified t/nslookup.t to skip all tests if the NO_NET environment
  variable is set (mostly so I can test off line).

* Added "server" nslookup parameter, which lets you specify a
  nameserver (or nameservers) to use.
  Requested by Victor Pereira <vpereira@modulo.com.br>.

# ----------------------------------------------------------------------
# Version 1.12                                            March 14, 2003
# ----------------------------------------------------------------------

* qslookup no longer barfs when passed nothing, or when passed
  something non-existant.  RT#1947

* alarm is not implemented on Win32; added some (incomplete, I'm sure)
  conditional logic to check the platform before setting an alarm.
  Needs to be checked on MacOS (I'm assuming OS X will be Unix-like and
  have alarm).  Reported by Roland Bauer (not RTed).

# ----------------------------------------------------------------------
# Version 1.11                                         November 19, 2002
# ----------------------------------------------------------------------

* Defers loading Net::DNS until it needs it, so that simple lookups
  will be faster.

* Added qslookup, which uses Socket and the system's resolver to do
  lookups.

* Revamped test suite -- Does tests based on the contents of
  /etc/hosts.  This is (obviously) biased towards un*xen and will
  need to take Win32 into account.

# vim: set tw=70 ts=2 sw=2 fo=trcqo2n: