commit 7d0e90cd4cc4d59e36d7e8681ff41c3a66d3bc09
Author: Jens Georg <mail@jensge.org>
Date:   Tue Sep 4 22:42:00 2018 +0200

    Prepare Rygel 0.36.2

 NEWS | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

commit cabd8653305207dc85552d7461e68ac4985f16c1
Author: Jens Georg <mail@jensge.org>
Date:   Tue Sep 4 22:19:41 2018 +0200

    build: Enable tagging with rygel-<version>
    
    Fixes #114

 build-aux/git-version-gen | 7 +++++--
 configure.ac              | 4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)

commit c49298a9d390231d86f5788639018b9da8ff38ca
Author: Jens Georg <mail@jensge.org>
Date:   Tue Sep 4 21:50:19 2018 +0200

    build: Bump GSSDP requirement
    
    We need at least 0.14.15 (that's quite old) for
    gssdp_client_guess_user_agent. Bumping was forgotten in commit
    56e4fd19fb

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4025ad299af13d21e20abc4defef077816bb7570
Author: Jens Georg <mail@jensge.org>
Date:   Tue Sep 4 21:48:04 2018 +0200

    all: Fix warings rergarding DBus errors
    
    Newer vala wants us to throw IOError and DBusError

 src/librygel-core/rygel-dbus-interface.vala         |  2 +-
 src/plugins/external/rygel-external-interfaces.vala | 12 ++++++++----
 src/plugins/mpris/rygel-mpris-interfaces.vala       | 12 ++++++------
 src/plugins/tracker/rygel-tracker-interfaces.vala   | 13 ++++++++-----
 src/rygel/rygel-dbus-service.vala                   |  2 +-
 5 files changed, 24 insertions(+), 17 deletions(-)

commit 388da8133d9ca58177f06f98fcfc8f4961a8440f
Author: Jens Georg <mail@jensge.org>
Date:   Tue Sep 4 21:36:08 2018 +0200

    media-export: Only scrub name when doing meta-data
    
    If not extracting meta-data, leave file-name as-is.
    There is still the issue that if there's no other meta-data, it might be
    really hard to distinguish the files from each other.
    
    Solves #119 - at least partially

 .../media-export/rygel-media-export-extractor.vala       | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

commit cc6eb0b674b15784e5aa90c588b9af5f05257ff5
Author: Jens Georg <mail@jensge.org>
Date:   Sun Aug 19 13:45:12 2018 +0200

    renderer-gst: Add video/avi as supported content-type

 src/librygel-renderer-gst/rygel-playbin-player.vala | 1 +
 1 file changed, 1 insertion(+)

commit b481dbea0ee99219906c2d60b0cd85044a91594a
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Aug 16 20:28:12 2018 +0200

    Update MSGID_BUGS_ADDRESS in po/Makevars

 po/Makevars | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit ecac663d958967f0f320b57da3ecf08920456bc9
Author: Jens Georg <mail@jensge.org>
Date:   Wed Jun 6 00:00:22 2018 +0200

    tests: Fix for previous vala api change

 tests/object-creator/test.vala       |  4 ++--
 tests/searchable-container/test.vala | 20 ++++++++++----------
 2 files changed, 12 insertions(+), 12 deletions(-)

commit c5445ef5e111b05a87c9784cf5760ffda48ca168
Merge: 8e5aeed7e 36fc7c854
Author: Jens Georg <mail@jensge.org>
Date:   Tue Jun 5 20:52:57 2018 +0000

    Merge branch 'wip/ricotz/async-out' into 'master'
    
    Asynchronous out-parameters are only allowed at the end of argument lists
    
    See merge request GNOME/rygel!2

commit 36fc7c8549cc8968352d05c92987a9e60e50070c
Author: Rico Tzschichholz <ricotz@ubuntu.com>
Date:   Tue Jun 5 22:40:01 2018 +0200

    Asynchronous out-parameters are only allowed at the end of argument lists

 src/librygel-server/rygel-client-hacks.vala            |  8 ++++----
 src/librygel-server/rygel-content-directory.vala       |  4 ++--
 src/librygel-server/rygel-object-creator.vala          |  4 ++--
 src/librygel-server/rygel-search.vala                  |  8 ++++----
 src/librygel-server/rygel-searchable-container.vala    | 18 +++++++++---------
 src/librygel-server/rygel-simple-container.vala        |  8 ++++----
 src/librygel-server/rygel-wmp-hacks.vala               |  8 ++++----
 src/librygel-server/rygel-xbox-hacks.vala              |  8 ++++----
 src/plugins/external/rygel-external-container.vala     |  8 ++++----
 src/plugins/lms/rygel-lms-category-container.vala      |  8 ++++----
 .../media-export/rygel-media-export-db-container.vala  |  8 ++++----
 .../rygel-media-export-query-container.vala            |  8 ++++----
 .../rygel-media-export-root-container.vala             | 12 ++++++------
 .../tracker/rygel-tracker-category-all-container.vala  |  8 ++++----
 .../tracker/rygel-tracker-search-container.vala        | 12 ++++++------
 15 files changed, 65 insertions(+), 65 deletions(-)

commit 8e5aeed7ef10c52f91cec412c8f9f7a7321174cd
Merge: 24e76fff7 4d341f0f5
Author: Jens Georg <mail@jensge.org>
Date:   Sun Jun 3 12:41:42 2018 +0000

    Merge branch '118-user-config-dir-is-localized' into 'master'
    
    Resolve "user config dir is localized"
    
    Closes #118
    
    See merge request GNOME/rygel!1

commit 4d341f0f5ac1cc395fd96281ad299ee2a608fe69
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jun 2 09:55:54 2018 +0000

    Don't use localized name for the config dir
    
    Just use "Rygel" for config path name instead of
    GLib.Environment.get_application_name() which returns localized name.
    
    Close https://gitlab.gnome.org/GNOME/rygel/issues/118

 src/librygel-core/rygel-root-device-factory.vala | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 24e76fff70024a9f225ac168dce8053d1e3745d0
Author: Jens Georg <mail@jensge.org>
Date:   Wed May 30 14:36:43 2018 +0200

    build: use foreign to cope with now missing README

 README.md    | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 4833a2dc7edfdff0d45f3890b6efe6c1bd8e8c24
Author: Jens Georg <mail@jensge.org>
Date:   Tue May 29 12:02:08 2018 +0000

    docs: Update README.md for gitlab Markdown

 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 7523f03e7a2503516b4cbe6480b31807ba355f9d
Author: Jens Georg <mail@jensge.org>
Date:   Tue May 29 14:00:33 2018 +0200

    Update README

 README => README.md | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

commit 4c52ba4b661f327de46cc984fe954e7147f97a06
Author: Mingcong Bai <jeffbai@aosc.xyz>
Date:   Mon May 21 14:24:37 2018 +0000

    Update Chinese (China) translation

 po/zh_CN.po | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

commit f3d160e4cda20d5925a8571e5d4605c195db7fdc
Author: Waldo Luís Ribeiro <waldoribeiro@sapo.pt>
Date:   Tue May 15 09:32:05 2018 +0000

    Update British English translation

 po/en_GB.po | 688 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 383 insertions(+), 305 deletions(-)

commit d7d65545555e149457fff1d689e21079bae3116a
Author: Rico Tzschichholz <ricotz@ubuntu.com>
Date:   Thu Apr 19 21:14:41 2018 +0200

    Drop default value of non-automatic property for newer vala

 .../rygel-basic-management-test-nslookup.vala            |  6 ++----
 src/librygel-core/rygel-basic-management-test-ping.vala  | 16 ++++------------
 .../rygel-basic-management-test-traceroute.vala          | 16 ++++------------
 .../rygel-default-player-controller.vala                 |  6 ++----
 4 files changed, 12 insertions(+), 32 deletions(-)

commit 22bbb5b08ea34676d791f8410db46920109a2ab3
Author: Mingye Wang <arthur200216@gmail.com>
Date:   Fri Mar 23 00:25:24 2018 +0800

    Update zh_CN translation

 po/zh_CN.po | 507 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 252 insertions(+), 255 deletions(-)

commit 9ac299add81988b38cb24f63b43ff7a6d899e5ff
Author: gogo <trebelnik2@gmail.com>
Date:   Sat Mar 17 20:58:26 2018 +0000

    Update Croatian translation

 po/hr.po | 444 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 223 insertions(+), 221 deletions(-)

commit 5899cdfe9ff650eb8b71c2486154bc01a7629ffa
Author: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Date:   Mon Jan 8 21:38:54 2018 +0100

    Allow UI build without gstreamer-video
    
    If EXAMPLE_UI dependencies are not met, only display a warning instead
    of ending configure with an error.
    Indeed, currently, we can't build rygel UI without gstreamer-video which
    is only a dependency of fullscreen-renderer application.
    
    fullscreen-renderer won't be build without gstreamer as HAVE_GSTREAMER
    has to be true to check HAVE_UI in examples/Makefile.am
    
    Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=792358

 configure.ac | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 6c92095ab13a5695ca5add2085309e345552546b
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Feb 24 00:43:51 2018 +0100

    Fix Spanish translation header

 po/es.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)