commit 77d50a8b2b1de5f61f5f5571faa157cdcd9f259c
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Thu Jun 16 21:12:04 2016 +0000

    Release 0.3.1

 NEWS         | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  4 ++--
 2 files changed, 56 insertions(+), 2 deletions(-)

commit ea1f42338261d733a5922089e848c6acc372c010
Author: Victor Toso <me@victortoso.com>
Date:   Sat Jun 4 22:27:11 2016 +0200

    net: use G_IO_ERROR_FAILED instead of GRL_NET_WC_ERROR_UNAVAILABLE
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764077

 libs/net/grl-net-wc.c | 12 ++++++------
 libs/net/grl-net-wc.h |  3 ++-
 2 files changed, 8 insertions(+), 7 deletions(-)

commit 1a89d35172abe0e7344f7f99f9802bfba1177a9a
Author: Victor Toso <me@victortoso.com>
Date:   Wed May 25 21:51:52 2016 +0200

    net: use G_IO_ERROR on cancelled operation
    
    By deprecating GRL_NET_WC_ERROR_CANCELLED we can use
    G_IO_ERROR_CANCELLED instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764077

 libs/net/grl-net-wc.c | 10 +++++-----
 libs/net/grl-net-wc.h |  3 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

commit fc631058c7073c9a22849f0f4a439ce38caa7940
Author: Victor Toso <me@victortoso.com>
Date:   Mon Jun 6 15:59:25 2016 +0200

    doap: Add Description and Victor Toso as co-maintainer

 grilo.doap | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 92dadb2f48b0ca12f02c68459596d141bbea8d37
Author: Victor Toso <me@victortoso.com>
Date:   Sat Jun 4 22:12:17 2016 +0200

    net: use G_IO_ERROR_PROXY_FAILED instead of GRL_NET_WC_ERROR_PROXY_ERROR
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764077

 libs/net/grl-net-wc.c | 4 ++--
 libs/net/grl-net-wc.h | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 3c6f1deb3b20c1674a4e7b1ac11a173e6219dbe8
Author: Victor Toso <me@victortoso.com>
Date:   Tue Mar 29 23:51:31 2016 +0200

    net: Set proper error when operation is cancelled
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764077

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

commit 2cdbe9a7e8dec9db6aff6ff3861cdb0bb1b5772f
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Mon May 30 19:17:21 2016 +0000

    Updated Occitan translation

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

commit 764b48c31a1fdb2cb470d639d74e192c9596db10
Author: Victor Toso <me@victortoso.com>
Date:   Mon Jul 7 23:33:18 2014 -0300

    test-ui: Include api-key for AcoustID source
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732879

 tools/grilo-test-ui/main.c | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit 2e28327919b5a38ed5957d8665d1b39f0f673ab1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri May 13 17:24:40 2016 +0200

    core: Fix broken patch application
    
    Introduced in e61f2172f424938d4a404a65f0dc082c615600b8
    
    Thanks patch!

 src/data/grl-media.c | 60 ----------------------------------------------------
 1 file changed, 60 deletions(-)

commit e9be9114df766627595e6b89f3996cf6d0b4a9da
Author: Marinus Schraal <mschraal@src.gnome.org>
Date:   Wed Mar 2 19:56:38 2016 +0100

    core: Add GRL_METADATA_KEY_ALBUM_ARTIST
    
    Add GRL_METADATA_KEY_ALBUM_ARTIST, defines the main artist of the album
    from which the media originates.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763009

 src/data/grl-media.c   | 32 ++++++++++++++++++++++++++++++++
 src/data/grl-media.h   |  4 ++++
 src/grl-metadata-key.c | 10 ++++++++++
 src/grl-metadata-key.h |  1 +
 4 files changed, 47 insertions(+)

commit e61f2172f424938d4a404a65f0dc082c615600b8
Author: Marinus Schraal <mschraal@src.gnome.org>
Date:   Wed Mar 2 18:06:17 2016 +0100

    core: Add GRL_METADATA_KEY_COMPOSER
    
    Add GRL_METADATA_KEY_COMPOSER, defines the composer(s) of the media.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763009

 src/data/grl-media.c   | 120 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/data/grl-media.h   |   6 +++
 src/grl-metadata-key.c |  10 +++++
 src/grl-metadata-key.h |   1 +
 4 files changed, 137 insertions(+)

commit 29c98850cdc1e4334818d68a00b06255d0fa072d
Author: Marinus Schraal <mschraal@src.gnome.org>
Date:   Mon Feb 8 20:16:26 2016 +0100

    core: Add GRL_METADATA_KEY_ALBUM_DISC_NUMBER
    
    A property for the disc number when an album is part of a multi-album
    set.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761868

 src/data/grl-media.c   | 33 +++++++++++++++++++++++++++++++++
 src/data/grl-media.h   |  4 ++++
 src/grl-metadata-key.c | 11 +++++++++++
 src/grl-metadata-key.h |  1 +
 4 files changed, 49 insertions(+)

