commit 3fe8cbec8b8fe01e62624b8ca8b676f60fc8a98a
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Wed Dec 16 19:46:56 2015 +0000

    Release 0.3.0

 NEWS                 | 264 +++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac         |   6 +-
 src/data/grl-media.c | 205 +++++++++++++++++++++++++++++++++++++--
 src/grl-plugin.c     |   2 +
 src/grl-registry.c   |   5 +-
 src/grl-registry.h   |   4 +
 src/grl-source.c     |   6 +-
 7 files changed, 479 insertions(+), 13 deletions(-)

commit e12b770ee53cb72083cfeaf95ec98f314288e9bc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Dec 16 14:13:10 2015 +0100

    net: Better error message when a mock file is absent
    
    Now we'll print the path of the missing file, instead of a glib message
    about it.

 libs/net/grl-net-mock.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 4760581e6533ff0853de074ef04968a7ab60f0ca
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Wed Dec 16 10:41:32 2015 +0100

    doc: update documentation
    
    No more GrlMediaFoos.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755551

 doc/grilo/grilo-docs.sgml     |   4 -
 doc/grilo/grilo-sections.txt  | 224 ++++++++++++++----------------------------
 doc/grilo/grilo.types         |   4 -
 doc/grilo/plugins-sources.xml |  67 ++++++-------
 doc/grilo/writing-apps.xml    |  21 ++--
 src/data/grl-data.c           |  10 +-
 src/data/grl-media.c          |   3 +-
 src/grl-caps.h                |   2 +-
 src/grl-source.h              |   2 +-
 9 files changed, 120 insertions(+), 217 deletions(-)

commit 96cdec89f6da97206617a4ef302199c523ed155f
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Tue Dec 15 17:35:33 2015 +0100

    core: update serialize/unserialize functions
    
    Use the new flatten GrlMedia to serialize/unserialize.
    
    We keep the same format as in previous versions, except for the containers,
    which are now serialized as "grlcontainer" instead of "grlbox".
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755551

 src/data/grl-media.c | 66 ++++++++++++++++++++++------------------------------
 1 file changed, 28 insertions(+), 38 deletions(-)

commit 7241222a3988177f584291711cc316722280a38d
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Tue Dec 15 17:35:21 2015 +0100

    core: merge GrlMediaBox into GrlMedia
    
    Get rid of GrlMediaBox and use instead GrlMedia.
    
    Also, all references to "box" are converted to "container", as container is a
    more suitable name than boxes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755551

 bindings/vala/grilo-0.3.vapi    |  18 +++--
 examples/browsing-pls.c         |   6 +-
 examples/browsing.c             |   6 +-
 examples/searching.c            |   4 +-
 libs/pls/grl-pls.c              |  23 +++----
 src/Makefile.am                 |   2 -
 src/data/grl-media-box.c        | 144 ----------------------------------------
 src/data/grl-media-box.h        |  95 --------------------------
 src/data/grl-media.c            |  72 ++++++++++++++++++++
 src/data/grl-media.h            |   9 +++
 src/grilo.c                     |   3 -
 src/grilo.h                     |   1 -
 src/grl-source.c                |  34 +++++-----
 src/grl-source.h                |   7 +-
 tools/grilo-launch/grl-launch.c |   8 +--
 tools/grilo-test-ui/main.c      |  14 ++--
 16 files changed, 139 insertions(+), 307 deletions(-)

commit eb29c13eb2b8d4335341e74f0e8906ac3f6241e3
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Tue Dec 15 17:35:16 2015 +0100

    core: merge GrlMediaImage into GrlMedia
    
    Get rid of GrlMediaImage and use instead GrlMedia.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755551

 bindings/vala/grilo-0.3.vapi |  37 ++--
 src/Makefile.am              |   2 -
 src/data/grl-media-image.c   | 467 -------------------------------------------
 src/data/grl-media-image.h   | 156 ---------------
 src/data/grl-media.c         | 184 +++++++++++++++++
 src/data/grl-media.h         |  25 +++
 src/grilo.c                  |   1 -
 src/grilo.h                  |   1 -
 tools/grilo-test-ui/main.c   |   6 +-
 9 files changed, 225 insertions(+), 654 deletions(-)

