commit 82d0e7af339f73f963f62735758e469c4f1d308c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Aug 4 14:57:03 2010 +0100

    2.30.2

 NEWS |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit c1e5c2f15f4b0c523743cfeae0c7e636d9d468d1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 2 14:22:56 2010 +0100

    Add support for Last.fm's new XSPF extensions
    
    Support the TOTEM_PL_PARSER_FIELD_ID and
    TOTEM_PL_PARSER_FIELD_DOWNLOAD_URI fields in newer last.fm XSPF
    playlists.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=625823

 plparse/tests/Makefile.am            |    4 +-
 plparse/tests/new-lastfm-output.xspf |   37 +++++++++++++++
 plparse/tests/old-lastfm-output.xspf |   25 ++++++++++
 plparse/tests/parser.c               |   83 ++++++++++++++++++++++++++++++++++
 plparse/totem-pl-parser-xspf.c       |   14 ++++++
 5 files changed, 162 insertions(+), 1 deletions(-)

commit 85779b0e2a962feefa96233722b8e1e0c3116bf3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 22 13:56:24 2010 +0100

    Up version number

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0049574a2574928cd1607cf96daa490f2e19ad73
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 22 12:28:54 2010 +0100

    Add test case for ITMS podcast parsing

 plparse/tests/parser.c |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

commit 1da75f11fd384cc01333052d39400932b32b0394
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 22 12:19:44 2010 +0100

    Fix itms links parsing
    
    Fix parsing podcasts links used in the iTunes Music Store.

 configure.in                      |    2 +-
 plparse/totem-pl-parser-podcast.c |  127 +++++++++----------------------------
 plparse/xmlparser.c               |    2 +-
 3 files changed, 32 insertions(+), 99 deletions(-)

commit 48148139975f2ff1788ce0392c386f51b83c31a6
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Jul 21 16:16:43 2010 +0200

    Updated Galician translations

 po/gl.po |   33 ++++++++-------------------------
 1 files changed, 8 insertions(+), 25 deletions(-)

commit 99d25e17e008fa0b6ecd92cf460a9492058a4853
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jul 18 03:01:30 2010 +0100

    Add Genre extension to XSPF playlists
    
    Both reading and writing, including test.

 plparse/tests/Makefile.am      |    3 +-
 plparse/tests/parser.c         |   42 ++++++++++++++++++++++++++++++++++++++++
 plparse/tests/playlist.xspf    |   14 +++++++++++++
 plparse/totem-pl-parser-xspf.c |   37 +++++++++++++++++++++++++++++-----
 4 files changed, 89 insertions(+), 7 deletions(-)

commit 88d4973586e75e8c71d458f64828bc9b69329957
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Jul 15 23:21:33 2010 +0100

    Make MEDIA_TYPE_NUM_TYPES a #define rather than an enum member

 plparse/totem-disc.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit f67db2fdd04a97b819859e649d463f94c0f13d13
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Thu Jul 15 01:20:30 2010 +0300

    po: Updated Romanian translation

 po/ro.po | 1340 +-------------------------------------------------------------
 1 files changed, 10 insertions(+), 1330 deletions(-)

commit 485d45f75fed44979957ef3ac22c21c068cc87cb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Jul 14 23:00:13 2010 +0100

    Add testcase for bgo#624341

 plparse/tests/audio.php |   95 +++++++++++++++++++++++++++++++++++++++++++++++
 plparse/tests/parser.c  |   12 ++++++
 2 files changed, 107 insertions(+), 0 deletions(-)

