From: <upn...@li...> - 2000-09-15 23:13:06
|
I've uploaded a patch to the 1.0.0 release that fixes some various problems reported since the release of 1.0.0. The changes include: * char* has been changed to const char* in many places to be more C++ friendly * SOAP now passes the cookie back to devices during the callback instead of NULL * The action names for the sample TV device have been corrected. The action names in the SCPD now match what the sample device expects * The async control point functions now return the correct cookie. Previously they were returning the cookie passed during registration instead of the cookie passed during the async call To get the patch, go the patch area for the UPnP SDK for Linux project and access the open patches. Patch 101538 is currently the only available patch. Click on the link that says "view raw patch" and save it to a file. To apply the patch, execute this command from the root SDK directory: patch -p1 < upnpsdk-1.0.0-p1 Please report any problems with the patch to upn...@li.... This patch, along with any additional patches, will be rolled into the 1.0.1 release coming very soon. The Intel UPnP SDK for Linux Team up...@in... |