commit a4c68b758e3ff9a9a88e0d3ea6593d2abc2e374f (HEAD -> master) Author: Bastien Nocera Date: Tue Sep 20 11:39:02 2016 +0200 3.10.7 NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit 69d394974b7d7599d37e8993466753b3f73163b5 Author: Bastien Nocera Date: Tue Sep 20 13:29:49 2016 +0200 tests: Fix old URLs used to ITMS link testing plparse/tests/parser.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit a6a79ec9e4d6170abf55b40324670431e109b1e6 Author: Bastien Nocera Date: Tue Sep 20 13:18:26 2016 +0200 podcast: Fix memory leak when parsing ITMS links plparse/totem-pl-parser-podcast.c | 2 ++ 1 file changed, 2 insertions(+) commit f8171021952bb8b29422f04e2b07728557d10c36 Author: Bastien Nocera Date: Tue Sep 20 13:18:14 2016 +0200 podcast: Add more debug to ITMS parsing plparse/totem-pl-parser-podcast.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit 867cef3afc22011019d8b0f5111e9bb5f7a8b4b8 Author: Bastien Nocera Date: Tue Sep 20 11:46:52 2016 +0200 build: Fix ChangeLog generation with srcdir != builddir Makefile.am | 2 ++ 1 file changed, 2 insertions(+) commit 33666ab7a36991bb8374d28b472b4edfbaeef218 Author: Bastien Nocera Date: Tue Sep 20 11:44:56 2016 +0200 tests: Remove unused "pwd" variable plparse/tests/Makefile.am | 1 - 1 file changed, 1 deletion(-) commit b23645b5683b7c9986a443a379fedc5bf511cbce (origin/master, origin/HEAD) Author: David King Date: Sun Sep 18 10:29:15 2016 +0200 Update British English translation po/en_GB.po | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) commit acbc4fc78fe23b4087831f60ad27326026b20993 Author: Piotr Drąg Date: Mon Aug 22 21:45:34 2016 +0200 Updated Polish translation po/pl.po | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) commit a9cfce28ddfa59185ea83559a0982b1ca80b9dac Author: Piotr Drąg Date: Mon Jul 25 22:37:05 2016 +0200 Add Language headers to po files Future versions of gettext will fail if this header is missing. po/am.po | 1 + po/ast.po | 1 + po/az.po | 1 + po/be@latin.po | 1 + po/bn.po | 1 + po/bn_IN.po | 1 + po/br.po | 1 + po/ca@valencia.po | 2 +- po/cy.po | 1 + po/dz.po | 1 + po/en@shaw.po | 1 + po/en_CA.po | 1 + po/en_GB.po | 1 + po/eo.po | 1 + po/es.po | 2 +- po/fr.po | 2 +- po/ga.po | 1 + po/gu.po | 1 + po/hi.po | 1 + po/hr.po | 1 + po/ka.po | 1 + po/km.po | 1 + po/ko.po | 2 +- po/ku.po | 1 + po/mai.po | 1 + po/mg.po | 1 + po/mk.po | 1 + po/ml.po | 1 + po/mr.po | 1 + po/nds.po | 1 + po/ne.po | 1 + po/nl.po | 1 + po/nn.po | 1 + po/or.po | 1 + po/ps.po | 1 + po/rw.po | 1 + po/si.po | 1 + po/sl.po | 6 +----- po/sq.po | 1 + po/sr.po | 2 +- po/sr@latin.po | 2 +- po/ta.po | 1 + po/te.po | 1 + po/th.po | 1 + po/ug.po | 1 + po/vi.po | 1 + po/wa.po | 1 + po/xh.po | 1 + po/zh_CN.po | 2 +- po/zh_HK.po | 2 +- po/zh_TW.po | 2 +- 51 files changed, 51 insertions(+), 14 deletions(-) commit 2d001364fb7e786686fc30cd1996aabd19fd37f3 Author: GNOME Translation Robot Date: Thu Jul 21 22:46:30 2016 +0000 Updated Croatian translation po/hr.po | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) commit ffb1aeb6b52aabf667d032bc9e4f7bc094be221c Author: Cédric Valmary Date: Mon May 30 19:45:58 2016 +0000 Updated Occitan translation po/oc.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 67a61357778fda3312c7891cd80eeff02b5c115c Author: Cédric Valmary Date: Thu May 5 20:23:04 2016 +0000 Updated Occitan translation po/oc.po | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit 71eaa864fe06f76398807ac3befd7b8576839347 Author: Bastien Nocera Date: Fri Apr 15 15:47:43 2016 +0200 plparse: Simplify ITMS link parsing Instead of simply following the link and trying to guess what the end format might be, parse the ITMS ID from the link, and grab the RSS URL from the resulting json. With inspiration from: https://github.com/vocalapp/vocal/blob/master/src/Utils/iTunesProvider.vala plparse/totem-pl-parser-podcast.c | 182 +++++++++----------------------------- 1 file changed, 43 insertions(+), 139 deletions(-) commit 150a2f0356c8ee9d91ac012090e66490c39fd36b Author: Bastien Nocera Date: Fri Apr 15 15:10:58 2016 +0200 tests: Disable broken test_parsing_404_error plparse/tests/parser.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit ec5d412404739bfb10fba531dbb55492562c0091 Author: Bastien Nocera Date: Fri Apr 15 14:42:52 2016 +0200 plparse: Better debug in M3U parsing plparse/totem-pl-parser-lines.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 32b2a71e3bd0b1fae5e94db92816aeddf7934f3e Author: Bastien Nocera Date: Fri Apr 15 14:38:02 2016 +0200 plparse: Don't consider M3U playlists as text/plain Until we have support for private inheritance in shared-mime-info, we cannot simply ignore HLS playlists as if it were a text file, when we should pass it on to the player to handle directly. https://bugzilla.gnome.org/show_bug.cgi?id=752318 plparse/totem-pl-parser.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 6a51abd33b4110a6c0c4c6a6d4b4077210c4d1df Author: Bastien Nocera Date: Fri Apr 15 14:12:50 2016 +0200 plparse: Fix return value in "is" function plparse/totem-pl-parser-wm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c83d304b467c38555287ce8d9324c26a3da75422 Author: Daniel Korostil Date: Wed Mar 16 21:10:30 2016 +0000 Updated Ukrainian translation po/uk.po | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) commit 7e4f4a64336a41da86c322894d4c5d2ea697a089 Author: Michael McConville Date: Sat Jan 30 17:41:35 2016 -0500 Fix mmap error checking mmap returns MAP_FAILED, not NULL, on failure. plparse/xmlparser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit acf55f1dd2e3912e9b374d9e393c768145453e77 Author: Jiro Matsuzawa Date: Sat Jan 16 03:31:07 2016 +0000 Updated Japanese translation po/ja.po | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) commit 1dc553657a6a11addf78585fb1134ad62b8dd665 (tag: V_3_10_6)