commit 0aaa3264f652e28ec5d54d0989a9e46a7a261059
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 17 17:56:36 2015 +0100

    build: Default to building .tar.xz tarballs

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

commit 00f1f93eeabf89fd94014061060b77d700cfe84f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 17 13:39:12 2015 +0100

    pls: Support older versions of totem-pl-parser
    
    But no need to recompile grilo to support newer versions.

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

commit 50ff107e98481cf44b540323d851ce2115146b21
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Feb 8 16:11:41 2015 +0100

    pls: Export the "audio-track" playlist attribute
    
    https://bugzilla.gnome.org/show_bug.cgi?id=744168

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

commit 47835b939d5cccc96e7d0f9bfaca954bdf719961
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Feb 8 15:41:41 2015 +0100

    core: Add "audio-track" property
    
    https://bugzilla.gnome.org/show_bug.cgi?id=744168

 bindings/vala/grilo-0.2-custom.vala |  2 ++
 src/grl-metadata-key.c              | 13 +++++++++++++
 src/grl-metadata-key.h              |  1 +
 3 files changed, 16 insertions(+)

commit 3ba699dd90ed5b99d77c444c134324e1f917d2ea
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri May 30 16:33:12 2014 +0200

    core: Fix possible crash when passing NULL options
    
    grl_operation_options_get_resolution_flags() shouldn't
    crash when the options passed are NULL.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724308

 src/grl-operation-options.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit c65c68bd8aa302869782e12a6be93494c5909fc1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue May 13 08:39:52 2014 +0200

    core: Rename GrlOperationOptions "flags" to "resolution-flags"
    
    And add the associated functions as well. Deprecate the old
    functions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724308

 examples/browsing-pls.c                  |  2 +-
 examples/browsing.c                      |  2 +-
 examples/efficient-metadata-resolution.c |  4 +--
 examples/multivalues.c                   |  2 +-
 examples/searching.c                     |  2 +-
 libs/pls/grl-pls.c                       |  4 +--
 src/grl-caps.c                           |  2 +-
 src/grl-operation-options-priv.h         |  2 +-
 src/grl-operation-options.c              | 54 ++++++++++++++++++++++++++------
 src/grl-operation-options.h              |  7 +++++
 src/grl-source.c                         | 34 ++++++++++----------
 tools/grilo-launch/grl-launch.c          |  8 ++---
 tools/grilo-test-ui/main.c               |  4 +--
 13 files changed, 85 insertions(+), 42 deletions(-)

commit 6329e1be0d3e585ccbdf5d6fbf416c15ce6f93f4
Author: Sebastian Keller <sebastian-keller@gmx.de>
Date:   Thu Feb 12 17:43:51 2015 +0100

    core: Fix memory leak in get_additional_sources
    
    missing_in_data creates a new list which was not being freed by
    get_additional_sources.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=744408

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

commit dcb7405b622c5fe1b31b596435255034b6bbf69c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 22 15:15:24 2015 +0100

    core: Make grl_init_get_option_group() available to bindings
    
    Now that it's registered as a boxed type.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=743349
    
    https://bugzilla.gnome.org/show_bug.cgi?id=743351

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

commit 48fa64f445a745e148a2065c8f3d473ef0932366
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 22 16:07:50 2015 +0100

    core: Fix grl_init() when using the GOptionGroup instead
    
    Using the GOptionGroup instead of grl_init() should still make sure
    to setup all the necessary plugin paths, etc. Move most of the code
    from grl_init() to pre- and post-parse GOptionGroup hooks.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=743353

 src/grilo.c | 80 ++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 50 insertions(+), 30 deletions(-)

commit fcf23a97ea6d8232643d0f5d4adf22d188307c5f
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Thu Jan 29 17:20:15 2015 +0000

    core: Check if source is valid
    
    Before checking if source is visible, check if it is a valid source.

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

commit 76eafa8194c4563190cbfe6cd058c02576e8c7f4
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Thu Jan 29 14:40:15 2015 +0000

    build: fix distcheck for Vala
    
    Metadata file has changed, and we also need to clean vapi files.

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