commit 11c7c84667749a9d6f942744d5eab287e3c73197
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Tue Dec 15 17:35:11 2015 +0100

    core: merge GrlMediaVideo into GrlMedia
    
    Get rid of GrlMediaVideo and use instead GrlMedia.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755551

 bindings/vala/grilo-0.3.vapi |  77 ++---
 src/Makefile.am              |   2 -
 src/data/grl-media-video.c   | 750 -------------------------------------------
 src/data/grl-media-video.h   | 191 -----------
 src/data/grl-media.c         | 584 +++++++++++++++++++++++++++++++--
 src/data/grl-media.h         |  69 +++-
 src/grilo.c                  |   1 -
 src/grilo.h                  |   1 -
 tools/grilo-test-ui/main.c   |   4 +-
 9 files changed, 668 insertions(+), 1011 deletions(-)

commit 53e9029b3bf7fb65123f060d1782aca698827920
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Tue Dec 15 17:35:06 2015 +0100

    core: merge GrlMediaAudio into GrlMedia
    
    Get rid of GrlMediaAudio and use instead GrlMedia.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755551

 bindings/vala/grilo-0.3.vapi |  77 +++--
 libs/pls/grl-pls.c           |   9 +-
 src/Makefile.am              |   2 -
 src/data/grl-media-audio.c   | 680 -------------------------------------------
 src/data/grl-media-audio.h   | 158 ----------
 src/data/grl-media.c         | 524 ++++++++++++++++++++++++++++++++-
 src/data/grl-media.h         |  71 ++++-
 src/grilo.c                  |   1 -
 src/grilo.h                  |   1 -
 tools/grilo-test-ui/main.c   |   4 +-
 10 files changed, 619 insertions(+), 908 deletions(-)

commit 900a3ab4ad7c93aecc5b10ba7722b026bb65d88a
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Tue Dec 15 17:35:00 2015 +0100

    core: add GrlMedia media-type property
    
    This property will store the type of media (audio, video, image or container).
    
    The type for supported media in source has been renamed to GrlSupportedMedia.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755551

 bindings/vala/grilo-0.3.vapi | 20 +++++++++---
 src/Makefile.am              |  2 +-
 src/data/grl-media.c         | 74 ++++++++++++++++++++++++++++++++++++++++++++
 src/data/grl-media.h         | 22 +++----------
 src/grl-metadata-key.h       | 16 ++++++++++
 src/grl-source.c             | 10 +++---
 src/grl-source.h             | 18 ++++++++++-
 tools/grilo-test-ui/main.c   | 16 +++++-----
 8 files changed, 140 insertions(+), 38 deletions(-)

commit a9a7101b805082987e222a97fe1edada61038517
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Tue Dec 15 17:34:51 2015 +0100

    core: merge key and relation functions
    
    Merge register_relation function into register_key, so when creating a new key
    make explicitly if the key is related with other.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755551

 bindings/vala/grilo-0.3.vapi |   5 +-
 src/grl-metadata-key.c       | 151 ++++++++++++++++++++++++-------------------
 src/grl-registry-priv.h      |   1 +
 src/grl-registry.c           |  96 +++++++++++----------------
 src/grl-registry.h           |   5 +-
 5 files changed, 124 insertions(+), 134 deletions(-)

commit efd52bb9bda14863fdd475d63ef56ea4a66d3037
Author: Olav Vitters <olav@vitters.nl>
Date:   Tue Dec 15 22:20:35 2015 +0100

    update tests for grl_registry_load_all_plugins API change

 tests/registry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9c476361a804c26b4d47de94b3bb94c63f56fbf0
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Thu Dec 10 11:34:29 2015 +0000

    core: split plugin loading from plugin activation
    
    Explicitly separate the loading plugin process from activation process.
    
    Thus we can load several plugins from different places, and activate all
    of them together.
    
    Loading the plugin will run the plugin's registering function, while
    activating will run the plugin's activation function.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759295

 bindings/vala/grilo-0.3.vapi             |   5 +-
 examples/browsing-pls.c                  |   5 +-
 examples/browsing.c                      |   2 +-
 examples/configuring-plugins.c           |   2 +-
 examples/efficient-metadata-resolution.c |   2 +-
 examples/loading-plugins.c               |   2 +-
 examples/multivalues.c                   |   2 +-
 examples/searching.c                     |   2 +-
 src/grl-registry.c                       | 343 ++++++++-----------------------
 src/grl-registry.h                       |   9 +-
 tools/grilo-inspect/grl-inspect.c        |   2 +-
 tools/grilo-launch/grl-launch.c          |   2 +-
 tools/grilo-test-ui/main.c               |   4 +-
 13 files changed, 111 insertions(+), 271 deletions(-)