commit 1e85e20700eec97dda83b7bb9aebf702d9ddd8b4
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Thu May 5 20:05:08 2016 +0000

    Updated Occitan translation

 po/oc.po | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

commit fbc4bed99e154ddcad26564ed948782809c3a781
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Fri Apr 8 08:22:23 2016 +0000

    Updated Friulian translation

 po/fur.po | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

commit aff26f2e92c5155a6ace45352a587fbf510b42e6
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Wed Mar 23 17:13:32 2016 +0000

    Added Friulian translation

 po/LINGUAS |   1 +
 po/fur.po  | 199 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 200 insertions(+)

commit fc1b214fe975c4ed7f2918fb2fee667ae60e3351
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Sun Mar 20 23:39:39 2016 +0100

    Updated Danish translation

 po/da.po | 96 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 47 deletions(-)

commit e3d2451cac62fb9bd29e1449635d2c3ad8bf510f
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sun Mar 20 20:10:27 2016 +0100

    Updated Basque language

 po/eu.po | 107 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 58 insertions(+), 49 deletions(-)

commit 93ac54ce8e755d3e01e9948cc2a7a160e0b88fe3
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Fri Mar 18 08:57:15 2016 +0000

    Updated Italian translation

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

commit 947d6ff8b9a5c6d529ee97db8af445d9e95a7006
Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
Date:   Thu Mar 17 21:51:23 2016 +0300

    Updated Russian translation

 po/ru.po | 113 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 61 insertions(+), 52 deletions(-)

commit ef4d4c1affe60ff9834252696c8817ec33f744b7
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Mar 5 21:17:11 2016 +0100

    Updated Slovenian translation

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

commit f84659e6d35c73682223ddc386ccfb6318ed188b
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Mar 5 20:45:53 2016 +0100

    Updated Slovenian translation

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

commit 8635e5d661a99b339bf2cba0b569671062db731f
Author: Seong-ho Cho <shcho@gnome.org>
Date:   Thu Mar 3 15:38:24 2016 +0000

    Updated Korean translation

 po/ko.po | 96 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 51 insertions(+), 45 deletions(-)

commit a4b13a13f2161fd3ae8e9bef3e33c3fa47d79b56
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Mar 2 12:06:19 2016 +0100

    vala: Fix compilation with Vala enabled and grlnet disabled
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761820

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

commit 52a23f13dce7b974aa0f62e437ebd6cc5e9a084b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Mar 2 12:03:04 2016 +0100

    vala: Move variable assignments outside the conditional
    
    Otherwise EXTRA_DIST and co. aren't actually getting set if we're not
    compiling with Vala.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761820

 bindings/vala/Makefile.am | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

commit 4bcedcc11b8611922e39be5cbd9e34a0928510f2
Author: Efstathios Iosifidis <eiosifidis@gnome.org>
Date:   Tue Mar 1 23:31:37 2016 +0000

    Updated Greek translation

 po/el.po | 96 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 51 insertions(+), 45 deletions(-)

commit 2ee662950ea2429f2e9367940a9687709c96db66
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Mon Feb 29 18:55:21 2016 +0000

    Updated Occitan translation

 po/oc.po | 98 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 52 insertions(+), 46 deletions(-)

commit 86ba324d2f971965e3b7ce584cb945625379dc26
Author: Fran Dieguez <fran.dieguez@mabishu.com>
Date:   Tue Feb 23 22:36:31 2016 +0100

    Updated Galician translations

 po/gl.po | 111 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 60 insertions(+), 51 deletions(-)

commit 8ace2954556030bdb45657b49dd5c0c63175c795
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Feb 19 19:29:55 2016 +0100

    Updated Serbian translation

 po/sr.po       | 59 ++++++++++++++++++++++++++++++----------------------------
 po/sr@latin.po | 59 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 62 insertions(+), 56 deletions(-)

commit e1b44d27bc6888be7e2dbe34e6845418a3c974cb
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Tue Feb 16 22:34:57 2016 +0000

    Updated Swedish translation

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

commit 8f4ce4d7e4ab26e2aa0e6139f9d6aecdf9775a6e
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Feb 13 06:56:42 2016 +0000

    Updated Chinese (Taiwan) translation

 po/zh_TW.po | 107 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 58 insertions(+), 49 deletions(-)

commit 6ebad05d38379e0f9f46c9f7e648c2f69e5c6a49
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Sat Feb 6 16:12:50 2016 +0200

    Update Latvian translation

 po/lv.po | 696 ++++++++++++---------------------------------------------------
 1 file changed, 130 insertions(+), 566 deletions(-)

commit ebc8fc6f71e3be8e56d3d0306676a529ad34c7d8
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Tue Feb 2 16:21:53 2016 +0000

    Updated French translation

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

