commit 0c5c4c58c3411f0715aac9b998e45cc63ec26767
Author: Jens Georg <
[email protected]>
Date: Mon May 23 19:30:17 2016 +0200
Prepare 0.30.3
Signed-off-by: Jens Georg <
[email protected]>
NEWS | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
commit a039b7f0d8dd72aa338c5319f667b372192c056e
Author: Richard Röjfors <
[email protected]>
Date: Sat May 21 22:39:27 2016 +0200
server: Fix potential crash when applying didl
In case the incoming didl does not contain a thumbnail uri do not
access its length.
Signed-off-by: Richard Röjfors <
[email protected]>
https://bugzilla.gnome.org/show_bug.cgi?id=766757
src/librygel-server/rygel-music-item.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit c1dc9f83ce8d50230c4e57722384690449c26080
Author: Jens Georg <
[email protected]>
Date: Sat May 21 12:12:39 2016 +0200
media-export: Fix Artist view on XBox 360
Was broken by the introduction of dc:creator with commit 7e2af489c.
Instead of re-inventing the definitions, just re-use the definitions we use in
the virtual folder hierarchy
Signed-off-by: Jens Georg <
[email protected]>
src/plugins/media-export/rygel-media-export-root-container.vala | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 26c8d2e19f8ac304b24218e594ca45fa07fc83df
Author: Bastien Nocera <
[email protected]>
Date: Wed May 11 23:37:41 2016 +0200
data: Add a way for Rygel to be started via user systemd
This will allow better tracking of whether rygel is running, ensuring
that even if the manager to enable/disable its startup
(gnome-settings-daemon) crashes and needs to restart, its status is
still available by querying the user systemd.
https://bugzilla.gnome.org/show_bug.cgi?id=766332
Makefile.am | 2 +-
configure.ac | 9 +++++++++
data/Makefile.am | 14 ++++++++++++--
data/rygel.service.in | 8 ++++++++
4 files changed, 30 insertions(+), 3 deletions(-)
commit 32203e6bbb25476f47d2a708d2ae367dfec69bd9
Author: Jens Georg <
[email protected]>
Date: Thu May 12 22:36:23 2016 +0200
server: Hack for AVI files on recent Phillips TVs
Also needs video/avi as mime type for AVI files.
Signed-off-by: Jens Georg <
[email protected]>
src/librygel-server/filelist.am | 1 +
src/librygel-server/rygel-client-hacks.vala | 4 +++
src/librygel-server/rygel-phillips-hacks.vala | 40 +++++++++++++++++++++++++++
3 files changed, 45 insertions(+)
commit 4eff8121b53ae54dd6e3442934486f9902f86feb
Author: Jens Georg <
[email protected]>
Date: Sat Apr 30 17:58:49 2016 +0200
media-export: Suppress useless warning
If the backend does not support monitoring, just issue a debug and not a
warning that we were not able to get the file information.
Signed-off-by: Jens Georg <
[email protected]>
https://bugzilla.gnome.org/show_bug.cgi?id=685800
.../rygel-media-export-recursive-file-monitor.vala | 26 +++++++++++++---------
1 file changed, 15 insertions(+), 11 deletions(-)
commit b820d314fb038f58c909d53084d6ddc66c20b0fb
Author: Jens Georg <
[email protected]>
Date: Thu Apr 21 08:38:25 2016 +0200
core: Fix potential strncpy overflow
Signed-off-by: Jens Georg <
[email protected]>
src/librygel-core/rygel-energy-management-helper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 749c9403251e02bb6f3ec1d47ab0bfdbff0d5e4d
Author: Jens Georg <
[email protected]>
Date: Sat Apr 30 18:25:05 2016 +0200
server: Remove annoying warning
With DVD support, the warning is coming up a lot and it's really not fatal.
Make it a debug instead.
Signed-off-by: Jens Georg <
[email protected]>
https://bugzilla.gnome.org/show_bug.cgi?id=685800
src/librygel-server/rygel-media-object.vala | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)