Updated the date in the renderer-service-upnp.changes file
[profile/ivi/renderer-service-upnp.git] / ChangeLog
1 version 0.2.0
2     - The property org.mpris.MediaPlayer2.Player.TransportPlaySpeeds
3       changed from an array of string values to an array of double
4       values.
5     - The org.mpris.MediaPlayer2.Player.Rate property is now writable.
6             https://github.com/01org/renderer-service-upnp/issues/19
7
8 version 0.1.0
9         - Fixed bug #34: RSU crashes when pushing an image to XBMC
10                 https://github.com/01org/renderer-service-upnp/issues/34
11         - The com.intel.UPnP.RendererDevice interface has been added
12                 https://github.com/01org/renderer-service-upnp/issues/44
13         - The org.mpris.MediaPlayer2.Player Volume property is now writable.
14                 https://github.com/01org/renderer-service-upnp/issues/19
15         - The ProtocolInfo property has moved from the org.mpris.MediaPlayer2
16           to the new com.intel.UPnP.RendererDevice interface.
17         - The org.mpris.MediaPlayer2.Player.Rate and the
18           org.mpris.MediaPlayer2.Player.PlaySpeed are now computed correctly
19           according to the MPRIS standard.
20         - A new property org.mpris.MediaPlayer2.Player.TransportPlaySpeeds
21           has been added to inform clients of the playspeeds supported by
22           Renderers.
23
24 version 0.0.4
25         - Fixed bug #20: RSU executes commands of dead children
26                 https://github.com/01org/renderer-service-upnp/issues/20
27         - Fixed bug #31: Useless METADATA prop update
28                 https://github.com/01org/renderer-service-upnp/issues/31
29
30 version 0.0.3
31         - Generate an org.freedesktop.DBus.Properties.PropertiesChanged signal each
32           time one of the properties listed in the issue below changes.
33                 https://github.com/01org/renderer-service-upnp/issues/22
34         - Fixed bug: Create local configuration directory if it doesn't exist.
35                 https://github.com/01org/renderer-service-upnp/issues/21
36         - Fixed bug: RSU receives multiple UPnP notifications
37                 https://github.com/01org/renderer-service-upnp/issues/25
38
39 version 0.0.2
40         - Control exit behaviour of RSU
41                 https://github.com/01org/renderer-service-upnp/issues/18
42         - Added logging
43         - Added settings management
44         - Tidied up the build system and introduced maintainer mode
45
46
47 version 0.0.1
48         - Initial version of renderer-service-upnp
49