Update media-service-upnp to version 0.3.0 ( ca17a69 )
[profile/ivi/media-service-upnp.git] / ChangeLog
index 496c626..ecae6d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+version 0.3.0
+       - Implemented the Update method which allows server side object
+         meta data to be added, updated and deleted.
+
+               https://github.com/01org/media-service-upnp/pull/98
+
+       - Unsubscribe to service notifications when a context is lost.  This is
+         necessary to fix a bug reported by the UPnP test tool.
+
+       - Fixed a few problems with the API.txt file.
+
+
+version 0.2.1
+       - Added missing soup dependencies to the main Makefile.am.
+
+version 0.2.0
+       - Completed implementation of Upload.  It is now possible to
+         upload files to remote DMSs, both to specific directories and to
+         the AnyContainer ( if it is supported by your DMS ) .  Methods
+         have also been added to allow clients to cancel uploads and to
+         monitor their progress.
+               https://github.com/01org/media-service-upnp/issues/34
+       - DMS objects and containers can now be deleted.
+               https://github.com/01org/media-service-upnp/issues/35
+       - Containers can now be created on remote DMSs.
+               https://github.com/01org/media-service-upnp/issues/43
+       - New properties have been added to provide more information about
+         media objects exposed by DMSs.
+         - DLNAManaged indicates which actions can be performed on an object,
+           e.g., upload, delete, etc.
+               https://github.com/01org/media-service-upnp/issues/36
+          - Creator which indicates the creator of the content.
+          - CreateClass which identifies the type of objects that can be
+           created in a given container.
+               https://github.com/01org/media-service-upnp/issues/45
+       - The Artists property has been added to org.gnome.UPnP.MediaItem2.
+         Artists is an array of all the artists who worked on the object.
+       - The com.intel.UPnP.MediaDevice interface exposes some additional
+         properties that inform clients about the optional features supported
+         by DMSs.  These include:
+          - DLNACaps indicating the DLNA OCM operations supported by the server.
+          - FeatureList containing the list of features, e.g., BOOKMARK, EPG,
+           supported by the server.
+          - SortCaps and SortExt Caps indicating the sorting capabilities of the
+           server.
+          - SearchCaps indicating the searching capabilities of the server.
+         - See https://github.com/01org/media-service-upnp/issues/24 for more
+           details
+       - Some new methods and properties have been added to
+         com.intel.UPnP.MediaDevice for ContentSync:
+          - The System ID property
+                 https://github.com/01org/media-service-upnp/issues/38
+          - GetSystemResetToken
+                https://github.com/01org/media-service-upnp/issues/46
+        - The method com.intel.MediaServiceUPnP.PreferLocalAddresses has been
+         added.  This is useful for writing DMCs.  It allows DMCs to instruct
+         media-service-upnp to favour remote addresses.
+                https://github.com/01org/media-service-upnp/issues/21
+
+
 version 0.1.0
        - Implemented Upload
                https://github.com/01org/media-service-upnp/issues/34