commit 015fff22f79b5e7d25c1f1db4898cea1e23d882b Author: Bastien Nocera Date: Fri Aug 2 16:34:05 2013 +0200 3.9.5 NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit 7bb2a2ac6dfd66323c6f88d468d35ff4dafc44f2 Author: Kjartan Maraas Date: Tue Jul 16 14:53:33 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) commit 193b75f63167ce34fe0c79dfc524d8c6d658aba5 Author: Bastien Nocera Date: Sat Jul 13 11:22:39 2013 +0200 build: Build a .tar.xz dist by default configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f57dccd64c1b829f70b44448c07ca52421c284b1 Author: Bastien Nocera Date: Sat Jul 13 11:14:04 2013 +0200 plparse: Fix small memleaks in XSPF parser plparse/totem-pl-parser-xspf.c | 2 ++ 1 file changed, 2 insertions(+) commit 0c5f3d3e91372dda5649ccb0ab9e84da1a1bf23b Author: Bastien Nocera Date: Mon Jul 1 15:49:32 2013 +0200 lib: Fix deprecated explicit proxy support It's now built into libsoup and used as required. configure.ac | 3 ++- plparse/totem-pl-parser-podcast.c | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) commit 600100b25474f5af29514501f8995aa69cf2b89a Author: Bastien Nocera Date: Fri Jun 21 18:50:08 2013 +0200 disc: Don't parse anything but ISOs as ISOs If we encountered a non-ISO9660 image masquerading as one, but in a format supported by libarchive, we would have ended up tagging it as a DVD without being able to read it later on. https://bugzilla.gnome.org/show_bug.cgi?id=702828 plparse/totem-disc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit ee6a083d628b4176a6c3895fc9ec03f974737dd6 Author: Bastien Nocera Date: Fri Jun 21 18:40:00 2013 +0200 disc: Update for libarchive 3.0 Get rid of a few deprecated functions. They will still work until libarchive 4.0 is out. https://bugzilla.gnome.org/show_bug.cgi?id=702828 configure.ac | 2 +- plparse/totem-disc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit 24970018abfcedcaa4965e1f0f987aaf63323f31 Author: Bastien Nocera Date: Fri Jun 21 13:08:36 2013 +0200 plparse: Port to libquvi 0.9 https://bugzilla.gnome.org/show_bug.cgi?id=700768 configure.ac | 9 +- plparse/Makefile.am | 9 ++ plparse/totem-pl-parser-videosite.c | 162 ++++++++++++++--------------- plparse/videosite-parser.c | 187 ++++++++++++++++++++++++++++++++++ totem-plparser-mini-uninstalled.pc.in | 2 +- totem-plparser-mini.pc.in | 2 +- totem-plparser-uninstalled.pc.in | 2 +- totem-plparser.pc.in | 2 +- 8 files changed, 281 insertions(+), 94 deletions(-) commit 5785325b9ce3bf3143d67a3de6e11c94391c3f66 Author: Bastien Nocera Date: Tue Jun 25 16:43:59 2013 +0200 plparse: Make split-off functions internal So they can be used by the new quvi code. https://bugzilla.gnome.org/show_bug.cgi?id=700768 plparse/totem-pl-parser-private.h | 7 +++++++ plparse/totem-pl-parser.c | 12 ++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) commit 7ec29b4c3edffd0131d408c4da17ce8dcab78308 Author: Bastien Nocera Date: Tue Jun 25 16:35:28 2013 +0200 plparse: Move string fixing to separate function https://bugzilla.gnome.org/show_bug.cgi?id=700768 plparse/totem-pl-parser.c | 48 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 33 insertions(+), 15 deletions(-) commit 5ab0f92bca40c019774bbd6183eee0f3e58ea775 Author: Bastien Nocera Date: Tue Jun 25 16:42:11 2013 +0200 plparse: Move signal emission to separate function https://bugzilla.gnome.org/show_bug.cgi?id=700768 plparse/totem-pl-parser.c | 46 +++++++++++++++++++++++++++++----------------- 1 file changed, 29 insertions(+), 17 deletions(-) commit 04f6d6c32927ddc5ef86264e4535194e97be2f95 Author: Bastien Nocera Date: Fri Jun 21 15:20:29 2013 +0200 tests: Move videosite to quvi-only section plparse/tests/parser.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)