Updated the date in the media-service-upnp.changes file.
[profile/ivi/media-service-upnp.git] / ChangeLog
1 version 0.3.0
2         - Implemented the Update method which allows server side object
3           meta data to be added, updated and deleted.
4
5                 https://github.com/01org/media-service-upnp/pull/98
6
7         - Unsubscribe to service notifications when a context is lost.  This is
8           necessary to fix a bug reported by the UPnP test tool.
9
10         - Fixed a few problems with the API.txt file.
11
12
13 version 0.2.1
14         - Added missing soup dependencies to the main Makefile.am.
15
16 version 0.2.0
17         - Completed implementation of Upload.  It is now possible to
18           upload files to remote DMSs, both to specific directories and to
19           the AnyContainer ( if it is supported by your DMS ) .  Methods
20           have also been added to allow clients to cancel uploads and to
21           monitor their progress.
22                 https://github.com/01org/media-service-upnp/issues/34
23         - DMS objects and containers can now be deleted.
24                 https://github.com/01org/media-service-upnp/issues/35
25         - Containers can now be created on remote DMSs.
26                 https://github.com/01org/media-service-upnp/issues/43
27         - New properties have been added to provide more information about
28           media objects exposed by DMSs.
29           - DLNAManaged indicates which actions can be performed on an object,
30             e.g., upload, delete, etc.
31                 https://github.com/01org/media-service-upnp/issues/36
32           - Creator which indicates the creator of the content.
33           - CreateClass which identifies the type of objects that can be
34             created in a given container.
35                 https://github.com/01org/media-service-upnp/issues/45
36         - The Artists property has been added to org.gnome.UPnP.MediaItem2.
37           Artists is an array of all the artists who worked on the object.
38         - The com.intel.UPnP.MediaDevice interface exposes some additional
39           properties that inform clients about the optional features supported
40           by DMSs.  These include:
41           - DLNACaps indicating the DLNA OCM operations supported by the server.
42           - FeatureList containing the list of features, e.g., BOOKMARK, EPG,
43             supported by the server.
44           - SortCaps and SortExt Caps indicating the sorting capabilities of the
45             server.
46           - SearchCaps indicating the searching capabilities of the server.
47           - See https://github.com/01org/media-service-upnp/issues/24 for more
48             details
49         - Some new methods and properties have been added to
50           com.intel.UPnP.MediaDevice for ContentSync:
51           - The System ID property
52                  https://github.com/01org/media-service-upnp/issues/38
53           - GetSystemResetToken
54                  https://github.com/01org/media-service-upnp/issues/46
55         - The method com.intel.MediaServiceUPnP.PreferLocalAddresses has been
56           added.  This is useful for writing DMCs.  It allows DMCs to instruct
57           media-service-upnp to favour remote addresses.
58                  https://github.com/01org/media-service-upnp/issues/21
59
60
61 version 0.1.0
62         - Implemented Upload
63                 https://github.com/01org/media-service-upnp/issues/34
64                 https://github.com/01org/media-service-upnp/issues/62
65         - Fixed bug #33: Local conf file not created if ~/.config does not exist
66                 https://github.com/01org/media-service-upnp/issues/33
67         - Fixed a memory leak when event subscriptions are lost
68         - Fixed bug #57: Search does not work on Windows 7 DMS
69                 https://github.com/01org/media-service-upnp/issues/57
70         - Added the Restricted property
71                 https://github.com/01org/media-service-upnp/issues/64
72         - Added the RefPath property
73                 https://github.com/01org/media-service-upnp/issues/59
74         - Improve the printing of objects in mediaconsole
75         - Added more object types
76                 https://github.com/01org/media-service-upnp/issues/44
77
78 version 0.0.3
79         - Add SystemUpdate and ContainerUpdate signals to com.intel.UPnP.MediaDevice
80                 https://github.com/01org/media-service-upnp/issues/27
81         - Implemented UploadToAnyContainer (implements part of issue 34)
82                 https://github.com/01org/media-service-upnp/issues/34
83         - Move MSU_INTERFACE_xxx constants to a new file: interface.h
84         - Fixed bug: No event subscription at start
85                 https://github.com/01org/media-service-upnp/issues/15
86
87 version 0.0.2
88         - Fixed bug (MSU executes dead client's commands)
89             https://github.com/01org/media-service-upnp/issues/30
90         - Control exit behaviour of MSU
91             https://github.com/01org/media-service-upnp/issues/29
92             https://github.com/01org/media-service-upnp/issues/23
93         - Added logging
94         - Added settings management
95         - Fixed an issue with unicode strings in mediaconsole.py
96         - Tidied up the build system and introduced maintainer mode
97
98 version 0.0.1
99         - Initial version of media-service-upnp
100