commit e137b15636d41a32a29f4bf627a4cc0791888753
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Jul 14 22:54:52 2010 +0100

    Disable debugging again
    
    Whoops.

 plparse/totem-pl-parser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 342238a1336f9d66efca9edb9a1d3d5558d8a188
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Jul 14 22:48:56 2010 +0100

    Bug 624341 — crash in totem_pl_parser_parse_with_base
    
    Fix a crash with application/x-php dual-types if
    my_g_file_info_get_mime_type_with_data() can't find a real MIME type for the
    playlist. Closes: bgo#624341

 plparse/totem-pl-parser.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ef834f5a728b439630f7314b88591915bae6d78c
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Jul 4 22:24:37 2010 +0700

    Fix non-source-dir build failure
    
    Move to new make rule in gobject-introspection >= 0.6.14, where introspection
    source files are referenced via VPATH. Distinction between generated and manual
    sources are no longer needed.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=623533
    
    Signed-off-by: Theppitak Karoonboonyanan <thep@linux.thai.net>

 configure.in        |    2 +-
 plparse/Makefile.am |   19 +++++--------------
 2 files changed, 6 insertions(+), 15 deletions(-)

commit cedf240ade170f059b29ff36b2dc956ef058f2b8
Author: Kristjan Schmidt <kristjan.schmidt@googlemail.com>
Date:   Fri Jul 2 20:27:56 2010 +0200

    Add Esperanto translation

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6cddbe012eb4ce14193f7640abd237e1db1ada66
Author: Kristjan Schmidt <kristjan.schmidt@googlemail.com>
Date:   Fri Jul 2 20:27:56 2010 +0200

    Add Esperanto translation

 po/eo.po |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

commit 14b9b021554e054a748d2a9ffc9b9e243e2c6202
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Jun 26 22:03:32 2010 +0100

    Move TotemDiscMediaType get_type() and quark() functions from Totem

 plparse/Makefile.am                |   10 +++++-----
 plparse/plparser.symbols           |    2 ++
 plparse/totem-disc.c               |   10 ++++++++++
 plparse/totem-disc.h               |    6 +++++-
 plparse/totem-pl-parser-builtins.h |    7 +++++--
 5 files changed, 27 insertions(+), 8 deletions(-)

commit 291b01c80a76a70b8fa1a9cdf26b56ed882322d9
Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Date:   Tue Jun 15 23:17:21 2010 -0500

    Do not dist gir_DATA
    
    GIR files contain a shared-library attribute which varies per platform,
    and therefore must not be disted; see bug 621611 for rationale.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621729

 plparse/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 9907ccdf7c998d99785c19db2a76409aa2d5e9b9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 1 19:11:22 2010 +0100

    Add test case for missing PLS entries
    
    Add test case for the problem with missing PLS entries.

 plparse/tests/Makefile.am       |    3 +-
 plparse/tests/missing-items.pls |   80 +++++++++++++++++++++++++++++++++++++++
 plparse/tests/parser.c          |   44 +++++++++++++++++++++
 3 files changed, 126 insertions(+), 1 deletions(-)

commit 17bff27d807375c4cdfbc8bae0a9ac9b2cf1b3c6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 1 19:07:16 2010 +0100

    Fix small compile-time warning

 plparse/totem-pl-parser-pls.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f5c6405416ae14841e72828ba6220836395509bd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 1 18:49:33 2010 +0100

    Fix PLS parsing when some numbered entries are missing
    
    Fix missing entries when parsing a PLS file which has "holes"
    in its numbering.

 plparse/totem-pl-parser-pls.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 234749a7e9fe84aeec358a9958cb0d25975d5aed
Author: Adrian Bunk <adrian.bunk@movial.com>
Date:   Tue May 18 16:00:40 2010 +0300

    plparse/Makefile.am: Improve the rules for totemplparser-marshal.{c,h}
    
    Based on a suggestion by Christian Persch.
    
    This also fixes building with automake 1.9.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=618823

 plparse/Makefile.am |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 6924bdc1aa3818a07ae2444dee0f26beac37e73e
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu May 13 10:32:22 2010 +0200

    Remove -lz from Libs.private now that GZlibDecompressor is used instead of zlib

 totem-plparser-uninstalled.pc.in |    1 -
 totem-plparser.pc.in             |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

commit e4fbb2b8e49215ba9c06cc1d2e952c2eac8ca7ae
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Wed May 12 18:41:06 2010 -0400

    Updated Shavian transliteration

 po/en@shaw.po |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)