Revision history for Perl extension Net::SDP.
0.07 Tue Sep 19 18:04:53 BST 2006
Fixes for a couple of tests failing
0.06 Thu Jul 13 15:16:30 BST 2006
Improvements to as_string() in the Time module.
No longer tries to read from STDIN when calling $sdp->parse('');
Net::SDP->new($data) now returns undef if parsing fails.
0.05 Wed Jun 28 17:07:53 BST 2006
Optimised Net::SDP->new()
0.04 Mon May 8 18:01:40 BST 2006
Added r= support. Thanks to Alexander Clouter
Added Net::SDP media_desc_delete_all()
Added Net::SDP media_desc_delete()
Added Net::SDP time_desc_delete_all()
Added Net::SDP time_desc_delete()
Added Net::SDP session_del_attribute()
Added Net::SDP session_email_arrayref()
Added Net::SDP session_phone_arrayref()
0.03 Fri Apr 21 22:24:36 BST 2006
Changes to specify no TTL for media descriptions.
Added Makefile.PL compatibility
0.02 Tue Nov 23 17:33:22 2004
parse() can now take a Net::SAP::Packet object
new() now passes its parameters to parse()
Fix for bug #8019 - removed references to session
Changed _new() to new() in Media and Time classes
Added more/better tests
Documentation updates
Fixed bugs in session_origin_* methods
Added missing title field for Media descriptions
0.01 Sun Jul 25 01:07:29 2004
First release