Revision history for Perl extension UPnP. 2005-01-17 Satoshi Konno * v1.1.3 * Changed postcontrol() in Net::UPnP::Service to create the absolute control url normally using the url base and the relative control url. * Added '--search-title' option to selet the taget contents by the regular expression. 2005-12-20 Satoshi Konno * v1.1.2 * Changed Net::UPnP.pm to get the abstract normally. 2005-12-20 Satoshi Konno * v1.1.1 * Changed Net::UPnP::getdescription() to be able to specify the name. * Added some Net::UPnP::get*() to get the description value of the specified name. * Changed Net::Service::getdevicedescription() to be able to specify the name. * Fixed a test case bug in t/UPnP.t. 2005-12-10 Satoshi Konno * v1.1 * Added 'use warnings' to all packages. * Changed to the package name from UPnP to Net::UPnP * Chanded get*() in Service.pm to return '' instead of undef when the value is not defined. 2005-12-09 Satoshi Konno * v1.0.3 * Changed UPnP::AV::Item, UPnP::Device and Changed UPnP::HTTPResponse to parse the pod correctly. 2005-12-08 Satoshi Konno * v1.0.2 * Changed dms2vodcast.pl to add a option for MPEG4 output format such as 'ipod' and 'psp'. 2005-12-07 Satoshi Konno * v1.0.1 * Changed dms2vodcast.pl upnpavdump.pl to parse all items in the content directory. * Changed upnpavdump.pl to parse all items in the content directory. 2005-12-06 Satoshi Konno * The first release.