commit 5c4cf31f8c493162071c19c838f2a8ae37b558da Author: Jens Georg Date: Sat Apr 28 19:12:00 2012 +0200 Prepare 0.14.1 NEWS | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) commit 04b5ca6a026e1fc5156cbfca7caadd13da34860b Author: Jens Georg Date: Sat Apr 28 18:48:37 2012 +0200 ui: Remove autostart file first Remove autostart file and disable option before trying to shut down a running Rygel instance to prevent a shut-down failure leaving an autostart file dangling around. src/ui/rygel-writable-user-config.vala | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 4fdfe168ab2d2e859d662bf28dadb50c0d8b180e Author: Jens Georg Date: Thu Apr 12 18:09:09 2012 +0200 ui: Fix initial set-up For the UPnP enable/disable setting, check if we're using the global or a local settings file. Otherwise the autostart file is never linked. src/ui/rygel-preferences-dialog.vala | 4 +--- src/ui/rygel-writable-user-config.vala | 23 +++++++++++++++++++---- 2 files changed, 20 insertions(+), 7 deletions(-) commit 2691e091d018a1a2a573565afb686f5a89a1db94 Author: Jens Georg Date: Fri Apr 13 21:49:30 2012 +0200 core: Escape URI for ChangeLog https://bugzilla.gnome.org/show_bug.cgi?id=674071 src/rygel/rygel-av-transport.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit fbaa4416f42a30e26a79af3859156186a5211b1c Author: Jens Georg Date: Thu Apr 26 20:10:37 2012 +0200 core: Add Mediabolic devices to V1 downgrade Includes the Onkyo TX-NRxxx https://bugzilla.gnome.org/show_bug.cgi?id=674733 data/rygel.conf | 2 +- src/rygel/rygel-v1-hacks.vala | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) commit a98fa15cc52ca486f1a7a3e5e7d3c3201e2d2479 Author: Jens Georg Date: Sat Mar 24 10:41:55 2012 +0100 playbin: Notify duration change only once src/plugins/playbin/rygel-playbin-player.vala | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) commit 66317e6ece444c4c4999d2462cb63a36b478dc75 Author: Jens Georg Date: Sat Mar 24 10:33:11 2012 +0100 media-export: Map proper UPnP class everywhere 09e5bc9d only fixed the Album case; Genre used a wrong attribute and the mapping was only done for leaf container. This patch fixes the attribute and applies the mapping to all containers. ...rygel-media-export-query-container-factory.vala | 79 +++++++++++++------- 1 file changed, 53 insertions(+), 26 deletions(-) commit 353e2284999043165a0aa585f0977be78eda3029 Author: Jens Georg Date: Fri Apr 6 00:06:51 2012 +0200 core: Fix SinkProtocolInfo generation Previously it generated an incorrect protocol info on transport protocol boundaries e.g. "internal:*:foo/bar:*http-get:*foo/bar:*" src/rygel/rygel-sink-connection-manager.vala | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit adb89ab72986f62d25f565564d6dfe8a1f3e3662 Author: Yuri Myasoedov Date: Thu Mar 29 14:02:12 2012 +0400 Updated Russian translation po/ru.po | 294 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 163 insertions(+), 131 deletions(-) commit db4c5a018c5038eaf9618984180d5135efe284ce Author: Jens Georg Date: Fri Apr 6 00:14:26 2012 +0200 mpris: Fix compilation with glib <= 2.28 src/plugins/mpris/rygel-mpris-player.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)