commit e0d59b36c7df7439b091510e7b52eac616d0b3c3
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Thu Dec 10 11:33:17 2015 +0000

    core: remove optional info in plugins
    
    Set only a restricted set of information in plugins.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759295

 bindings/vala/grilo-0.3.vapi      |   7 +-
 src/grl-plugin-priv.h             |   9 ++-
 src/grl-plugin.c                  | 147 +++++++++++++++-----------------------
 src/grl-plugin.h                  |   7 +-
 src/grl-registry.c                |  66 +++++++++--------
 tools/grilo-inspect/grl-inspect.c |  23 ++----
 6 files changed, 105 insertions(+), 154 deletions(-)

commit d1c29751d4040dcd499bed883cedff421539fcd3
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Thu Dec 10 11:32:34 2015 +0000

    core: Add GrlPluginDescriptor in GrlPluginPrivate
    
    Integrate the plugin descriptor inside private class.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759295

 bindings/vala/grilo-0.3.vapi |  3 ---
 src/grl-plugin-priv.h        |  6 ++---
 src/grl-plugin.c             | 63 +++++++++++++++++++++++++-------------------
 3 files changed, 39 insertions(+), 33 deletions(-)

commit 222beefa6d0deea483e35010878b4828bc41a5d4
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Thu Dec 10 11:31:46 2015 +0000

    core: add GRL_PLUGIN_DEFINE()
    
    Defines a new plugin that can be loaded later.
    
    It adds all the fields that usually go in the XML file.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759295

 bindings/vala/grilo-0.3.vapi |   4 ++
 src/grl-registry.c           |  32 +++++------
 src/grl-registry.h           | 123 ++++++++++++++++++++++++++-----------------
 3 files changed, 96 insertions(+), 63 deletions(-)

commit 6d68858dad2afbc0662021f9ca4d7167d79fb48a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Dec 1 16:17:02 2015 +0100

    core: Remove trailing '/' from GrlMedia IDs
    
    grl-launch-0.3 -S browse -k title grlbox://grl-tracker-source/videos/
    should have the same output as:
    grl-launch-0.3 -S browse -k title grlbox://grl-tracker-source/videos
    
    The first would get its ID parsed to "videos/" whereas the second would
    be parsed to "videos". Chomp the trailing '/'.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758654

 src/data/grl-media.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 539cf42ce0a7f6f6fc4698b12bd0845a711957af
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 25 14:18:21 2015 +0100

    grl-launch: Add examples to man page
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758655

 grl-launch-0.3.1 | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

commit 2c3d2b39d2077464b6745332f1d2fce96b858799
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 25 11:59:02 2015 +0100

    grl-launch: Clarify "-T" option
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758655

 grl-launch-0.3.1                | 2 +-
 tools/grilo-launch/grl-launch.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 0b7ed08f0a4cb7449d0c63ab5a4ec431640c98b4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 25 12:28:50 2015 +0100

    source: Warn against broken media boxes
    
    All media boxes should have IDs for us to be able to serialise, or
    deserialise it, and, for example, browse the sub-boxes in some sources
    with grl-launch.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758654

 src/grl-source.c | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 3f4ec06aacd6dcae1a10c1d5f01ebcbc31f62137
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Dec 13 18:37:29 2015 +0100

    Updated Slovenian translation

 po/sl.po | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit d8cd2e0bc668342684fea140cf5c8e7e975e1fbf
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Thu Dec 10 11:21:21 2015 +0000

    build: Show better configuration info
    
    Pretty-print configuration setup.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755702

 configure.ac | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

commit e7329cd8ff8434373846242e4d533eb1d20edd19
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:   Thu Nov 19 21:43:33 2015 +0200

    Updated Hebrew translation

 po/he.po | 87 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 46 insertions(+), 41 deletions(-)

commit 03ee49edcd50f48d2c720bc5e29212b1793404f3
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Tue Nov 10 13:58:16 2015 +0000

    Updated Occitan translation

 po/oc.po | 147 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 76 insertions(+), 71 deletions(-)

