Revision history for Perl extension Net::TFTPD.
0.01 Mon Oct 21 11:06:19 2002
- original version; created by h2xs 1.21 with options
-AX -n Net::TFTPd
0.02 Mon Aug 23 17:10:12 2004
- project revision, added examples and POD documentation
first public release
0.03 Mon Sep 17 07:41:00 2007
- some fixes, thanks to Onigiusz Zarzycki:
- now work also on linux (tested on SUSE Linux 10.1)
- handling TFTP transmissions with more than 65535 packets
- handling TFTP transmissions with block size between 8 and 511 Bytes
0.04 Mon May 25 15:00:00 2009
- some fixes, thanks to Michael Vincent
- support for NETASCII transfer mode
- added $request->getTotalBytes() method to retrieve the number
of bytes transferred for the request
- added various other request methods
0.05 Thu Oct 11 09:30:00 2012
- some changes, thanks again to Michael Vincent
- Changed to optional IO::Socket::IP and enabled IPv6 support, with
failback to IP::Socket::INET
- Added a server() accessor.