This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
ChangeLog
executable file
·100 lines (93 loc) · 4.24 KB
/
ChangeLog
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
version 0.6.0
- Ensure that g_context.watchers has a valid value
Merge pull request #150
- Merge pull request #132
- Used core functionality dleyna_core_prv_convert_udn_to_path for persistent path
- [m4] Don't use bash arrays in m4 macros
- [m4] Don't use bash "let" builtin
- [m4] Use AS_VAR_APPEND macro instead of "+="
- Merge pull request #154
- Avoid any attempts to delete the same dlr_upnp_t twice
Merge pull request #160
- Fix for issue #161 -- Uninitialized argument value in prv_open_uri_cb
- Merge pull request #162 from 01org/ljsachs-patch-1
- Changed the Copyright to 2017
version 0.5.0
- [Deprecated API] Use new API instead of deprecated
- [Device] Free dlna class strings after use
https://github.com/01org/dleyna-renderer/issues/129
- host-service: use push-host-port setting for the web server
- upnp: use port setting when creating GUPnPContextManager
https://github.com/01org/dleyna-renderer/issues/141
- [Autoconf] Add Math lib to link
https://github.com/01org/dleyna-renderer/issues/117
- Fix various configure & build issues
[Autoconf] Sub Makefile: Remove ACLOCAL_AMFLAGS
https://github.com/01org/dleyna-renderer/issues/124
- daemon: use GLib signal handling
- [Device] Update playspeed when rate is set
- [Configuration] Remove libdleyna-renderer .pc file
version 0.4.0
- Logs: provide correct component version
- Fix typos in the rendererconsole.py test application
- Use GUPnP Mime Type if available
https://github.com/01org/dleyna-renderer/issues/120
- Fix dlr_device_set_position implementation
https://github.com/01org/dleyna-renderer/issues/115
- Fix dlr_device_seek implementation
https://github.com/01org/dleyna-renderer/issues/115
- Fix a couple of memory leaks
- New network filtering API
- The 'never quit' option can be set via the connector
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.