commit b8f35a6bdf495c085d16759c5cc224a680dbc9b3
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Oct 21 17:54:16 2015 +0100

    Revert "Revert "Revert "Updated Basque language"""
    
    This reverts commit 6680b876475b158a6410c91c4af572fb7475f08a.
    
    Sorry, wrong repository.

 po/eu.po | 89 ++++++++++++++++++++++++++++++----------------------------------
 1 file changed, 42 insertions(+), 47 deletions(-)

commit 6680b876475b158a6410c91c4af572fb7475f08a
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Oct 21 17:54:11 2015 +0100

    Revert "Revert "Updated Basque language""
    
    This reverts commit db6c817568d8b9c01d8be06fd71dab5005d7de7a.

 po/eu.po | 89 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 47 insertions(+), 42 deletions(-)

commit db6c817568d8b9c01d8be06fd71dab5005d7de7a
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Oct 21 17:52:46 2015 +0100

    Revert "Updated Basque language"
    
    This reverts commit 499045f6397fa925f3c42be166a33808f74f7f9a.
    
    Only G-C-C has been ported.

 po/eu.po | 89 ++++++++++++++++++++++++++++++----------------------------------
 1 file changed, 42 insertions(+), 47 deletions(-)

commit 499045f6397fa925f3c42be166a33808f74f7f9a
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Oct 14 12:35:30 2015 +0200

    Updated Basque language

 po/eu.po | 89 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 47 insertions(+), 42 deletions(-)

commit 770f78f7825926751d20de458e4641b9ba75b68e
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Fri Oct 2 14:30:34 2015 +0000

    grl-inspect: print related keys

 tools/grilo-inspect/grl-inspect.c | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

commit 71e453b18a64b3cb5b2ec4b3072e4f4549518d97
Author: GNOME Translation Robot <gnome-sysadmin@gnome.org>
Date:   Fri Oct 2 07:06:55 2015 +0000

    Updated German translation

 po/de.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 240b31ee7da329e53e317c637664f68a11474071
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Wed Sep 30 20:52:51 2015 +0000

    build: surround GRL_MAJORMINOR with braces
    
    It fixes distcheck.

 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 40641d92518b15a88f24986025c946c958102609
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Wed Sep 30 15:45:29 2015 +0000

    travis: Update Travis requirements
    
    Use ppa:grilo-team/travis repository, and add also libtotem-plparser-dev to be
    able to build GrlPls.

 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 41b533f2006311cb8c1b099245401038b15400f4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 24 14:38:17 2015 +0200

    vala: Don't remove .deps file on clean
    
    Instead, they should only be removed when maintainer-clean is done.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755368

 bindings/vala/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 8e511b672b3d37b43d0b8d036896a2a196f143d0
Author: Victor Toso <me@victortoso.com>
Date:   Thu Sep 24 11:21:20 2015 +0200

    build: fix build due syntax error
    
    commit 2a73d7deaad9fbdebf3441d72b aims to fix missing dependencies but
    introduced syntax error.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755516

 configure.ac | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 0c035d7086213407ce90cfe2bbf1ff5529e4d729
Author: Xavier Claessens <xavier.claessens@collabora.com>
Date:   Tue Sep 22 13:54:20 2015 -0400

    pls: annotate that filter_func can be NULL
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755433

 libs/pls/grl-pls.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 4d50af277d5f2dadbdef009fd60730eb5eae9b98
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 23 12:59:43 2015 +0200

    tests: Remove GLIB_CHECK_VERSION check for unsupported version

 tests/registry.c | 4 ----
 1 file changed, 4 deletions(-)

commit cd9871c0a1cdb8fcc3a1b7a748e7c117d6547d94
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 23 12:59:29 2015 +0200

    core: Remove GLIB_CHECK_VERSION check for unsupported version

 src/grilo.c | 4 ----
 1 file changed, 4 deletions(-)

commit 2a73d7deaad9fbdebf3441d72b8316bdf4258024
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 23 11:35:04 2015 +0200

    build: Fail when library dependencies are missing
    
    When --disable-grl-pls or --disable-grl-net is not passed, fail so that
    users know that those internal libraries are strongly recommended.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=755367

 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

