summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 585d4a0256222b96f3af59a5620a05329d97ae49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
version 0.2.2
	- Various build optimizations
	- Fix a crash case when the server stops
	- Code cleanup
	- Documentation fixes
	- GetAll: do not fail if the DMR returns an error for GetPositionInf
	  https://github.com/01org/dleyna-renderer/issues/92
	- Fix a crash case for Rescan()
	- Fix #78: MPRIS OpenUri() does not start playing
	  https://github.com/01org/dleyna-renderer/issues/78
	- Add new SetUri API to Player
	  https://github.com/01org/dleyna-renderer/issues/94
	- Add OpenNextUri() method
	  https://github.com/01org/dleyna-renderer/issues/35
	- Handling of the publish_object() connector API change
	- Fix bug #97 - dLeyna renderer can crash if renderer dissapears
	  https://github.com/01org/dleyna-renderer/issues/97
	- Enable byte seek
	  https://github.com/01org/dleyna-renderer/issues/59
	- Change GetRenderers() API as well as FoundRenderer/LostRenderer
	  signals: use object paths instead of strings
	  https://github.com/01org/dleyna-renderer/issues/110
	- Add Network Filtering support

version 0.1.0
	- Prepare for first stable branch

version 0.0.2
	- Add R/W Mute property support, Mute states are received via
	  the LastChange event, Mute value is set with a SetMute action.
	- Add a new player interface method OpenUriEx, which is the same as
	  the existing OpenUri one, with an additional metadata parameter to pass
	  the URI description information in DIDL-Lite XML format.
	- Add the X_DLNA_PS transport action support to allow the
	  playspeeds provided by the renderer once we have provided it a
	  URI (SetAVTransportURI()) in addition to the renderer default
	  playspeeds retrieved via the introspection.
	- Two new methods have been added to the Manager class, renderer_from_name
	  and renderer_from_udn.  These methods can be used to construct
	  Renderer objects from UDNs or friendly names
	- Fix bug: dleyna-renderer can fail to discover a device if a network
	  connection is lost during device construction
	  https://github.com/01org/dleyna-renderer/issues/11
	- Add a Rescan method to Manager interface 
	- Add autogen.sh script to call `autoreconf -i` 
	- Renamed a function and two signals in com.intel.dLeynaRenderer.Manager:
	  GetServers() renamed GetRenderers()
	  FoundServer renamed FoundRenderer
	  LostServer renamed LostRenderer
	- A GetIcon() method is added to the com.intel.dLeynaRenderer.RendererDevice
	  interface

version 0.0.1
	- Initial version of dleyna-renderer.
	- Enable support of deleyna-renderer as git submodules.