commit 7e447e79f9141948e2d79162bbe03351e00ee641
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Tue Jan 26 14:42:11 2016 +0000

    Updated Slovak translation

 po/sk.po | 90 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 43 deletions(-)

commit b8233b1d7aeb73699c4d5b0860a7b3f1dcce2817
Author: Balázs Meskó <meskobalazs@gmail.com>
Date:   Mon Jan 25 00:31:46 2016 +0000

    Updated Hungarian translation

 po/hu.po | 95 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 46 deletions(-)

commit 586dd093096422522e7872e3a37c7597cd264e0a
Author: Tim Lunn <tim@feathertop.org>
Date:   Fri Jan 15 11:03:40 2016 +1100

    core: plug leak of filename
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760648

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

commit 5a0b679fc521b4c389d0c46bf4fa3bb674b77f3d
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Tue Jan 12 22:36:55 2016 +0200

    Updated Lithuanian translation

 po/lt.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 7158c4c4f5eb22d1a210824f4a404dc90f370391
Author: Ting-Wei Lan <lantw@src.gnome.org>
Date:   Mon Jan 11 20:26:12 2016 +0800

    grl-launch: Fix help messages in some locales
    
    Call setlocale() first thing in the main() function
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760426

 tools/grilo-launch/grl-launch.c | 3 +++
 1 file changed, 3 insertions(+)

commit 79bbf6a2b50a25df82222cf6736b5b08aefa1216
Author: Ting-Wei Lan <lantw@src.gnome.org>
Date:   Mon Jan 11 20:25:15 2016 +0800

    grl-inspect: Fix help messages in some locales
    
    Call setlocale() first thing in the main() function
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760426

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

commit 630be719519dd27b7bb93d0f0ac3b78be3b508ad
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Dec 26 23:32:34 2015 +0100

    doc: Remove removed function from API docs

 doc/grilo/grilo-sections.txt | 1 -
 1 file changed, 1 deletion(-)

commit 077649388d76bc900dd49e5a379424b77c4b8156
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jan 10 20:01:35 2016 +0100

    Updated Norwegian bokmål translation.

 po/nb.po | 106 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 56 insertions(+), 50 deletions(-)

commit fbc92b0aabe381f250a09727d7aff8f5d7b7a980
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Jan 7 23:13:13 2016 +0100

    Updated Spanish translation

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

commit f9c0d589701270155c52a753a8c2685642ebd1e7
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Thu Dec 31 17:42:50 2015 +0000

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 118 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 64 insertions(+), 54 deletions(-)

commit 40bb29ff39c744abc6a44b985dd4021244f879f2
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:   Thu Dec 31 17:28:19 2015 +0200

    Updated Hebrew translation

 po/he.po | 68 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 36 insertions(+), 32 deletions(-)

commit ddb0bc0718e06f006613da29166501afb622e98b
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Wed Dec 30 06:22:22 2015 +0100

    Updated Serbian translation

 po/sr.po       |  97 +++++++++++++++++++++++++--------------------------
 po/sr@latin.po | 107 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 102 insertions(+), 102 deletions(-)

commit 25b97bb3d59d559d80108384be6dd9231c77e875
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Dec 23 10:59:32 2015 +0100

    Updated Czech translation

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

commit 36ee4439043e5a5c2031125a625b509b6f54d61d
Author: Bernd Homuth <dev@hmt.im>
Date:   Tue Dec 22 16:13:24 2015 +0000

    Updated German translation

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

commit ecafbf2e7bf1726ad25f8277c91a348853bd62c1
Author: Andika Triwidada <andika@gmail.com>
Date:   Tue Dec 22 02:16:54 2015 +0000

    Updated Indonesian translation
    (cherry picked from commit 836438fb26de9fce2d798be9c7c91cee3083c735)

 po/id.po | 81 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 41 insertions(+), 40 deletions(-)

commit 8ad325ac6935e0660992d978f9a3a8d753359860
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun Dec 20 15:08:25 2015 +0200

    Updated Lithuanian translation

 po/lt.po | 91 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 44 deletions(-)

commit 7723f955d3361e7f05002e33df99a15b30c9eb93
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:   Sat Dec 19 07:42:47 2015 +0000

    Updated Portuguese translation

 po/pt.po | 93 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 49 insertions(+), 44 deletions(-)

commit 223d0dde1ea1c5b984916c7a0edf52cf8bc5e0b1
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Dec 17 02:03:10 2015 +0100

    Updated Polish translation

 po/pl.po | 85 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 43 insertions(+), 42 deletions(-)

commit e3b7851b32ae98c8bc523d41228f4d17951a8f86
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Wed Dec 16 21:15:45 2015 +0100

    Fix 0.3.0 NEWS
    
    Was wrongly created.

 NEWS | 191 -------------------------------------------------------------------
 1 file changed, 191 deletions(-)

commit eb41d28f317d5e0a4699da103ed7f484b160c0d1
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Wed Dec 16 19:51:08 2015 +0000

    Post-release version bump to 0.3.1

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