commit 75f2306f85f34fa95bbcb7e5ea158ef6f20eefb4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 23 11:34:22 2015 +0200

    net: Remove support for libsoup < 2.42
    
    Was released 2.5 years ago.

 configure.ac          |  7 +------
 libs/net/Makefile.am  |  5 -----
 libs/net/grl-net-wc.c | 25 ++-----------------------
 3 files changed, 3 insertions(+), 34 deletions(-)

commit 25425e4817b88297408161b581aa22a103dca082
Author: Милош Поповић <gpopac@gmail.com>
Date:   Wed Sep 23 08:38:25 2015 +0000

    Updated Serbian translation

 po/sr.po | 100 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 49 insertions(+), 51 deletions(-)

commit 61f6a87313fd4717021485d4fa96e4b941ed6935
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 22 18:20:24 2015 +0200

    build: Also bump grl-net and grl-pls to 0.3
    
    Turns out that grilo-plugins expects grl-net and grl-pls to be the same
    version as grilo itself, which is likely what a number of applications
    also do.
    
    This is easier to deal with than versions changing, and matches what
    GLib does for example.
    
    This also fixes a number of lingering references to 0.2 as the major
    version number.

 Makefile.am                             |  6 +--
 configure.ac                            | 14 ++---
 grilo-net-0.2.pc.in                     | 15 ------
 grilo-net-0.3.pc.in                     | 15 ++++++
 grilo-net-uninstalled.pc.in             |  2 +-
 grilo-pls-0.2.pc.in                     | 15 ------
 grilo-pls-0.3.pc.in                     | 15 ++++++
 grilo-pls-uninstalled.pc.in             |  2 +-
 grl-inspect-0.2.1                       | 58 ---------------------
 grl-inspect-0.3.1                       | 58 +++++++++++++++++++++
 grl-launch-0.2.1                        | 90 ---------------------------------
 grl-launch-0.3.1                        | 90 +++++++++++++++++++++++++++++++++
 tools/grilo-test-ui/Makefile.am         |  2 +-
 tools/grilo-test-ui/grilo-test-ui-0.2.1 | 41 ---------------
 tools/grilo-test-ui/grilo-test-ui-0.3.1 | 41 +++++++++++++++
 15 files changed, 232 insertions(+), 232 deletions(-)

commit 555654f4132801a4d9950b65f147ba0a01365e38
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 22 17:37:10 2015 +0200

    build: Require a newer GLib version
    
    And always build the NetworkMonitor support for networked sources.

 configure.ac       |  7 +------
 src/grl-registry.c | 16 ----------------
 2 files changed, 1 insertion(+), 22 deletions(-)

commit 16f535813039740aca17224d2e04d0e8b24e47cb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 22 17:35:32 2015 +0200

    core: Remove deprecated functions

 doc/grilo/grilo-sections.txt    |  2 --
 src/grl-operation-options.c     | 36 ------------------------------------
 src/grl-operation-options.h     |  7 -------
 tools/grilo-launch/grl-launch.c |  2 +-
 4 files changed, 1 insertion(+), 46 deletions(-)

commit 3314e9fb9b35e9765e31a213132ed3d45e90f5e2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Mar 25 19:17:03 2015 +0100

    core: Add a way to load builtin plugins
    
    Instead of requiring plugins to ship an xml description, and a separate
    .so shared library, allow applications to load plugins it implements
    itself.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=747026

 doc/grilo/grilo-sections.txt |  1 +
 src/grl-registry.c           | 67 ++++++++++++++++++++++++++++++++++++++++++++
 src/grl-registry.h           |  4 +++
 3 files changed, 72 insertions(+)

commit 3de5440317756a03e08da472c6bd38ca8d610b59
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 22 17:31:00 2015 +0200

    build: Bump version to 0.3.0
    
    As this is a new development cycle.

 Makefile.am                             |    2 +-
 bindings/vala/Grl-0.2.metadata          |   15 -
 bindings/vala/Grl-0.3.metadata          |   15 +
 bindings/vala/GrlNet-0.2.metadata       |    3 -
 bindings/vala/GrlNet-0.3.metadata       |    3 +
 bindings/vala/grilo-0.2-custom.vala     |  123 ----
 bindings/vala/grilo-0.2.deps            |    2 -
 bindings/vala/grilo-0.3-custom.vala     |  123 ++++
 bindings/vala/grilo-0.3.deps            |    2 +
 bindings/vala/grilo-0.3.vapi            | 1050 +++++++++++++++++++++++++++++++
 bindings/vala/grilo-net-0.2-custom.vala |    1 -
 bindings/vala/grilo-net-0.2.deps        |    1 -
 bindings/vala/grilo-net-0.3-custom.vala |    1 +
 bindings/vala/grilo-net-0.3.deps        |    1 +
 bindings/vala/grilo-net-0.3.vapi        |   43 ++
 configure.ac                            |    8 +-
 doc/grilo/environment-setup.xml         |    2 +-
 grilo-0.2.pc.in                         |   17 -
 grilo-0.3.pc.in                         |   17 +
 19 files changed, 1261 insertions(+), 168 deletions(-)

