Revision history for Mojo-TFTPd

0.04     Sat Nov  8 05:21:26 2014
       * Retransmit last packet on timeout
       * Rollover support
       * Custom Connection class
       * win32 compatibility
       * Support for Mojo::Asset for filehandle

0.03     Wed Aug 13 16:19:51 2014
       * Add RFC 2347 TFTP Option Extension
       * Add RFC 2348 TFTP Blocksize Option
       * Add RFC 2349 TFTP Timeout Interval and Transfer Size Options

0.0203   Fri Sep  6 23:42:35 2013
       * Fix Makefile.PL

0.0202   Fri Sep  6 10:54:44 2013
       * Fix t/basic.t on SunOS/Solaris

0.0201   Mon Aug 26 23:19:36 2013
       * Skip test if on windows
         http://www.cpantesters.org/cpan/report/0714a910-6c03-1014-b581-fa2409253afe
         "Your vendor has not defined Socket macro MSG_DONTWAIT..."

0.02     Tue Aug 13 18:16:58 2013
       * Fixed Mojo::URL regression
       * Fixed 508 byte block RFC-violation
         Author: https://github.com/hemmop
         https://github.com/jhthorsen/mojo-tftpd/pull/1

0.01     Sun Nov 11 02:40:10 2012
       * Started project