commit d24cdcfb1dc221d4b3efe5e7c5a75d2212058d37
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Dec 16 17:32:23 2014 +0100

    core: Make the property name match the metadata key name
    
    GRL_METADATA_KEY_PUBLICATION_DATE should really correspond to
    "publication-date" not "publishing-date".
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741605

 src/grl-metadata-key.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6da7929afcc0a49cb298d9a1e5bc68f5b36406a7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Dec 2 15:15:19 2014 +0100

    core: Add tag to grl_operation_options_get_key_range_filter
    
    Add "transfer none" to the out parameters of
    grl_operation_options_get_key_range_filter().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741020

 src/grl-operation-options.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a4fac2b310750e42435fc527e9bbe936d7be8f23
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 1 01:02:18 2014 +0100

    core: Add register_keys plugin function
    
    This allows for custom metadata keys to be registered before the
    plugins, or even the sources, are loaded.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740943

 src/grl-plugin-priv.h |   5 +++
 src/grl-plugin.c      |  38 ++++++++++++++++++
 src/grl-registry.c    | 104 +++++++++++++++++++++++++++++++++-----------------
 src/grl-registry.h    |  33 +++++++++++++---
 4 files changed, 140 insertions(+), 40 deletions(-)

commit 7a7ccfc43d558e5b6f425498fd8be9d2664eabd0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 22 13:24:14 2015 +0100

    build: Add vapigen.m4 file
    
    To avoid errors during autogen.sh if vala is not present on the
    system.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742645

 m4/vapigen.m4 | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 101 insertions(+)

commit e8f99d98a58f001984d5f01a6c7395592bff4cf9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 21 23:54:45 2015 +0100

    core: Fix annotation of grl_init() to fix vala bindings
    
    Trying to pass args (argc/argv) to grl.init() failed in vala with the error:
    error: Argument 1: Cannot pass unowned ref argument to owned reference parameter
            Grl.init (ref args);
                      ^^^^^^^^
    
    We need to mark the argv as "transfer none" to have it match the
    type of args, as done in other GObject libraries with vala bindings.

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

commit 78d4690dabd4fe1822ab8d610a76faa385d2e3e3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 21 23:47:10 2015 +0100

    vala: Add some missing definitions
    
    GRL_SOURCE_REMAINING_UNKNOWN and GRL_METADATA_KEY_CHILDCOUNT_UNKNOWN
    weren't available from vala programs.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730663

 bindings/vala/grilo-0.2-custom.vala | 6 ++++++
 1 file changed, 6 insertions(+)

commit f48941d8e38cace3f709c78a2609c30d2693d998
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 21 23:36:11 2015 +0100

    build: Require vala 0.27
    
    The current git master version, as grilo refuses to build with
    anything older. We'll switch to 0.28 when it's out.

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

commit e0e30dfa0ea5d9e4814b2cdb1236abfa74289076
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Dec 11 00:34:49 2014 +0100

    Revert "core: Allow removing metadata keys in GrlData"
    
    This reverts commit 32275f8daace57eaea1899ad534244091e05e0a9.
    
    This patch broke adding empty strings as related keys, as the
    lastfm-albumart plugin tests showed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741207

 src/data/grl-data.c         |  6 ++++--
 src/data/grl-related-keys.c | 12 +++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

commit bfb7078a56786b1b708aac8075e36d4f03bb54c2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Dec 10 16:04:57 2014 +0100

    core: Don't require a newer GIO for network awareness
    
    As a separate commit, because it will make it easier to revert
    once we're ready to bump the GLib/GIO dependencies.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725148

 configure.ac       |  5 +++++
 src/grl-registry.c | 19 +++++++++++++++++++
 2 files changed, 24 insertions(+)

commit f30dccc9cdc732f3b4e84b68eae1ad68613e1b9b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Dec 4 22:42:52 2014 +0100

    core: Make sources network aware
    
    If a source says that it requires the local network, or access to
    the Internet to work properly, automatically hide it when the network
    becomes unavailable, and show it when the network comes back on again.
    
    This is implemented using GNetworkManager's connectivity property.
    See https://bugzilla.gnome.org/show_bug.cgi?id=664562
    
    Sources only need to set the "net:local" or "net:internet" tags to
    be shown/hidden from applications depending on the network status.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725148

 src/grl-registry.c | 177 +++++++++++++++++++++++++++++++++++++++++++++++++++--
 src/grl-source.c   |   6 ++
 2 files changed, 178 insertions(+), 5 deletions(-)

commit 8a583607a59395958169dbd2230ab39b90d59e81
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Wed Dec 10 00:39:35 2014 +0100

    build-sys: fix out-of-tree build of vapi
    
    Reference custom file by path.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741315

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

