Revision history for Perl extension Net::RTP.
0.08 Fri Mar 9 14:35:20 GMT 2007
Fix for systems without Socket6
0.07 Thu Mar 8 21:14:12 GMT 2007
Changed non-portable random number seeding (and disabled srand() for new versions of perl)
0.06 Thu Mar 8 20:07:42 GMT 2007
Fixed send test script - shouldn't attempt any multicast, unless we know it is supported
Added Test::Pod test script
0.05 Sat Feb 10 12:04:45 GMT 2007
Bug fix - removed dependancy on IO::Socket::Multicast6.
0.04 Wed Sep 20 16:12:14 BST 2006
Removed hard requirement for multicast module.
Added support for IPv6.
Will use IO::Socket::Multicast or IO::Socket::Multicast6 only when available.
0.03 Wed Jun 28 19:31:52 BST 2006
Bug fix for creating packet objects.
Examples are now documented and have become tools
Added rtplosslog.pl and rtpstats.pl tools
0.02 Sun Jun 4 16:16:17 BST 2006
First release of pure perl Net::RTP.