commit bbb894b1620f7a4d0502ec00d3b4540dc5842628
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 10 11:34:44 2015 +0200

    core: Use correct word for 'duplicates'

 src/grl-source.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4e49f8d2918c09fbf60c2007bb1c8998f135e7e2
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Sun Sep 20 17:25:39 2015 +0000

    Updated Danish translation

 po/da.po | 95 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 51 insertions(+), 44 deletions(-)

commit 071b67d65342a10e16e75a0e3cc4f844cf9620df
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Sat Sep 19 22:31:06 2015 +0000

    Updated Swedish translation

 po/sv.po | 101 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 54 insertions(+), 47 deletions(-)

commit aa7209961c19b05c5523320cefb5b3fd9b9524bc
Author: Bernd Homuth <dev@hmt.im>
Date:   Thu Sep 17 19:41:02 2015 +0000

    Updated German translation

 po/de.po | 101 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 55 insertions(+), 46 deletions(-)

commit d82d0203a6a62f9c55c04560062aa8ff136eb1be
Author: Muhammet Kara <muhammetk@gmail.com>
Date:   Thu Sep 17 18:03:45 2015 +0000

    Updated Turkish translation

 po/tr.po | 80 +++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 46 insertions(+), 34 deletions(-)

commit b7ad2cfeb59648a7c7bc17383c5c16352535e343
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Sep 13 17:22:15 2015 +0200

    Updated Czech translation

 po/cs.po | 91 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 48 insertions(+), 43 deletions(-)

commit 532d6537d4898596d86ec393b05e88477f3a1356
Author: Seong-ho Cho <shcho@gnome.org>
Date:   Sat Sep 12 13:45:57 2015 +0900

    Updated Korean translation

 po/ko.po | 99 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 52 insertions(+), 47 deletions(-)

commit 5f42c1e86056607fdcc8be246175d7435521b1e5
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Sep 8 23:26:01 2015 +0200

    Updated Slovenian translation

 po/sl.po | 96 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 46 deletions(-)

commit b74c0e320095b12a98c5e933b1e2af3b50f28037
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Mon Sep 7 12:12:49 2015 +0000

    Updated French translation

 po/fr.po | 89 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 47 insertions(+), 42 deletions(-)

commit caf231f029025dce644c28e7b92f247564dfc991
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Fri Sep 4 22:33:50 2015 +0000

    Updated Greek translation

 po/el.po | 91 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 48 insertions(+), 43 deletions(-)

commit 6558ba92f0b210711bab48117b77b69e56eddec8
Author: Claudio Arseni <claudio.arseni@gmail.com>
Date:   Fri Sep 4 07:52:10 2015 +0000

    Updated Italian translation

 po/it.po | 101 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 54 insertions(+), 47 deletions(-)

commit f108e7dded032e4fbb42ae710585e819175fae74
Author: Andika Triwidada <andika@gmail.com>
Date:   Thu Sep 3 20:46:35 2015 +0000

    Updated Indonesian translation

 po/id.po | 94 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 50 insertions(+), 44 deletions(-)

commit 855fa82cf7e34f3183062b837ba629d583973e92
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Wed Sep 2 20:58:44 2015 +0300

    Updated Lithuanian translation

 po/lt.po | 96 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 46 deletions(-)

commit b3c5e91d4e2c4606e4712837d2e62d33234a18be
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Sep 2 18:52:38 2015 +0200

    Updated Spanish translation

 po/es.po | 94 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 50 insertions(+), 44 deletions(-)

commit a05a65f34ba36f44a3e06390c6806727f7454dfa
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 2 13:54:12 2015 +0200

    build: Fix tests enablements
    
    Spotted by Michael Terry <michael.terry@canonical.com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693450