From: <upn...@li...> - 2000-08-17 17:33:34
|
We are pleased to announce that the second open source release of the Universal Plug and Play (UPnP) Software Development Kit (SDK) Version 0.9.1 for Linux is now available for download at http://upnp.sourceforge.net. See the README file included in upnpsdk-0.9.1.tar.gz for details about this release. Please provide comments and feedback regarding the UPnP SDK for Linux on the UPnP-SDK-discuss mailing list (http://lists.sourceforge.net/mailman/listinfo/upnp-sdk-discuss). Changes since the 0.9.0 release are: * The optional, integrated Web server has now been integrated. See the README for details on configuring the web server at compile time. See UpnpSetWebServerRootDir() in the UPnP SDK documentation for details on enabling the web server at run-time. * The socket bind issue that occurs when calling UpnpInit() after UpnpFinish() has been resolved. * GENA subscriptions are automatically renewed when the are about to expire until they are explicitly unsubscribed. UpnpUnsubscribe() and UpnpSubscribeAsync() are obsolete but are still included. They continue to work as documented. They will be removed in a subsequent release. * SSDP advertisements multicast with UpnpSendAdvertisement() are now automatically renewed. Advertisements will continue to be renewed until UpnpUnregisterDevice() is called. * The UPNP_SEARCH_TIMEOUT callback is now correctly generated for control point searches. * New control point APIs have been added in inc/upnptools.h. Documentation for these has not be written. Refer to the header file for details and the README for configuration of these features. * The makefile has "install" and "uninstall" rules for installing and uninstalling the SDK. * UPnP 1.0 specification violations have been fixed. * Many other bugs (both reported and unreported) have been fixed. Thank you for your interest in and support of UPnP technology. The Intel UPnP SDK for Linux Team up...@in... |