commit 126ebb44c152eae042ead75c782ba3bde76ea6ec Author: Juan A. Suarez Romero Date: Wed Sep 23 21:57:45 2015 +0000 Release 0.2.16 NEWS | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) commit b5b84c4dfb2cb3fc05b7f3dcf570f16082aec6f9 Author: Juan A. Suarez Romero Date: Wed Sep 23 21:49:25 2015 +0000 thetvdb: fix tests Fix tests in distcheck. tests/thetvdb/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 3a805c354449ac9893eef4b24ffd98c98c932394 Author: Juan A. Suarez Romero Date: Wed Sep 23 20:50:43 2015 +0000 lastfm-albumart: Update tests As we have moved to use API 2.0, we need to update the tests. tests/lastfm-albumart/Makefile.am | 5 ++- tests/lastfm-albumart/data/good-found-default.data | 16 ++++++++ tests/lastfm-albumart/data/good-not-found.data | 3 ++ tests/lastfm-albumart/data/good.data | 185 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/lastfm-albumart/data/network-data.ini | 12 +++--- tests/lastfm-albumart/data/resolve-good-found-default.data | 14 ------- tests/lastfm-albumart/data/resolve-good-found.data | 82 ------------------------------------ tests/lastfm-albumart/test_lastfm_albumart.c | 12 +++--- 8 files changed, 219 insertions(+), 110 deletions(-) commit 176ef59dcd45f67a34dab97e34e0b550d9f578c4 Author: Seong-ho Cho Date: Sat Sep 12 14:10:04 2015 +0900 Updated Korean translation po/ko.po | 147 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------ 1 file changed, 74 insertions(+), 73 deletions(-) commit e983b13b1cf4a77ef64fe514ce9b81aec52d2230 Author: Balázs Úr Date: Fri Sep 11 05:45:20 2015 +0000 Updated Hungarian translation po/hu.po | 151 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------ 1 file changed, 76 insertions(+), 75 deletions(-) commit 55e3ed3b617c4a28b28287f2158ac787ab342d6f Author: Dušan Kazik Date: Wed Sep 9 08:02:55 2015 +0000 Updated Slovak translation po/sk.po | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------ 1 file changed, 75 insertions(+), 74 deletions(-) commit a117d83243fc146f3fb1e93c7227409dd937725b Author: Matej Urbančič Date: Tue Sep 8 23:25:41 2015 +0200 Updated Slovenian translation po/sl.po | 152 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------- 1 file changed, 78 insertions(+), 74 deletions(-) commit 6dfb649b63adaee2ae21e91f444b4b5df9f39b6f Author: Claudio Arseni Date: Mon Sep 7 17:50:20 2015 +0000 Updated Italian translation po/it.po | 157 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------ 1 file changed, 79 insertions(+), 78 deletions(-) commit 607a5ea8da5d92544285dac39a74e6cc4a7fcad4 Author: Alexandre Franke Date: Mon Sep 7 12:14:21 2015 +0000 Updated French translation po/fr.po | 147 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------ 1 file changed, 74 insertions(+), 73 deletions(-) commit 1551d8616f52922a096cb2a9f0aa7b2662057a72 Author: Aurimas Černius Date: Mon Sep 7 14:00:20 2015 +0300 Updated Lithuanian translation po/lt.po | 153 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------ 1 file changed, 77 insertions(+), 76 deletions(-) commit e98d8afa71884f9d776422c8cc6c35eaf615faf1 Author: Pedro Albuquerque Date: Mon Sep 7 07:22:53 2015 +0000 Updated Portuguese translation po/pt.po | 157 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------ 1 file changed, 79 insertions(+), 78 deletions(-) commit d5ba0530996d7b286af52188a8fd3c13d99a5c3b Author: Piotr Drąg Date: Mon Sep 7 00:50:39 2015 +0200 Updated Polish translation po/pl.po | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) commit 49e7b8eaa0c2ab2bcfd3c37ce3376d7aeecbd3d8 Author: Piotr Drąg Date: Mon Sep 7 00:41:47 2015 +0200 Updated POTFILES.in po/POTFILES.in | 3 +++ 1 file changed, 3 insertions(+) commit 3dd02a5b0387ae7becd193720fa13a573668f23e Author: Bastien Nocera Date: Thu Sep 10 15:38:25 2015 +0200 lua-factory: Fix compilation with g-o-a disabled https://bugzilla.gnome.org/show_bug.cgi?id=754895 src/lua-factory/grl-lua-factory.c | 8 ++++++++ src/lua-factory/grl-lua-library.c | 7 +++---- 2 files changed, 11 insertions(+), 4 deletions(-) commit 2daf9794de4b7ed6c4dda26ae78cfd91c151f42c Author: Georges Basile Stavracas Neto Date: Thu Sep 3 11:12:12 2015 -0300 lastfm-albumart: Update to Last.fm API 2.0 Last.FM API 1.0 stopped working, forcing us to use the new Scrobbling API. This patch updates the lastfm-albumart plugin to use the new Scrobbling API. https://bugzilla.gnome.org/show_bug.cgi?id=700276 src/lastfm-albumart/grl-lastfm-albumart.c | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) commit 9252d3eb79fa1a49c4bed2b2152c371a7622777b Author: Bastien Nocera Date: Thu Sep 10 13:15:59 2015 +0200 build: Fix typo in commit f2f81ba4 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f2f81ba43bc45d817ab1333c221a61367911aa97 Author: Bastien Nocera Date: Thu Sep 10 12:56:28 2015 +0200 build: Bump gnome-online-accounts requirement Music support was added in that version. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6996e90848a761ed25c4e783ddd8df1a78e624ae Author: Juan A. Suarez Romero Date: Mon Sep 7 07:54:09 2015 +0000 Post-release version bump to 0.2.16 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)