commit c760d284acad86bb6f60af711af7d079052832f7
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Tue Dec 9 08:03:25 2014 +0100

    build-sys: fix gio-2.0 gir bindings errors
    
    Use vala gio-2.0 definition to avoid the gir error:
    
    Gio-2.0.gir:79247.7-79251.24: error: `UnixSocketAddress' already
    contains a definition for `abstract'
    Gio-2.0.gir:79093.7-79095.21: note: previous definition of `abstract'
    was here
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741315

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

commit 930ddb4c1dc7992e70ea91f388c4b576616c6a93
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Dec 10 14:21:51 2014 +0100

    core: Fix API documentation bugs
    
    data/grl-media-audio.c:180: Warning: Grl: grl_media_audio_set_mb_recording_id: unknown parameter 'mb_track_id' in documentation comment, should be 'mb_recording_id'
    data/grl-media-video.c:182: Warning: Grl: grl_media_video_set_episode_title: unknown parameter 'show' in documentation comment, should be 'episode_title'

 src/data/grl-media-audio.c | 2 +-
 src/data/grl-media-video.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 32275f8daace57eaea1899ad534244091e05e0a9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 8 17:49:02 2014 +0100

    core: Allow removing metadata keys in GrlData
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741207

 src/data/grl-data.c         |  6 ++----
 src/data/grl-related-keys.c | 12 +++++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

commit 6af34f0fb9ab57eea1446a63740dd5b33afbc44d
Author: Victor Toso <me@victortoso.com>
Date:   Tue Dec 9 19:32:04 2014 +0100

    core: add GRL_METADATA_KEY_EPISODE_TITLE
    
    Title of show's episode.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741207

 bindings/vala/grilo-0.2-custom.vala |  2 ++
 doc/grilo/grilo-sections.txt        |  3 +++
 src/data/grl-media-video.c          | 36 ++++++++++++++++++++++++++++++++++++
 src/data/grl-media-video.h          |  4 ++++
 src/grl-metadata-key.c              | 10 ++++++++++
 src/grl-metadata-key.h              |  1 +
 6 files changed, 56 insertions(+)

commit 5c1eb9e5340cbfe57fc63cc0cdf882f9e4850c9e
Author: Victor Toso <me@victortoso.com>
Date:   Sat Nov 29 18:19:36 2014 +0100

    core: add GRL_METADATA_KEY_MB_RECORDING_ID
    
    MusicBrainz recording identifier. From its documentation:
    A recording is an entity in MusicBrainz which can be linked to tracks
    on releases. Each track must always be associated with a single
    recording, but a recording can be linked to any number of tracks.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741230

 bindings/vala/grilo-0.2-custom.vala |  2 ++
 doc/grilo/grilo-sections.txt        |  3 +++
 src/data/grl-media-audio.c          | 29 +++++++++++++++++++++++++++++
 src/data/grl-media-audio.h          |  4 ++++
 src/grl-metadata-key.c              |  9 +++++++++
 src/grl-metadata-key.h              |  1 +
 6 files changed, 48 insertions(+)

commit ba54248110c94de219c4d21f5b31a84ecbe08d64
Author: Muhammet Kara <muhammetk@gmail.com>
Date:   Thu Dec 4 09:32:15 2014 +0000

    Updated Turkish translation

 po/tr.po | 55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

commit d4ed03666cbac31ee393ae7a4709572611b3a38d
Author: Ting-Wei Lan <lantw@src.gnome.org>
Date:   Thu Dec 4 02:01:38 2014 +0800

    Fix "non-void function should return a value" for clang
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741081

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

commit d3a2c277d9d2af9b5aaedbf94f6481ba98ccff3b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Nov 30 18:58:46 2014 +0100

    core: Fix excessive ref'ing when registering new keys
    
    When registering new metadata keys, there's no need to take a new
    reference to the GParamSpec passed, as the usual construct is to
    call g_param_spec_new_... in the call to
    grl_registry_register_metadata_key(), leaking the original reference
    to the GParamSpec when grilo it de-inited.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740942

 src/grl-registry.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 689bf702cb3d264cca9b1a689d6237f611ad3407
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Sat Nov 15 19:36:47 2014 +0100

    vala: modernize bindings generation
    
    Use GIR and modern autotools helpers.  This binding allows to build
    simple plugin, it hasn't been tested for applications.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740186

 bindings/Makefile.am                             |  6 +-
 bindings/vala/Grl-0.2.metadata                   | 15 +++++
 bindings/vala/GrlNet-0.2.metadata                |  3 +
 bindings/vala/Makefile.am                        | 83 +++++-------------------
 bindings/vala/grilo-0.2-custom.vala              | 17 +----
 bindings/vala/grilo-0.2.metadata                 | 58 -----------------
 bindings/vala/grilo-net-0.2.metadata             |  6 --
 bindings/vala/grilo-net-uninstalled.files.in     |  2 -
 bindings/vala/grilo-net-uninstalled.namespace.in |  1 -
 bindings/vala/grilo-uninstalled.defines          |  1 -
 bindings/vala/grilo-uninstalled.files.in         | 13 ----
 bindings/vala/grilo-uninstalled.namespace.in     |  1 -
 configure.ac                                     | 49 ++------------
 13 files changed, 44 insertions(+), 211 deletions(-)

commit 2fa07bd6d6d6b4f918d15cbe563bcf2fd29b5f94
Author: Victor Toso <me@victortoso.com>
Date:   Sun Aug 17 16:00:09 2014 -0300

    core: add GRL_METADATA_KEY_MB_ARTIST_ID
    
    MusicBrainz artist identifier.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732878

 bindings/vala/grilo-0.2-custom.vala |  2 ++
 doc/grilo/grilo-sections.txt        |  5 +++
 src/data/grl-media-audio.c          | 70 +++++++++++++++++++++++++++++++++++++
 src/data/grl-media-audio.h          |  8 +++++
 src/grl-metadata-key.c              | 12 +++++++
 src/grl-metadata-key.h              |  1 +
 6 files changed, 98 insertions(+)

commit 9cee9ffd2de288ef3081c01a10344f309174953e
Author: Victor Toso <me@victortoso.com>
Date:   Mon Jul 7 01:13:41 2014 -0300

    core: add GRL_METADATA_KEY_MB_TRACK_ID
    
    MusicBrainz track identifier.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732878

 bindings/vala/grilo-0.2-custom.vala |  2 ++
 doc/grilo/grilo-sections.txt        |  3 +++
 src/data/grl-media-audio.c          | 28 ++++++++++++++++++++++++++++
 src/data/grl-media-audio.h          |  4 ++++
 src/grl-metadata-key.c              |  9 +++++++++
 src/grl-metadata-key.h              |  1 +
 6 files changed, 47 insertions(+)

commit 2e45b89392a44bf4baada62b28fbcf4a8cac802d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 26 16:26:50 2014 +0100

    core: Correct value type for file sizes
    
    An int is obviously too small a value to fit a filesize in bytes, with
    its maximum at 2GB. Use an int64 instead.
    
    Note, this breaks ABI but should not break API.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740761

 src/data/grl-media.c   | 12 ++++++------
 src/data/grl-media.h   |  4 ++--
 src/grl-metadata-key.c | 12 ++++++------
 3 files changed, 14 insertions(+), 14 deletions(-)

commit 6b26ee202958c33968c6af76b08358ae50c21a14
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 26 16:26:27 2014 +0100

    core: Add support for int64 values
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740761

 src/data/grl-data.c         | 79 +++++++++++++++++++++++++++++++++++++++++++++
 src/data/grl-data.h         |  6 ++++
 src/data/grl-related-keys.c | 52 +++++++++++++++++++++++++++++
 src/data/grl-related-keys.h |  7 ++++
 4 files changed, 144 insertions(+)

commit a7cf2bd82c88d7f10213b05128e933afaf7b75d4
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Tue Nov 18 18:49:56 2014 +0000

    net: Check object before increasing refcount
    
    Check if object is non-NULL before increasing its reference count.
    
    Fixes e823b8fe63846a9c60ebd59a8bf07e9c602a8528.

 libs/net/grl-net-wc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9621ecdf2326d60145a92c601922d305f8992544
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Mon Nov 17 12:03:24 2014 +0100

    core: annotate ownership transfer of grl_registry_register_source()
    
    Do as the comment in the function says, "Take ownership of the source".
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740186

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

commit f94a93937d1c56e82a14493fcceb3672dbf10362
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Mon Nov 17 12:00:40 2014 +0100

    net: add GIR annotations for grl_net_wc_request_finish()
    
    Annotate out arguments and the memory ownership.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740186

 libs/net/grl-net-wc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 49bf27d4deb8c1ed17995e7d9027875aebba04aa
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Mon Nov 17 12:15:45 2014 +0100

    core: annotate nullable error in callbacks
    
    Since those arguments are optional error given to callbacks, annotate
    them as nullable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740186

 src/grl-source.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit f37636f241b514fe323e9640ee1ff907222724e8
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Mon Nov 17 11:58:32 2014 +0100

    core: remove wrong (type uint) annotations for errors
    
    For some reason, those annotations where added since daebdc455.
    Today GIR seems to deal with callbacks errors fine, so let's remove it
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740186

 src/grl-source.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 9ad556169669bf1c39f647ea24ea1f8b47a2242b
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Mon Nov 17 11:53:33 2014 +0100

    net: define C include for GIR
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740186

 libs/net/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 590aa8677de9ffdab6591d9a8615de281c91d2d3
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Mon Nov 17 11:52:50 2014 +0100

    core: define C include for GIR
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740186

 src/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit e823b8fe63846a9c60ebd59a8bf07e9c602a8528
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Sat Nov 15 19:35:10 2014 +0100

    net: avoid request_async() crash on cancellable unref
    
    The caller may unref the cancellable, keep a reference on cancellable to
    avoid potential crash.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740186

 libs/net/grl-net-wc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit d1350ee3afabc59cf5bd3cfc351146b608c39579
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Fri Nov 14 17:58:49 2014 +0100

    Add missing GRL_OP_STORE to supported ops
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740128

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

commit 5b865c87998a40ea3305af00eaa26fa458ac7ec3
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Fri Nov 14 12:45:03 2014 +0100

    Fix compilation warning
    
    data/grl-related-keys.c: In function 'grl_related_keys_get_boolean':
    data/grl-related-keys.c:474:419: warning: return makes integer from
    pointer without a cast [enabled by default]
       g_return_val_if_fail (GRL_IS_RELATED_KEYS (relkeys), NULL);
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740113

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

commit f44b68f5348e66cc9b80a7a71311fc5406eaf167
Author: Adrião Morão <amoran@igalia.com>
Date:   Tue Oct 21 11:03:23 2014 +0200

    grilo-test-ui: Changed URLs in order to use HTTPS
    
    Flickr changed its API to force TLS on requests against the API and using OAuth

 tools/grilo-test-ui/flickr-oauth.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit a2f3ef6db36bd959f67ae6195c31af30a4b24047
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Sep 21 09:54:18 2014 -0500

    update Punjabi Translation for 3.14 release

 po/pa.po | 4018 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 1717 insertions(+), 2301 deletions(-)

commit afe4edfd8633dedaa9aa443566e0c0d3f2f24dd0
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Sat Sep 13 11:13:17 2014 +0000

    Updated Swedish translation

 po/sv.po | 64 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

commit ae973eb04c5618ee2f668bda77e4426382cbf336
Author: Alberto Garcia <berto@igalia.com>
Date:   Tue Aug 26 14:16:54 2014 +0300

    doc: Rename grl-inspect.1 to grl-inspect-0.2.1

 Makefile.am       |  2 +-
 grl-inspect-0.2.1 | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 grl-inspect.1     | 58 -------------------------------------------------------
 3 files changed, 59 insertions(+), 59 deletions(-)

commit 8fa8e53ff8673cc9a2ee3bcfb79340913bab3ab2
Author: Alberto Garcia <berto@igalia.com>
Date:   Tue Aug 26 14:14:37 2014 +0300

    doc: Add manpage for grl-launch

 Makefile.am      |  2 +-
 grl-launch-0.2.1 | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 91 insertions(+), 1 deletion(-)

commit 8ecf10716c9a4b2eeb9d58df0b507745992abaea
Author: Alberto Garcia <berto@igalia.com>
Date:   Tue Aug 26 13:59:02 2014 +0300

    doc: Add manpage for grilo-test-ui
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>

 tools/grilo-test-ui/Makefile.am         |  2 ++
 tools/grilo-test-ui/grilo-test-ui-0.2.1 | 41 +++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

commit 3aa0700dded6800cf9a538a8b492a5a9ba71be70
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Sun Aug 24 15:47:10 2014 +0000

    Post-release version bump to 0.2.12

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