Revision history for Perl extension Net::DNS::ZoneFile::Fast.
0.6 Mon Nov 14 16:35:00 PST 2005
- added support for DNSSEC records (RRSIG, DNSKEY, DS, NSEC, RRSIG)
- added support for AFSDB records
- added support for parsing included files (commonly used in DNSSEC)
0.5 Thu Apr 15 23:17:56 CEST 2004
- add support for RP "Responsible Person" records
0.4 Fri Mar 26 11:06:21 CET 2004
- add dependency from Net::DNS
0.3 Wed Mar 24 20:01:18 CET 2004
- rename the module from Net::DNS::Zone to Net::DNS::ZoneFile::Fast
(after consulting with Net::DNS::ZoneFile's author)
- fix a small bug with TXT records parsing
0.2 Mon Nov 17 14:21:33 CET 2003
- rename the module from Net::DNS::ZoneParse to Net::DNS::Zone
- add documentation
- add soft_errors parameter and fix die/fatal/warn/quiet logic
- small fixes
0.01 Mon Oct 13 20:38:04 CET 2003
- original version